summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | git-prompt: make long upstream state indicator consistentJustin Donnelly2022-03-231-5/+5
| * | | | | git-prompt: make upstream state indicator location consistentJustin Donnelly2022-03-231-12/+13
| * | | | | git-prompt: rename `upstream` to `upstream_type`Justin Donnelly2022-03-231-13/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'vd/stash-silence-reset'Junio C Hamano2022-03-311-1/+0
|\ \ \ \ \
| * | | | | reset: remove 'reset.quiet' config optionVictoria Dye2022-03-231-1/+0
* | | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-261-4/+12
|\ \ \ \ \ \
| * | | | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-111-4/+12
| |/ / / / /
* | | | | | completion: tab completion of filenames for 'git restore'David Cantrell2022-03-161-0/+4
* | | | | | Merge branch 'ab/make-optim-noop'Junio C Hamano2022-03-132-15/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Makefile: add "$(QUIET)" boilerplate to shared.makÆvar Arnfjörð Bjarmason2022-03-031-14/+0
| * | | | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-032-0/+6
| * | | | scalar Makefile: use "The default target of..." patternÆvar Arnfjörð Bjarmason2022-03-031-6/+7
| |/ / /
* | | | Merge branch 'jc/rerere-train-modernise'Junio C Hamano2022-03-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | rerere-train: two fixes to the use of "git show -s"Junio C Hamano2022-02-271-1/+1
| | |/ | |/|
* | | Merge branch 'ab/complete-show-all-commands'Junio C Hamano2022-02-181-1/+12
|\ \ \
| * | | completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDSÆvar Arnfjörð Bjarmason2022-02-021-1/+12
| |/ /
* | | Merge branch 'js/scalar-global-options'Junio C Hamano2022-02-183-1/+39
|\ \ \
| * | | scalar: accept -C and -c options before the subcommandJohannes Schindelin2022-01-293-1/+39
| |/ /
* | | Merge branch 'tk/subtree-merge-not-ff-only'Junio C Hamano2022-02-181-2/+2
|\ \ \
| * | | subtree: force merge commitThomas Koutcher2022-02-011-2/+2
| |/ /
* | | Merge branch 'ld/sparse-index-bash-completion'Junio C Hamano2022-02-171-8/+36
|\ \ \
| * | | completion: handle unusual characters for sparse-checkoutLessley Dennington2022-02-081-13/+11
| * | | completion: improve sparse-checkout cone mode directory completionLessley Dennington2022-02-081-1/+31
| * | | completion: address sparse-checkout issuesLessley Dennington2022-02-081-8/+8
| |/ /
* | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-121-1/+1
|\ \ \ | |/ / |/| |
| * | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-1/+1
* | | Merge branch 'jl/subtree-check-parents-argument-passing-fix'Junio C Hamano2022-01-101-4/+3
|\ \ \ | |/ / |/| |
| * | subtree: fix argument handling in check_parentsJames Limbouris2022-01-041-4/+3
| |/
* | Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-042-2/+2
|\ \
| * | t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
| * | tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine2021-12-131-1/+1
* | | Merge branch 'js/scalar'Junio C Hamano2021-12-227-0/+1266
|\ \ \
| * | | scalar: implement the `version` commandJohannes Schindelin2021-12-051-0/+39