index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
helper
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
Merge branch 'jk/test-delete-gpgsig-leakfix'
Junio C Hamano
1
-3
/
+4
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
2
-2
/
+3
2025-10-29
test-tool: fix leak in delete-gpgsig command
Jeff King
1
-3
/
+4
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
2
-2
/
+3
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
1
-6
/
+4
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
2
-2
/
+2
2025-09-11
odb: drop deprecated wrapper functions
Patrick Steinhardt
1
-6
/
+4
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
1
-13
/
+18
2025-08-25
Merge branch 'ps/commit-graph-wo-globals'
Junio C Hamano
1
-1
/
+1
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
4
-6
/
+7
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-1
/
+2
2025-08-15
commit-graph: stop passing in redundant repository
Patrick Steinhardt
1
-1
/
+1
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
1
-1
/
+1
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
1
-10
/
+15
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-2
/
+2
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-1
/
+2
2025-08-04
Merge branch 'jc/test-hashmap-is-still-here'
Junio C Hamano
1
-0
/
+5
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
4
-13
/
+15
2025-08-03
Merge branch 'hl/test-helper-fd-close'
Junio C Hamano
2
-53
/
+27
2025-08-02
string-list: split-then-remove-empty can be done while splitting
Junio C Hamano
2
-4
/
+4
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
2
-2
/
+3
2025-07-30
test-hashmap: document why it is no longer used but still there
Junio C Hamano
1
-0
/
+5
2025-07-24
test-delta: close output descriptor after use
Jeff King
1
-0
/
+2
2025-07-24
test-delta: use strbufs to hold input files
Jeff King
1
-26
/
+14
2025-07-24
test-delta: handle errors with die()
Jeff King
1
-37
/
+18
2025-07-23
Merge branch 'ly/changed-paths-traversal'
Junio C Hamano
1
-4
/
+4
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2
-0
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
4
-7
/
+7
2025-07-22
t/helper/test-truncate: close file descriptor after truncation
Hoyoung Lee
1
-0
/
+3
2025-07-16
Merge branch 'rs/parse-options-precision'
Junio C Hamano
1
-3
/
+14
2025-07-15
Merge branch 'ly/load-bitmap-leakfix'
Junio C Hamano
1
-0
/
+8
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
6
-11
/
+11
2025-07-14
Merge branch 'sj/string-list'
Junio C Hamano
1
-96
/
+0
2025-07-14
bloom: rename function operates on bloom_key
Lidong Yan
1
-2
/
+2
2025-07-14
bloom: add test helper to return murmur3 hash
Lidong Yan
1
-2
/
+2
2025-07-09
parse-options: add precision handling for OPTION_COUNTUP
René Scharfe
1
-0
/
+3
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
1
-0
/
+1
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
1
-3
/
+10
2025-07-07
u-string-list: move "remove duplicates" test to "u-string-list.c"
shejialuo
1
-39
/
+0
2025-07-07
u-string-list: move "filter string" test to "u-string-list.c"
shejialuo
1
-21
/
+0
2025-07-07
u-string-list: move "test_split_in_place" to "u-string-list.c"
shejialuo
1
-22
/
+0
2025-07-07
u-string-list: move "test_split" into "u-string-list.c"
shejialuo
1
-14
/
+0
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-1
/
+1
[next]