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-08-09
diff-tree: fix crash when used with --remerge-diff
Xing Xin
1
-0
/
+35
2024-08-08
tests: drop use of 'tee' that hides exit status
Junio C Hamano
2
-3
/
+3
2024-08-08
Merge branch 'ps/p4-tests-updates'
Junio C Hamano
35
-8
/
+83
2024-08-08
Merge branch 'rs/grep-omit-blank-lines-after-function-at-eof'
Junio C Hamano
1
-0
/
+1
2024-08-08
Merge branch 'dd/notes-empty-no-edit-by-default'
Junio C Hamano
1
-0
/
+10
2024-08-08
Merge branch 'es/shell-check-updates'
Junio C Hamano
3
-5
/
+4
2024-08-08
Merge branch 'rj/add-p-pager'
Junio C Hamano
1
-0
/
+48
2024-08-08
Merge branch 'ks/unit-test-comment-typofix'
Junio C Hamano
1
-2
/
+3
2024-08-08
t7004: make use of write_script
AbdAlRahman Gad
1
-6
/
+2
2024-08-08
t7004: use single quotes instead of double quotes
AbdAlRahman Gad
1
-35
/
+35
2024-08-08
t7004: begin the test body on the same line as test_expect_success
AbdAlRahman Gad
1
-54
/
+71
2024-08-08
t7004: description on the same line as test_expect_success
AbdAlRahman Gad
1
-166
/
+83
2024-08-08
t7004: do not prepare things outside test_expect_success
AbdAlRahman Gad
1
-338
/
+360
2024-08-08
t7004: use indented here-doc
AbdAlRahman Gad
1
-19
/
+19
2024-08-08
t7004: one command per line
AbdAlRahman Gad
1
-2
/
+4
2024-08-08
t7004: remove space after redirect operators
AbdAlRahman Gad
1
-25
/
+25
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
1
-7
/
+14
2024-08-08
fsck: add ref name check for files backend
shejialuo
1
-0
/
+92
2024-08-08
object: fix leaking packfiles when closing object store
Patrick Steinhardt
1
-0
/
+1
2024-08-08
submodule: fix leaking seen submodule names
Patrick Steinhardt
2
-0
/
+2
2024-08-08
builtin/submodule: allow "add" to use different ref storage format
Patrick Steinhardt
1
-0
/
+11
2024-08-08
refs: fix ref storage format for submodule ref stores
Patrick Steinhardt
1
-1
/
+69
2024-08-08
builtin/clone: propagate ref storage format to submodules
Patrick Steinhardt
1
-0
/
+23
2024-08-08
builtin/submodule: allow cloning with different ref storage format
Patrick Steinhardt
1
-0
/
+41
2024-08-08
transport: mark more tests leak-free
Patrick Steinhardt
4
-0
/
+7
2024-08-06
Merge branch 'ps/leakfixes-part-3' into ps/leakfixes-part-4
Junio C Hamano
37
-2
/
+44
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
9
-41
/
+101
2024-08-06
t/t5313-pack-bounds-checks.sh: prepare for sub-directories
Taylor Blau
1
-4
/
+4
2024-08-06
t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
Taylor Blau
7
-31
/
+11
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
1
-7
/
+17
2024-08-06
t3206: test_when_finished before dirtying operations, not after
Junio C Hamano
1
-26
/
+26
2024-08-06
t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
Ghanshyam Thakkar
3
-357
/
+362
2024-08-05
t/t7704-repack-cruft.sh: avoid failures during long-running tests
Taylor Blau
1
-1
/
+1
2024-08-05
t6421: fix test to work when repo dir contains d0
Kyle Lippincott
1
-6
/
+9
2024-08-05
set errno=0 before strtoX calls
Kyle Lippincott
2
-0
/
+3
2024-08-05
apply: canonicalize modes read from patches
Jeff King
1
-0
/
+62
2024-08-04
t-reftable-tree: improve the test for infix_walk()
Chandra Pratap
1
-7
/
+15
2024-08-04
t-reftable-tree: add test for non-existent key
Chandra Pratap
1
-0
/
+1
2024-08-04
t-reftable-tree: split test_tree() into two sub-test functions
Chandra Pratap
1
-4
/
+19
2024-08-04
t: move reftable/tree_test.c to the unit testing framework
Chandra Pratap
2
-1
/
+60
2024-08-02
http: do not ignore proxy path
Ryan Hendrickson
2
-0
/
+103
2024-08-02
builtin/ls-remote: fall back to SHA1 outside of a repo
Patrick Steinhardt
1
-0
/
+13
2024-08-01
t0018: remove leftover debugging cruft
Junio C Hamano
1
-1
/
+0
2024-08-01
config.c: avoid segfault with --fixed-value and valueless config
Taylor Blau
1
-0
/
+9
2024-08-01
t-reftable-pq: add tests for merged_iter_pqueue_top()
Chandra Pratap
1
-0
/
+49
2024-08-01
t-reftable-pq: add test for index based comparison
Chandra Pratap
1
-6
/
+42
2024-08-01
t-reftable-pq: make merged_iter_pqueue_check() callable by reference
Chandra Pratap
1
-5
/
+5
2024-08-01
t-reftable-pq: make merged_iter_pqueue_check() static
Chandra Pratap
1
-1
/
+1
2024-08-01
t: move reftable/pq_test.c to the unit testing framework
Chandra Pratap
2
-1
/
+67
2024-08-01
commit-reach: fix trivial memory leak when computing reachability
Patrick Steinhardt
1
-0
/
+1
[prev]
[next]