index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
replace.c
Age
Commit message (
Expand
)
Author
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2023-07-13
replace: mark unused parameter in each_mergetag_fn callback
Jeff King
2023-07-13
replace: mark unused parameter in ref callback
Jeff King
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-08-05
refs: use ref_namespaces for replace refs base
Derrick Stolee
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-08-25
advice: move advice.graftFileDeprecated squashing to commit.[ch]
Ævar Arnfjörð Bjarmason
[next]