index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run-command.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-04
docs: move protocol-related docs to man section 5
Ævar Arnfjörð Bjarmason
17
-37
/
+106
2022-08-04
docs: move commit-graph format docs to man section 5
Ævar Arnfjörð Bjarmason
5
-17
/
+41
2022-08-04
git docs: add a category for file formats, protocols and interfaces
Ævar Arnfjörð Bjarmason
11
-13
/
+94
2022-08-04
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
9
-9
/
+70
2022-08-04
git help doc: use "<doc>" instead of "<guide>"
Ævar Arnfjörð Bjarmason
2
-5
/
+5
2022-08-04
help.c: remove common category behavior from drop_prefix() behavior
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2022-08-04
help.c: refactor drop_prefix() to use a "switch" statement"
Ævar Arnfjörð Bjarmason
1
-2
/
+8
2022-08-04
tests: cache glibc version check
Phillip Wood
1
-3
/
+8
2022-08-03
doc: clarify rerere-autoupdate
Junio C Hamano
1
-2
/
+7
2022-08-03
doc: consolidate --rerere-autoupdate description
Junio C Hamano
6
-20
/
+9
2022-08-03
The ninth batch
Junio C Hamano
1
-0
/
+25
2022-08-03
revisions API: don't leak memory on argv elements that need free()-ing
Ævar Arnfjörð Bjarmason
6
-5
/
+17
2022-08-03
bisect.c: partially fix bisect_rev_setup() memory leak
Ævar Arnfjörð Bjarmason
1
-9
/
+13
2022-08-03
log: refactor "rev.pending" code in cmd_show()
Ævar Arnfjörð Bjarmason
1
-10
/
+15
2022-08-03
log: fix a memory leak in "git show <revision>..."
Ævar Arnfjörð Bjarmason
10
-2
/
+14
2022-08-03
test-fast-rebase helper: use release_revisions() (again)
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-08-03
bisect.c: add missing "goto" for release_revisions()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
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
[prev]
[next]