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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-23
config: format bools or strings in helper
Derrick Stolee
1
-7
/
+15
2026-02-23
config: format bools or ints gently
Derrick Stolee
2
-10
/
+34
2026-02-23
config: format bools gently
Derrick Stolee
2
-3
/
+22
2026-02-23
config: format int64s gently
Derrick Stolee
2
-5
/
+26
2026-02-23
config: make 'git config list --type=<X>' work
Derrick Stolee
3
-16
/
+119
2026-02-23
config: add 'gently' parameter to format_config()
Derrick Stolee
1
-4
/
+8
2026-02-23
config: move show_all_config()
Derrick Stolee
1
-24
/
+24
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
8
-46
/
+37
2026-02-23
refs: replace `refs_for_each_namespaced_ref()`
Patrick Steinhardt
4
-25
/
+13
2026-02-23
refs: replace `refs_for_each_glob_ref()`
Patrick Steinhardt
5
-19
/
+15
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
5
-36
/
+55
2026-02-23
refs: replace `refs_for_each_rawref_in()`
Patrick Steinhardt
3
-16
/
+6
2026-02-23
refs: replace `refs_for_each_rawref()`
Patrick Steinhardt
6
-17
/
+30
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
6
-32
/
+45
2026-02-23
refs: improve verification for-each-ref options
Patrick Steinhardt
1
-1
/
+12
2026-02-23
refs: generalize `refs_for_each_fullref_in_prefixes()`
Patrick Steinhardt
4
-43
/
+34
2026-02-23
refs: generalize `refs_for_each_namespaced_ref()`
Patrick Steinhardt
2
-18
/
+36
2026-02-23
refs: speed up `refs_for_each_glob_ref_in()`
Patrick Steinhardt
2
-33
/
+64
2026-02-23
refs: introduce `refs_for_each_ref_ext`
Patrick Steinhardt
2
-30
/
+77
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
11
-50
/
+50
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
6
-31
/
+31
2026-02-23
refs: move `do_for_each_ref_flags` further up
Patrick Steinhardt
1
-37
/
+37
2026-02-23
refs: move `refs_head_ref_namespaced()`
Patrick Steinhardt
1
-2
/
+3
2026-02-23
refs: remove unused `refs_for_each_include_root_ref()`
Patrick Steinhardt
2
-13
/
+0
2026-02-23
pack-check: fix verification of large objects
Patrick Steinhardt
2
-1
/
+39
2026-02-23
packfile: expose function to read object stream for an offset
Patrick Steinhardt
2
-16
/
+29
2026-02-23
object-file: adapt `stream_object_signature()` to take a stream
Patrick Steinhardt
4
-14
/
+31
2026-02-23
t/helper: improve "genrandom" test helper
Patrick Steinhardt
8
-13
/
+16
2026-02-22
object-file.c: avoid container_of() of a NULL container
Junio C Hamano
1
-2
/
+2
2026-02-21
pack-redundant: fix memory leak when open_pack_index() fails
Sahitya Chandra
1
-1
/
+3
2026-02-21
path: factor out skip_slashes() in normalize_path_copy_len()
Pushkar Singh
1
-6
/
+13
2026-02-21
t2004: use test_path_is_file instead of test -f
Lambert Duclos-de Guise
1
-21
/
+21
2026-02-21
replay: prevent the_repository from coming back
Elijah Newren
1
-0
/
+6
2026-02-21
merge-ort: prevent the_repository from coming back
Elijah Newren
1
-0
/
+8
2026-02-21
merge-ort: replace the_hash_algo with opt->repo->hash_algo
Elijah Newren
1
-13
/
+13
2026-02-21
merge-ort: replace the_repository with opt->repo
Elijah Newren
1
-21
/
+21
2026-02-21
merge-ort: pass repository to write_tree()
Elijah Newren
1
-8
/
+8
2026-02-21
merge,diff: remove the_repository check before prefetching blobs
Elijah Newren
4
-5
/
+5
2026-02-20
symlinks: use unsigned int for flags
Tian Yuchen
2
-8
/
+9
2026-02-20
The 6th batch
Junio C Hamano
1
-0
/
+7
2026-02-20
Merge branch 'ak/t9812-test-path-is-helpers'
Junio C Hamano
1
-4
/
+4
2026-02-20
Merge branch 'pw/diff-anchored-optim'
Junio C Hamano
1
-12
/
+6
2026-02-20
Merge branch 'jc/doc-cg-c-comment'
Junio C Hamano
1
-0
/
+2
2026-02-20
Merge branch 'pw/xdiff-cleanups'
Junio C Hamano
2
-9
/
+12
2026-02-20
tree-diff: remove the usage of the_hash_algo global
Shreyansh Paliwal
1
-4
/
+2
2026-02-20
contrib/subtree: process out-of-prefix subtrees
Colin Stagner
2
-53
/
+65
2026-02-20
contrib/subtree: test history depth
Colin Stagner
1
-6
/
+16
2026-02-20
contrib/subtree: capture additional test-cases
Colin Stagner
1
-0
/
+110
2026-02-20
apply: normalize path in --directory argument
Joaquim Rocha
2
-0
/
+45
2026-02-20
Merge branch 'ps/for-each-ref-in-fixes' into ps/refs-for-each
Junio C Hamano
8
-43
/
+137
[prev]
[next]