index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diagnose.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
compat: disable -Wunused-parameter in win32/headless.c
Jeff King
1
-0
/
+2
2024-08-28
compat: disable -Wunused-parameter in 3rd-party code
Jeff King
2
-0
/
+4
2024-08-28
t-reftable-readwrite: mark unused parameter in callback function
Jeff King
1
-1
/
+1
2024-08-28
gc: mark unused config parameter in virtual functions
Jeff King
1
-8
/
+8
2024-08-26
The ninth batch
Junio C Hamano
1
-0
/
+21
2024-08-26
A bit more topics for 2.46.x maintenance track
Junio C Hamano
1
-0
/
+22
2024-08-23
The eighth batch
Junio C Hamano
1
-0
/
+10
2024-08-21
The seventh batch
Junio C Hamano
1
-0
/
+9
2024-08-21
builtin/maintenance: fix loose objects task emitting pack hash
Patrick Steinhardt
2
-0
/
+22
2024-08-21
t7900: exercise detaching via trace2 regions
Patrick Steinhardt
2
-9
/
+10
2024-08-20
CodingGuidelines: spaces around C operators
Junio C Hamano
1
-1
/
+10
2024-08-20
t-hashmap: stop calling setup() for t_intern() test
Jeff King
1
-3
/
+2
2024-08-20
ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
Johannes Schindelin
1
-8
/
+4
2024-08-20
ci: bump microsoft/setup-msbuild from v1 to v2
Johannes Schindelin
1
-1
/
+1
2024-08-19
The sixth batch
Junio C Hamano
1
-0
/
+7
2024-08-19
t7900: fix flaky test due to leaking background job
Patrick Steinhardt
1
-2
/
+7
2024-08-17
send-email: teach git send-email option to translate aliases
Jacob Keller
3
-1
/
+131
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-17
diff-lib: drop unused index argument from get_stat_data()
Jeff King
1
-6
/
+3
2024-08-17
ref-filter: drop unused parameters from email_atom_option_parser()
Jeff King
1
-3
/
+2
2024-08-17
pack-bitmap: drop unused parameters from select_pseudo_merges()
Jeff King
3
-5
/
+3
2024-08-17
pack-bitmap: load writer config from repository parameter
Jeff King
3
-4
/
+6
2024-08-17
refs: drop some unused parameters from create_symref_lock()
Jeff King
1
-5
/
+3
2024-08-16
Prepare for 2.46.1
Junio C Hamano
3
-2
/
+39
2024-08-16
setup: make ref storage format configurable via config
Patrick Steinhardt
3
-0
/
+63
2024-08-16
setup: make object format configurable via config
Patrick Steinhardt
3
-0
/
+95
2024-08-16
setup: merge configuration of repository formats
Patrick Steinhardt
1
-27
/
+20
2024-08-16
t0001: delete repositories when object format tests finish
Patrick Steinhardt
1
-0
/
+3
2024-08-16
t0001: exercise initialization with ref formats more thoroughly
Patrick Steinhardt
1
-13
/
+35
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
2
-1
/
+37
2024-08-16
run-command: fix detaching when running auto maintenance
Patrick Steinhardt
6
-14
/
+62
2024-08-16
builtin/maintenance: add a `--detach` flag
Patrick Steinhardt
2
-0
/
+45
2024-08-16
builtin/gc: add a `--detach` flag
Patrick Steinhardt
3
-36
/
+84
2024-08-16
builtin/gc: stop processing log file on signal
Patrick Steinhardt
1
-8
/
+0
2024-08-16
builtin/gc: fix leaking config values
Patrick Steinhardt
2
-27
/
+82
2024-08-16
builtin/gc: refactor to read config into structure
Patrick Steinhardt
1
-112
/
+143
[next]