summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-141-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-271-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-071-12/+0
| | |/ | |/|
* | | Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-101-0/+8
|\ \ \
| * | | fsmonitor--daemon: stub in health threadJeff Hostetler2022-05-261-0/+2
| * | | fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler2022-05-261-0/+3
| * | | fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler2022-05-261-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-302-1/+63
| * | | | scalar: teach `diagnose` to gather packfile infoMatthew John Cheetham2022-05-302-1/+35
| * | | | scalar diagnose: include disk space informationJohannes Schindelin2022-05-302-0/+54
| * | | | scalar: implement `scalar diagnose`Johannes Schindelin2022-05-303-0/+170
| * | | | scalar: validate the optional enlistment argumentJohannes Schindelin2022-05-302-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-131-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-241-1/+1
| * | | | cmake: add pcre2 supportYuyi Wang2022-05-241-1/+15
| * | | | cmake: fix CMakeLists.txt on LinuxYuyi Wang2022-05-241-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-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-202-2/+5
|\ \ \ \ \ \
| * | | | | | contrib/vscode/: debugging with VS Code and gdbCOGONI Guillaume2022-04-082-2/+5
* | | | | | | Merge branch 'ab/misc-cleanup'Junio C Hamano2022-05-101-15/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason2022-04-011-15/+0
* | | | | | | cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano2022-04-301-8/+0
* | | | | | | Merge branch 'ab/make-optim-noop'Junio C Hamano2022-04-061-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | contrib/scalar: fix 'all' target in MakefileVictoria Dye2022-04-061-1/+1
* | | | | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-0/+10
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler2022-03-251-0/+3
| * | | | | | compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2022-03-251-0/+7