index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graph.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
revision: introduce struct to handle exclusions
Patrick Steinhardt
3
-36
/
+47
2022-11-17
revision: move together exclusion-related functions
Patrick Steinhardt
1
-26
/
+26
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
5
-31
/
+39
2022-11-17
refs: fix memory leak when parsing hideRefs config
Patrick Steinhardt
1
-1
/
+1
2022-10-28
The seventh batch
Junio C Hamano
1
-0
/
+19
2022-10-28
Downmerge a bit more for 2.38.2
Junio C Hamano
1
-0
/
+13
2022-10-28
Makefile: force -O0 when compiling with SANITIZE=leak
Jeff King
1
-0
/
+1
2022-10-26
The sixth batch
Junio C Hamano
1
-0
/
+14
2022-10-26
Downmerge a handful of topics for 2.38.2
Junio C Hamano
2
-1
/
+48
2022-10-21
The fifth batch
Junio C Hamano
1
-1
/
+21
2022-10-20
ci: use DC_SHA1=YesPlease on osx-clang job for CI
Junio C Hamano
1
-0
/
+2
2022-10-20
ci: add address and undefined sanitizer tasks
Junio C Hamano
2
-0
/
+12
2022-10-20
The fourth batch
Junio C Hamano
1
-0
/
+9
2022-10-19
cmake: increase time-out for a long-running test
Johannes Schindelin
1
-0
/
+4
2022-10-19
cmake: avoid editing t/test-lib.sh
Johannes Schindelin
4
-6
/
+13
2022-10-19
add -p: avoid ambiguous signed/unsigned comparison
Johannes Schindelin
1
-1
/
+1
2022-10-19
cmake: copy the merge tools for testing
Johannes Schindelin
1
-1
/
+2
2022-10-19
cmake: make it easier to diagnose regressions in CTest runs
Johannes Schindelin
1
-1
/
+1
2022-10-19
fsmonitor OSX: compile with DC_SHA1=YesPlease
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2022-10-19
Makefile: force -O0 when compiling with SANITIZE=leak
Jeff King
1
-0
/
+1
2022-10-18
repack: don't remove .keep packs with `--pack-kept-objects`
Taylor Blau
3
-1
/
+34
2022-10-18
ll-merge: mark unused parameters in callbacks
Jeff King
1
-9
/
+9
2022-10-18
diffcore-pickaxe: mark unused parameters in pickaxe functions
Jeff King
1
-2
/
+2
2022-10-18
convert: mark unused parameter in null stream filter
Jeff King
1
-2
/
+2
2022-10-18
apply: mark unused parameters in noop error/warning routine
Jeff King
1
-1
/
+1
2022-10-18
apply: mark unused parameters in handlers
Jeff King
1
-8
/
+8
2022-10-18
date: mark unused parameters in handler functions
Jeff King
1
-3
/
+3
2022-10-18
string-list: mark unused callback parameters
Jeff King
7
-7
/
+8
2022-10-18
object-file: mark unused parameters in hash_unknown functions
Jeff King
1
-5
/
+10
2022-10-18
mark unused parameters in trivial compat functions
Jeff King
3
-8
/
+12
2022-10-18
update-index: drop unused argc from do_reupdate()
Jeff King
1
-3
/
+3
2022-10-18
submodule--helper: drop unused argc from module_list_compute()
Jeff King
1
-9
/
+9
2022-10-18
diffstat_consume(): assert non-zero length
Jeff King
1
-0
/
+3
2022-10-17
The third batch
Junio C Hamano
1
-0
/
+34
2022-10-14
t1002: modernize outdated conditional
Nsengiyumva Wilberforce
1
-8
/
+8
2022-10-13
pack-bitmap-write.c: instrument number of reused bitmaps
Taylor Blau
1
-1
/
+7
2022-10-13
midx.c: instrument MIDX and bitmap generation with trace2 regions
Taylor Blau
1
-0
/
+28
2022-10-13
midx.c: consider annotated tags during bitmap selection
Taylor Blau
2
-0
/
+28
2022-10-13
midx.c: fix whitespace typo
Taylor Blau
1
-1
/
+1
2022-10-13
config: respect includes in protected config
Glen Choo
3
-22
/
+26
2022-10-12
run-command.c: remove "max_processes", add "const" to signal() handler
Ævar Arnfjörð Bjarmason
1
-11
/
+26
2022-10-12
run-command.c: pass "opts" further down, and use "opts->processes"
Ævar Arnfjörð Bjarmason
1
-8
/
+11
2022-10-12
run-command.c: use "opts->processes", not "pp->max_processes"
Ævar Arnfjörð Bjarmason
1
-7
/
+9
2022-10-12
run-command.c: don't copy "data" to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-6
/
+3
2022-10-12
run-command.c: don't copy "ungroup" to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-10
/
+8
2022-10-12
run-command.c: don't copy *_fn to "struct parallel_processes"
Ævar Arnfjörð Bjarmason
1
-42
/
+25
2022-10-12
run-command.c: make "struct parallel_processes" const if possible
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-10-12
run-command API: move *_tr2() users to "run_processes_parallel()"
Ævar Arnfjörð Bjarmason
5
-37
/
+36
2022-10-12
run-command API: have run_process_parallel() take an "opts" struct
Ævar Arnfjörð Bjarmason
4
-59
/
+121
2022-10-12
run-command.c: use designated init for pp_init(), add "const"
Ævar Arnfjörð Bjarmason
1
-20
/
+14
[next]