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
2024-09-16
Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7
Junio C Hamano
19
-1
/
+32
2024-09-16
refs/reftable: wire up support for exclude patterns
Patrick Steinhardt
1
-9
/
+40
2024-09-16
reftable/reader: make table iterator reseekable
Patrick Steinhardt
2
-0
/
+172
2024-09-16
t/unit-tests: introduce reftable library
Patrick Steinhardt
5
-179
/
+176
2024-09-16
builtin/receive-pack: fix exclude patterns when announcing refs
Patrick Steinhardt
1
-0
/
+8
2024-09-16
refs: properly apply exclude patterns to namespaced refs
Patrick Steinhardt
1
-0
/
+1
2024-09-16
t9001: use a more distinct fake BugID
Jeff King
1
-2
/
+2
2024-09-14
print an error when remote helpers die during capabilities
Jeff King
1
-0
/
+11
2024-09-13
Merge branch 'bl/trailers-and-incomplete-last-line-fix'
Junio C Hamano
1
-0
/
+40
2024-09-13
Merge branch 'rs/diff-exit-code-fix'
Junio C Hamano
1
-0
/
+37
2024-09-13
Merge branch 'ds/scalar-no-tags'
Junio C Hamano
1
-0
/
+18
2024-09-13
Merge branch 'ps/stash-keep-untrack-empty-fix' into maint-2.46
Junio C Hamano
1
-0
/
+15
2024-09-13
Merge branch 'ps/index-pack-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+39
2024-09-13
t5512.40 sometimes dies by SIGPIPE
Junio C Hamano
1
-0
/
+1
2024-09-13
Git.pm: fix bare repository search with Directory option
Jeff King
2
-1
/
+7
2024-09-12
t/interop: allow per-version make options
Jeff King
3
-3
/
+13
2024-09-12
Merge branch 'kl/cat-file-on-sparse-index'
Junio C Hamano
1
-5
/
+45
2024-09-12
Merge branch 'jk/messages-with-excess-lf-fix'
Junio C Hamano
3
-10
/
+10
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
1
-16
/
+85
2024-09-12
Merge branch 'tb/multi-pack-reuse-fix'
Junio C Hamano
1
-4
/
+31
2024-09-12
Merge branch 'gt/unit-test-oid-array'
Junio C Hamano
7
-174
/
+135
2024-09-12
Merge branch 'ps/index-pack-outside-repo-fix'
Junio C Hamano
1
-0
/
+39
2024-09-12
Merge branch 'jc/tests-no-useless-tee' into maint-2.46
Junio C Hamano
2
-3
/
+3
2024-09-12
Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+32
2024-09-12
Merge branch 'jc/patch-id' into maint-2.46
Junio C Hamano
1
-0
/
+40
2024-09-12
Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46
Junio C Hamano
1
-0
/
+62
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
1
-0
/
+2
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
1
-1
/
+2
2024-09-11
t0211: add missing LIBCURL prereq
Martin Ågren
1
-2
/
+4
2024-09-11
t1517: add missing LIBCURL prereq
Martin Ågren
1
-1
/
+1
2024-09-10
chainlint: reduce annotation noise-factor
Eric Sunshine
2
-2
/
+3
2024-09-10
chainlint: make error messages self-explanatory
Eric Sunshine
44
-90
/
+104
2024-09-10
chainlint: don't be fooled by "?!...?!" in test body
Eric Sunshine
1
-5
/
+8
2024-09-10
ref-filter: fix leak with unterminated %(if) atoms
Patrick Steinhardt
1
-0
/
+1
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
1
-0
/
+1
2024-09-09
ref-filter: store ref_trailer_buf data per-atom
Jeff King
1
-0
/
+19
2024-09-09
ref-filter: strip signature when parsing tag trailers
Jeff King
1
-0
/
+18
2024-09-09
t6300: drop newline from wrapped test title
Jeff King
1
-2
/
+1
2024-09-09
Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude
Junio C Hamano
5
-27
/
+1325
2024-09-09
t-reftable-stack: add test for stack iterators
Chandra Pratap
1
-0
/
+83
2024-09-09
t-reftable-stack: add test for non-default compaction factor
Chandra Pratap
1
-4
/
+37
2024-09-09
t-reftable-stack: use reftable_ref_record_equal() to compare ref records
Chandra Pratap
1
-2
/
+2
2024-09-09
apply: support --ours, --theirs, and --union for three-way merges
Alex Henrie
1
-0
/
+40
2024-09-08
t-reftable-stack: use Git's tempfile API instead of mkstemp()
Chandra Pratap
1
-1
/
+3
2024-09-08
t: harmonize t-reftable-stack.c with coding guidelines
Chandra Pratap
1
-57
/
+53
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
5
-27
/
+1211
2024-09-08
diff: report dirty submodules as changes in builtin_diff()
René Scharfe
1
-0
/
+21
2024-09-08
diff: report copies and renames as changes in run_diff_cmd()
René Scharfe
1
-0
/
+16
2024-09-06
scalar: add --no-tags option to 'scalar clone'
Derrick Stolee
1
-0
/
+18
2024-09-06
Merge branch 'jk/unused-parameters'
Junio C Hamano
1
-1
/
+1
[prev]
[next]