index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rerere.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
Merge branch 'jc/add-resolved'
Junio C Hamano
1
-32
/
+6
2026-07-31
merge-ll: consolidate conflict marker scanning logic
Junio C Hamano
1
-32
/
+6
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-3
/
+3
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-3
/
+3
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-1
/
+1
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-1
/
+1
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+1
2026-05-30
docs: fix typos and grammar
Weijie Yuan
1
-1
/
+1
2026-03-27
Merge branch 'jc/rerere-modern-strbuf-handling'
Junio C Hamano
1
-6
/
+2
2026-03-19
rerere: update to modern representation of empty strbufs
Junio C Hamano
1
-6
/
+2
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `mkdir_in_gitdir()` into "path.c"
Patrick Steinhardt
1
-2
/
+3
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-30
/
+71
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-3
/
+11
2025-02-28
rerere: let `rerere_path()` write paths into a caller-provided buffer
Patrick Steinhardt
1
-27
/
+60
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-7
/
+7
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-2
/
+4
2024-08-13
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
1
-2
/
+4
2024-08-01
builtin/rerere: fix various trivial memory leaks
Patrick Steinhardt
1
-2
/
+7
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-0
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
rerere: fix various trivial leaks
Patrick Steinhardt
1
-0
/
+3
2024-04-23
Merge branch 'mr/rerere-crash-fix'
Junio C Hamano
1
-0
/
+5
2024-04-16
rerere: fix crashes due to unmatched opening conflict markers
Marcel Röthke
1
-0
/
+5
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-0
/
+3
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-0
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-10-02
Merge branch 'jc/unresolve-removal'
Junio C Hamano
1
-1
/
+1
2023-08-04
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
1
-1
/
+1
2023-07-31
checkout: allow "checkout -m path" to unmerge removed paths
Junio C Hamano
1
-1
/
+1
2023-07-24
hex: retire get_sha1_hex()
Junio C Hamano
1
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: reduce includes of cache.h in other headers
Elijah Newren
1
-1
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
[next]