index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-08-04
help.c: refactor drop_prefix() to use a "switch" statement"
Ævar Arnfjörð Bjarmason
-2
/
+8
2022-08-04
submodule merge: update conflict error message
Calvin Wan
-17
/
+231
2022-08-04
tests: cache glibc version check
Phillip Wood
-3
/
+8
2022-08-03
doc: clarify rerere-autoupdate
Junio C Hamano
-2
/
+7
2022-08-03
doc: consolidate --rerere-autoupdate description
Junio C Hamano
-20
/
+9
2022-08-03
The ninth batch
Junio C Hamano
-0
/
+25
2022-08-03
Merge branch 'jc/string-list-cleanup'
Junio C Hamano
-2
/
+1
2022-08-03
Merge branch 'en/merge-restore-to-pristine'
Junio C Hamano
-17
/
+154
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
-199
/
+134
2022-08-03
Merge branch 'sa/cat-file-mailmap'
Junio C Hamano
-48
/
+190
2022-08-03
Merge branch 'zh/ls-files-format'
Junio C Hamano
-1
/
+228
2022-08-03
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
-8
/
+56
2022-08-03
Merge branch 'tk/untracked-cache-with-uall'
Junio C Hamano
-0
/
+7
2022-08-03
Merge branch 'pw/xdiff-alloc'
Junio C Hamano
-50
/
+60
2022-08-03
Merge branch 'ds/midx-with-less-memory'
Junio C Hamano
-28
/
+48
2022-08-03
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
-5
/
+17
2022-08-03
bisect.c: partially fix bisect_rev_setup() memory leak
Ævar Arnfjörð Bjarmason
-9
/
+13
2022-08-03
log: refactor "rev.pending" code in cmd_show()
Ævar Arnfjörð Bjarmason
-10
/
+15
2022-08-03
log: fix a memory leak in "git show <revision>..."
Ævar Arnfjörð Bjarmason
-2
/
+14
2022-08-03
test-fast-rebase helper: use release_revisions() (again)
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-08-03
bisect.c: add missing "goto" for release_revisions()
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-08-01
Documentation/git-reflog: remove unneeded \ from \{
Glen Choo
-1
/
+1
2022-08-01
symbolic-ref: refuse to set syntactically invalid target
Linus Torvalds
-2
/
+14
2022-08-01
The eighth batch
Junio C Hamano
-0
/
+16
2022-08-01
Merge branch 'mt/pkt-line-comment-tweak'
Junio C Hamano
-8
/
+8
2022-08-01
Merge branch 'mt/checkout-count-fix'
Junio C Hamano
-24
/
+113
2022-08-01
Merge branch 'cl/rerere-train-with-no-sign'
Junio C Hamano
-1
/
+1
2022-08-01
Merge branch 'ds/rebase-update-ref'
Junio C Hamano
-44
/
+895
2022-08-01
Merge branch 'kk/p4-client-name-encoding-fix'
Junio C Hamano
-9
/
+42
2022-07-31
merge-ort: do leave trace2 region even if checkout fails
Johannes Schindelin
-0
/
+3
2022-07-31
merge-ort: clean up after failed merge
Johannes Schindelin
-0
/
+2
2022-07-31
config.mak.dev: squelch -Wno-missing-braces for older gcc
Jeff King
-0
/
+4
2022-07-29
lstat(mingw): correctly detect ENOTDIR scenarios
Johannes Schindelin
-2
/
+2
2022-07-29
mingw: remove unneeded `NO_CURL` directive
Johannes Schindelin
-1
/
+0
2022-07-29
mingw: remove unneeded `NO_GETTEXT` directive
Johannes Schindelin
-1
/
+0
2022-07-29
windows: include the Python bits when building Git for Windows
Johannes Schindelin
-1
/
+2
2022-07-29
t5351: avoid using `test_cmp` for binary data
Johannes Schindelin
-1
/
+1
2022-07-29
t5351: avoid relying on `core.fsyncMethod = batch` to be supported
Johannes Schindelin
-2
/
+10
2022-07-27
CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-07-27
upload-pack: fix a memory leak in create_pack_file()
Ævar Arnfjörð Bjarmason
-0
/
+2
2022-07-27
leak tests: mark passing SANITIZE=leak tests as leak-free
Ævar Arnfjörð Bjarmason
-1
/
+38
2022-07-27
leak tests: don't skip some tests under SANITIZE=leak
Ævar Arnfjörð Bjarmason
-10
/
+10
2022-07-27
test-lib: have the "check" mode for SANITIZE=leak consider leak logs
Ævar Arnfjörð Bjarmason
-2
/
+95
2022-07-27
test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode
Ævar Arnfjörð Bjarmason
-8
/
+43
2022-07-27
test-lib: simplify by removing test_external
Ævar Arnfjörð Bjarmason
-154
/
+28
2022-07-27
tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh
Ævar Arnfjörð Bjarmason
-28
/
+25
2022-07-27
t/Makefile: don't remove test-results in "clean-except-prove-cache"
Ævar Arnfjörð Bjarmason
-3
/
+3
2022-07-27
test-lib: add a SANITIZE=leak logging mode
Ævar Arnfjörð Bjarmason
-1
/
+34
2022-07-27
t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description
Ævar Arnfjörð Bjarmason
-7
/
+4
2022-07-27
test-lib: add a --invert-exit-code switch
Ævar Arnfjörð Bjarmason
-2
/
+115
[prev]
[next]