index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mergetools
/
deltawalker
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-17
scalar: mark unused parameters in dummy function
Jeff King
1
-1
/
+2
2024-08-17
daemon: mark unused parameters in non-posix fallbacks
Jeff King
1
-3
/
+3
2024-08-17
setup: mark unused parameter in config callback
Jeff King
1
-1
/
+1
2024-08-17
test-mergesort: mark unused parameters in trivial callback
Jeff King
1
-1
/
+1
2024-08-17
t-hashmap: mark unused parameters in callback function
Jeff King
1
-1
/
+2
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
9
-33
/
+41
2024-08-17
reftable: drop obsolete test function declarations
Jeff King
1
-2
/
+0
2024-08-17
reftable: ignore unused argc/argv in test functions
Jeff King
3
-3
/
+3
2024-08-17
unit-tests: ignore unused argc/argv
Jeff King
13
-13
/
+13
2024-08-17
t/helper: mark more unused argv/argc arguments
Jeff King
2
-2
/
+2
2024-08-17
oss-fuzz: mark unused argv/argc argument
Jeff King
1
-1
/
+1
2024-08-17
refs: mark unused parameters in do_for_each_reflog_helper()
Jeff King
1
-2
/
+3
2024-08-17
refs: mark unused parameters in ref_store fsck callbacks
Jeff King
2
-4
/
+4
2024-08-17
update-ref: mark more unused parameters in parser callbacks
Jeff King
1
-4
/
+4
2024-08-17
imap-send: mark unused parameter in ssl_socket_connect() fallback
Jeff King
1
-1
/
+1
2024-08-16
Prepare for 2.46.1
Junio C Hamano
3
-2
/
+39
2024-08-15
The fifth batch
Junio C Hamano
1
-0
/
+25
2024-08-14
The fourth batch
Junio C Hamano
1
-0
/
+56
2024-08-09
ref-filter: populate symref from iterator
John Cai
1
-5
/
+12
2024-08-09
refs: add referent to each_ref_fn
John Cai
48
-54
/
+78
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
6
-5
/
+30
2024-08-09
diff-tree: fix crash when used with --remerge-diff
Xing Xin
2
-0
/
+48
2024-08-08
The third batch
Junio C Hamano
1
-0
/
+25
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
3
-22
/
+70
2024-08-08
reftable/stack: fix corruption on concurrent compaction
Patrick Steinhardt
1
-5
/
+102
2024-08-08
reftable/stack: use lock_file when adding table to "tables.list"
Patrick Steinhardt
1
-10
/
+11
2024-08-08
reftable/stack: do not die when fsyncing lock file files
Patrick Steinhardt
1
-2
/
+5
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
1
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
2
-9
/
+8
2024-08-08
reftable/stack: test compaction with already-locked tables
Patrick Steinhardt
1
-0
/
+77
2024-08-08
reftable/stack: extract function to setup stack with N tables
Patrick Steinhardt
1
-32
/
+32
2024-08-08
reftable/stack: refactor function to gather table sizes
Patrick Steinhardt
1
-5
/
+6
2024-08-08
fsck: add ref name check for files backend
shejialuo
4
-0
/
+127
2024-08-08
files-backend: add unified interface for refs scanning
shejialuo
3
-1
/
+76
2024-08-08
builtin/refs: add verify subcommand
shejialuo
4
-1
/
+65
2024-08-08
refs: set up ref consistency check infrastructure
shejialuo
7
-1
/
+58
2024-08-08
fsck: add refs report function
shejialuo
2
-0
/
+64
2024-08-08
fsck: add a unified interface for reporting fsck messages
shejialuo
1
-14
/
+30
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
5
-24
/
+38
2024-08-08
fsck: rename objects-related fsck error functions
shejialuo
3
-28
/
+29
2024-08-08
fsck: rename "skiplist" to "skip_oids"
shejialuo
2
-4
/
+4
2024-08-08
object: fix leaking packfiles when closing object store
Patrick Steinhardt
2
-0
/
+10
[next]