summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/leak-check'Junio C Hamano2022-08-123-16/+6
|\
| * test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason2022-07-281-5/+2
| * tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason2022-07-281-9/+2
| * t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason2022-07-282-2/+2
* | Merge branch 'ca/unignore-local-installation-on-windows'Junio C Hamano2022-08-081-1/+1
|\ \
| * | cmake: support local installations of gitCarlo Marcelo Arenas Belón2022-07-271-1/+1
* | | Merge branch 'cl/rerere-train-with-no-sign'Junio C Hamano2022-08-011-1/+1
|\ \ \
| * | | contrib/rerere-train: avoid useless gpg sign in trainingCeleste Liu2022-07-191-1/+1
| |/ /
* | | Merge branch 'ld/osx-keychain-usage-fix'Junio C Hamano2022-07-271-1/+1
|\ \ \
| * | | osx-keychain: fix compiler warningLessley Dennington2022-07-191-1/+1
| |/ /
* | | Merge branch 'vd/scalar-doc'Junio C Hamano2022-07-272-87/+4
|\ \ \ | |_|/ |/| |
| * | scalar: convert README.md into a technical design docVictoria Dye2022-07-181-82/+0
| * | scalar: reword command documentation to clarify purposeVictoria Dye2022-07-181-5/+4
* | | Merge branch 'rs/cocci-array-copy'Junio C Hamano2022-07-201-42/+40
|\ \ \
| * | | cocci: avoid normalization rules for memcpyRené Scharfe2022-07-101-42/+40
* | | | Merge branch 'ab/cocci-unused'Junio C Hamano2022-07-186-2/+191
|\ \ \ \ | |_|/ / |/| | |
| * | | cocci: generalize "unused" rule to cover more than "strbuf"Ævar Arnfjörð Bjarmason2022-07-063-4/+57
| * | | cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason2022-07-064-2/+118
| * | | cocci: add a "coccicheck-test" target and test *.cocci rulesÆvar Arnfjörð Bjarmason2022-07-062-0/+20
| | |/ | |/|
* | | Merge branch 'ab/submodule-cleanup'Junio C Hamano2022-07-151-3/+12
|\ \ \
| * | | git-sh-setup.sh: remove "say" function, change last usersÆvar Arnfjörð Bjarmason2022-06-281-3/+12
* | | | vscode: improve tab size and wrappingDerrick Stolee2022-06-281-2/+6
| |/ / |/| |
* | | Merge branch 'jp/prompt-clear-before-upstream-mark'Junio C Hamano2022-06-211-15/+17
|\ \ \
| * | | git-prompt: fix expansion of branch colour codesJoakim Petersen2022-06-101-6/+6
| * | | git-prompt: make colourization consistentJoakim Petersen2022-06-071-10/+12
* | | | Merge branch 'jc/cocci-cleanup'Junio C Hamano2022-06-171-12/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | cocci: retire is_null_sha1() ruleJunio C Hamano2022-06-081-12/+0
| | |/ | |/|
* | | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-111-0/+8
|\ \ \
| * | | fsmonitor--daemon: stub in health threadJeff Hostetler2022-05-271-0/+2
| * | | fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler2022-05-271-0/+3
| * | | fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler2022-05-271-0/+3
* | | | Merge branch 'js/scalar-diagnose'Junio C Hamano2022-06-073-2/+329
|\ \ \ \
| * | | | scalar: teach `diagnose` to gather loose objects informationMatthew John Cheetham2022-05-312-1/+63
| * | | | scalar: teach `diagnose` to gather packfile infoMatthew John Cheetham2022-05-312-1/+35
| * | | | scalar diagnose: include disk space informationJohannes Schindelin2022-05-312-0/+54
| * | | | scalar: implement `scalar diagnose`Johannes Schindelin2022-05-313-0/+170
| * | | | scalar: validate the optional enlistment argumentJohannes Schindelin2022-05-312-2/+9
| | |_|/ | |/| |
* | | | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+27
|\ \ \ \
| * | | | cocci: add and apply free_commit_list() rulesÆvar Arnfjörð Bjarmason2022-04-141-0/+27
* | | | | Merge branch 'yw/cmake-updates'Junio C Hamano2022-06-071-4/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cmake: remove (_)UNICODE def on Windows in CMakeLists.txtYuyi Wang2022-05-251-1/+1
| * | | | cmake: add pcre2 supportYuyi Wang2022-05-251-1/+15
| * | | | cmake: fix CMakeLists.txt on LinuxYuyi Wang2022-05-251-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-0/+30
|\ \ \ \
| * \ \ \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-0/+30
| |\ \ \ \
| | * | | | contrib/coccinnelle: add equals-null.cocciElia Pinto2022-05-021-0/+30
* | | | | | Merge branch 'cg/vscode-with-gdb'Junio C Hamano2022-05-212-2/+5
|\ \ \ \ \ \
| * | | | | | contrib/vscode/: debugging with VS Code and gdbCOGONI Guillaume2022-04-082-2/+5
* | | | | | | Merge branch 'ab/misc-cleanup'Junio C Hamano2022-05-111-15/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason2022-04-011-15/+0