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
2021-09-23
Merge branch 'ab/unused-script-helpers'
Junio C Hamano
-17
/
+2
2021-09-23
Merge branch 'ab/http-drop-old-curl-plus'
Junio C Hamano
-34
/
+157
2021-09-23
Merge branch 'po/git-config-doc-mentions-help-c'
Junio C Hamano
-0
/
+3
2021-09-23
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
-4
/
+73
2021-09-23
Merge branch 'ab/gc-remove-unused-call'
Junio C Hamano
-7
/
+1
2021-09-23
Merge branch 'ab/test-tool-run-command-cleanup'
Junio C Hamano
-4
/
+1
2021-09-23
Merge branch 'en/tests-cleanup-leftover-untracked'
Junio C Hamano
-4
/
+18
2021-09-23
Merge branch 'jk/strvec-typefix'
Junio C Hamano
-2
/
+2
2021-09-23
Merge branch 'rs/drop-core-compression-vars'
Junio C Hamano
-5
/
+0
2021-09-23
Merge branch 'rs/packfile-bad-object-list-in-oidset'
Junio C Hamano
-65
/
+32
2021-09-23
Merge branch 'en/am-abort-fix'
Junio C Hamano
-1
/
+43
2021-09-23
Merge branch 'ps/update-ref-batch-flush'
Junio C Hamano
-4
/
+44
2021-09-23
tests: add a test mode for SANITIZE=leak, run it in CI
Ævar Arnfjörð Bjarmason
-2
/
+49
2021-09-23
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Ævar Arnfjörð Bjarmason
-1
/
+7
2021-09-23
Merge branch 'da/difftool-dir-diff-symlink-fix' into da/difftool
Junio C Hamano
-2
/
+67
2021-09-23
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
-2
/
+67
2021-09-23
help: move column config discovery to help.c library
Ævar Arnfjörð Bjarmason
-9
/
+16
2021-09-23
help / completion: make "git help" do the hard work
Ævar Arnfjörð Bjarmason
-27
/
+65
2021-09-23
help tests: test --config-for-completion option & output
Ævar Arnfjörð Bjarmason
-1
/
+16
2021-09-23
help: simplify by moving to OPT_CMDMODE()
Ævar Arnfjörð Bjarmason
-47
/
+40
2021-09-23
help: correct logic error in combining --all and --guides
Ævar Arnfjörð Bjarmason
-1
/
+10
2021-09-23
help: correct logic error in combining --all and --config
Ævar Arnfjörð Bjarmason
-10
/
+25
2021-09-23
help tests: add test for --config output
Ævar Arnfjörð Bjarmason
-0
/
+13
2021-09-23
help: correct usage & behavior of "git help --guides"
Ævar Arnfjörð Bjarmason
-7
/
+14
2021-09-23
Merge branch 'jk/grep-haystack-is-read-only' into hm/paint-hits-in-log-grep
Junio C Hamano
-46
/
+45
2021-09-22
Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic
Ævar Arnfjörð Bjarmason
-0
/
+1
2021-09-22
Makefile: make the "sparse" target non-.PHONY
Ævar Arnfjörð Bjarmason
-3
/
+7
2021-09-22
http: match headers case-insensitively when redacting
Jeff King
-15
/
+15
2021-09-22
Merge branch 'jt/add-submodule-odb-clean-up' into jt/no-abuse-alternate-odb-f...
Junio C Hamano
-97
/
+102
2021-09-22
difftool: fix word spacing in the usage strings
Bagas Sanjaya
-3
/
+3
2021-09-22
test-lib tests: get rid of copy/pasted mock test code
Ævar Arnfjörð Bjarmason
-168
/
+60
2021-09-22
test-lib tests: assert 1 exit code, not non-zero
Ævar Arnfjörð Bjarmason
-12
/
+9
2021-09-22
test-lib tests: refactor common part of check_sub_test_lib_test*()
Ævar Arnfjörð Bjarmason
-5
/
+9
2021-09-22
test-lib tests: avoid subshell for "test_cmp" for readability
Ævar Arnfjörð Bjarmason
-13
/
+7
2021-09-22
test-lib tests: don't provide a description for the sub-tests
Ævar Arnfjörð Bjarmason
-88
/
+66
2021-09-22
test-lib tests: split up "write and run" into two functions
Ævar Arnfjörð Bjarmason
-49
/
+67
2021-09-22
parse-options: properly align continued usage output
Ævar Arnfjörð Bjarmason
-12
/
+64
2021-09-22
MyFirstContribution: Document --range-diff option when writing v2
Glen Choo
-11
/
+31
2021-09-22
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes
Ævar Arnfjörð Bjarmason
-1
/
+0
2021-09-22
t/perf/run: fix bin-wrappers computation
Derrick Stolee
-1
/
+1
2021-09-22
repository.h: don't use a mix of int and bitfields
Ævar Arnfjörð Bjarmason
-10
/
+3
2021-09-22
repo-settings.c: simplify the setup
Ævar Arnfjörð Bjarmason
-60
/
+68
2021-09-22
read-cache & fetch-negotiator: check "enum" values in switch()
Ævar Arnfjörð Bjarmason
-6
/
+13
2021-09-22
environment.c: remove test-specific "ignore_untracked..." variable
Ævar Arnfjörð Bjarmason
-22
/
+5
2021-09-22
wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
Ævar Arnfjörð Bjarmason
-2
/
+15
2021-09-22
ls-files: use imperative mood for -X and -z option description
Bagas Sanjaya
-2
/
+2
2021-09-22
rebase: dereference tags
Phillip Wood
-10
/
+22
2021-09-22
rebase: use lookup_commit_reference_by_name()
Phillip Wood
-13
/
+4
2021-09-22
rebase: use our standard error return value
Phillip Wood
-9
/
+9
2021-09-22
grep: store grep_source buffer as const
Jeff King
-5
/
+8
[prev]
[next]