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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
1
-0
/
+19
2025-08-04
Merge branch 'jb/t7510-gpg-program-path'
Junio C Hamano
1
-1
/
+11
2025-08-04
Merge branch 'cc/t9350-cleanup'
Junio C Hamano
1
-124
/
+91
2025-08-03
Merge branch 'hl/test-helper-fd-close'
Junio C Hamano
2
-53
/
+27
2025-08-03
Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'
Junio C Hamano
1
-0
/
+10
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
1
-0
/
+194
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: optionally omit empty string pieces in string_list_split*()
Junio C Hamano
1
-0
/
+15
2025-08-02
string-list: optionally trim string pieces split by string_list_split*()
Junio C Hamano
1
-0
/
+64
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
3
-10
/
+11
2025-08-01
Merge branch 'sk/reftable-clarify-tests'
Junio C Hamano
13
-1320
/
+1108
2025-08-01
Merge branch 'ly/pull-autostash'
Junio C Hamano
1
-0
/
+60
2025-08-01
Merge branch 'jk/unleak-reflog-expire-entry'
Junio C Hamano
1
-0
/
+28
2025-07-31
Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...
Junio C Hamano
6
-15
/
+17
2025-07-31
t7450: inspect the correct path a broken code would write to
chenjianhu
1
-1
/
+1
2025-07-30
test-hashmap: document why it is no longer used but still there
Junio C Hamano
1
-0
/
+5
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
2
-0
/
+51
2025-07-29
add-patch: respect diff.context configuration
Leon Michalak
1
-0
/
+22
2025-07-29
t: use test_config in t4055
Leon Michalak
1
-7
/
+7
2025-07-29
t: use test_grep in t3701 and t4055
Leon Michalak
2
-38
/
+38
2025-07-29
meson: ensure correct "clar-decls.h" header is used
Patrick Steinhardt
2
-1
/
+9
2025-07-29
t7510: use $PWD instead of $(pwd) inside PATH
Jeff King
1
-1
/
+1
2025-07-28
t6302: add test combining '--start-after' with '--exclude'
Karthik Nayak
1
-0
/
+19
2025-07-28
Merge branch 'ac/auto-comment-char-fix'
Junio C Hamano
1
-0
/
+13
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
3
-0
/
+95
2025-07-28
t9350: redirect input to only fast-import
Christian Couder
1
-124
/
+91
2025-07-24
Merge branch 'kl/test-installed-fix'
Junio C Hamano
1
-2
/
+3
2025-07-24
fixup! submodule: prevent overwriting .gitmodules on path reuse
Junio C Hamano
1
-1
/
+2
2025-07-24
submodule: skip redundant active entries when pattern covers path
K Jayatheerth
1
-0
/
+15
2025-07-24
submodule: prevent overwriting .gitmodules on path reuse
K Jayatheerth
1
-0
/
+22
2025-07-24
t/unit-tests: finalize migration of reftable-related tests
Seyi Kuforiji
14
-175
/
+36
2025-07-24
t/unit-tests: convert reftable stack test to use clar
Seyi Kuforiji
2
-453
/
+331
2025-07-24
t/unit-tests: convert reftable record test to use clar
Seyi Kuforiji
2
-121
/
+131
2025-07-24
t/unit-tests: convert reftable readwrite test to use clar
Seyi Kuforiji
2
-229
/
+178
2025-07-24
t/unit-tests: convert reftable table test to use clar
Seyi Kuforiji
2
-43
/
+37
2025-07-24
t/unit-tests: convert reftable pq test to use clar
Seyi Kuforiji
2
-33
/
+29
2025-07-24
t/unit-tests: convert reftable merged test to use clar
Seyi Kuforiji
2
-93
/
+71
2025-07-24
t/unit-tests: convert reftable block test to use clar
Seyi Kuforiji
2
-87
/
+79
2025-07-24
t/unit-tests: convert reftable basics test to use clar test framework
Seyi Kuforiji
3
-220
/
+228
2025-07-24
t/unit-tests: implement clar specific reftable test helper functions
Seyi Kuforiji
3
-1
/
+123
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 'cc/fast-import-export-signature-names'
Junio C Hamano
1
-2
/
+100
2025-07-23
Merge branch 'ly/changed-paths-traversal'
Junio C Hamano
2
-13
/
+18
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
[prev]
[next]