index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lockfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
The eleventh batch
Junio C Hamano
1
-0
/
+20
2022-08-06
The tenth batch
Junio C Hamano
1
-8
/
+11
2022-08-06
Downmerge a bit more for 2.37.x
Junio C Hamano
1
-0
/
+17
2022-08-03
The ninth batch
Junio C Hamano
1
-0
/
+25
2022-08-01
Documentation/git-reflog: remove unneeded \ from \{
Glen Choo
1
-1
/
+1
2022-08-01
symbolic-ref: refuse to set syntactically invalid target
Linus Torvalds
3
-2
/
+14
2022-08-01
The eighth batch
Junio C Hamano
1
-0
/
+16
2022-08-01
merge-ort: do leave trace2 region even if checkout fails
Johannes Schindelin
1
-0
/
+3
2022-08-01
merge-ort: clean up after failed merge
Johannes Schindelin
1
-0
/
+2
2022-07-31
config.mak.dev: squelch -Wno-missing-braces for older gcc
Jeff King
1
-0
/
+4
2022-07-29
lstat(mingw): correctly detect ENOTDIR scenarios
Johannes Schindelin
1
-2
/
+2
2022-07-29
mingw: remove unneeded `NO_CURL` directive
Johannes Schindelin
1
-1
/
+0
2022-07-29
mingw: remove unneeded `NO_GETTEXT` directive
Johannes Schindelin
1
-1
/
+0
2022-07-29
windows: include the Python bits when building Git for Windows
Johannes Schindelin
1
-1
/
+2
2022-07-29
t5351: avoid using `test_cmp` for binary data
Johannes Schindelin
1
-1
/
+1
2022-07-29
t5351: avoid relying on `core.fsyncMethod = batch` to be supported
Johannes Schindelin
2
-2
/
+10
2022-07-28
CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-07-28
upload-pack: fix a memory leak in create_pack_file()
Ævar Arnfjörð Bjarmason
2
-0
/
+2
2022-07-28
leak tests: mark passing SANITIZE=leak tests as leak-free
Ævar Arnfjörð Bjarmason
37
-1
/
+38
2022-07-28
leak tests: don't skip some tests under SANITIZE=leak
Ævar Arnfjörð Bjarmason
7
-10
/
+10
2022-07-28
test-lib: have the "check" mode for SANITIZE=leak consider leak logs
Ævar Arnfjörð Bjarmason
4
-2
/
+95
2022-07-28
test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
Ævar Arnfjörð Bjarmason
2
-8
/
+43
2022-07-28
test-lib: simplify by removing test_external
Ævar Arnfjörð Bjarmason
6
-154
/
+28
2022-07-28
tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh
Ævar Arnfjörð Bjarmason
4
-28
/
+25
2022-07-28
t/Makefile: don't remove test-results in "clean-except-prove-cache"
Ævar Arnfjörð Bjarmason
3
-3
/
+3
2022-07-28
test-lib: add a SANITIZE=leak logging mode
Ævar Arnfjörð Bjarmason
2
-1
/
+34
2022-07-28
t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
Ævar Arnfjörð Bjarmason
2
-7
/
+4
2022-07-28
test-lib: add a --invert-exit-code switch
Ævar Arnfjörð Bjarmason
2
-2
/
+115
2022-07-28
test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT
Ævar Arnfjörð Bjarmason
1
-10
/
+6
2022-07-28
test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-07-28
test-lib: use $1, not $@ in test_known_broken_{ok,failure}_
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-07-27
Downmerge a handful of fixes for 2.37.x maintenance track
Junio C Hamano
2
-1
/
+48
2022-07-27
The seventh batch
Junio C Hamano
1
-0
/
+29
2022-07-27
cmake: support local installations of git
Carlo Marcelo Arenas Belón
1
-1
/
+1
2022-07-27
write_midx_bitmap(): drop unused refs_snapshot parameter
Jeff King
1
-2
/
+1
2022-07-27
config.c: NULL check when reading protected config
Glen Choo
1
-3
/
+8
2022-07-27
fetch-pack: write effective filter to trace2
Jonathan Tan
1
-14
/
+26
2022-07-27
gitweb: remove title shortening heuristics
Julien Rouhaud
1
-17
/
+0
2022-07-23
ls-files: introduce "--format" option
ZheNing Hu
3
-1
/
+228
2022-07-23
merge: do not exit restore_state() prematurely
Elijah Newren
2
-4
/
+38
2022-07-23
merge: ensure we can actually restore pre-merge state
Elijah Newren
1
-5
/
+5
2022-07-23
merge: make restore_state() restore staged state too
Elijah Newren
2
-4
/
+11
2022-07-23
merge: fix save_state() to work when there are stat-dirty files
Elijah Newren
2
-0
/
+19
2022-07-23
merge: do not abort early if one strategy fails to handle the merge
Elijah Newren
4
-3
/
+22
2022-07-23
merge: abort if index does not match HEAD for trivial merges
Elijah Newren
2
-1
/
+36
2022-07-23
merge-resolve: abort if index does not match HEAD
Elijah Newren
2
-0
/
+23
2022-07-23
merge-ort-wrappers: make printed message match the one from recursive
Elijah Newren
1
-2
/
+2
2022-07-23
builtin/cat-file.c: support NUL-delimited input with `-z`
Taylor Blau
3
-5
/
+72
2022-07-23
t1006: extract --batch-command inputs to variables
Taylor Blau
1
-14
/
+16
2022-07-23
The sixth batch
Junio C Hamano
1
-1
/
+16
[next]