index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rerere.c
Age
Commit message (
Expand
)
Author
2026-03-27
Merge branch 'jc/rerere-modern-strbuf-handling'
Junio C Hamano
2026-03-19
rerere: update to modern representation of empty strbufs
Junio C Hamano
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
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: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-02-28
rerere: let `rerere_path()` write paths into a caller-provided buffer
Patrick Steinhardt
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-13
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
2024-08-01
builtin/rerere: fix various trivial memory leaks
Patrick Steinhardt
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-11
rerere: fix various trivial leaks
Patrick Steinhardt
2024-04-23
Merge branch 'mr/rerere-crash-fix'
Junio C Hamano
2024-04-16
rerere: fix crashes due to unmatched opening conflict markers
Marcel Röthke
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-02
Merge branch 'jc/unresolve-removal'
Junio C Hamano
2023-08-04
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
2023-07-31
checkout: allow "checkout -m path" to unmerge removed paths
Junio C Hamano
2023-07-24
hex: retire get_sha1_hex()
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
merge-ll: rename from ll-merge
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-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-11
treewide: reduce includes of cache.h in other headers
Elijah Newren
2023-04-11
object-file.h: move declarations for object-file.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
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-02-02
ll-merge: make callers responsible for showing warnings
Elijah Newren
[next]