summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | cocci: drop bogus xstrdup_or_null() ruleJunio C Hamano2022-05-011-8/+0
* | | | | | | Merge branch 'ab/make-optim-noop'Junio C Hamano2022-04-071-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-261-0/+3
| * | | | | | compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2022-03-261-0/+7
* | | | | | | Merge branch 'tl/ls-tree-oid-only'Junio C Hamano2022-04-041-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | cocci: allow padding with `strbuf_addf()`Johannes Schindelin2022-03-231-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jd/prompt-upstream-mark'Junio C Hamano2022-03-311-29/+30
|\ \ \ \ \ \
| * | | | | | git-prompt: put upstream comments togetherJustin Donnelly2022-03-231-5/+5