summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2022-01-10Merge branch 'jl/subtree-check-parents-argument-passing-fix'Junio C Hamano-4/+3
2022-01-04subtree: fix argument handling in check_parentsJames Limbouris-4/+3
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano-2/+2
2021-12-21Merge branch 'js/scalar'Junio C Hamano-0/+1266
2021-12-15Merge branch 'en/zdiff3'Junio C Hamano-3/+3
2021-12-15Merge branch 'hn/reftable'Junio C Hamano-3/+22
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine-1/+1
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine-1/+1
2021-12-10Merge branch 'yn/complete-date-format-options'Junio C Hamano-1/+1
2021-12-10Merge branch 'bc/require-c99'Junio C Hamano-1/+1
2021-12-10Merge branch 'jk/jump-merge-with-pathspec'Junio C Hamano-1/+4
2021-12-04scalar: implement the `version` commandJohannes Schindelin-0/+39
2021-12-04scalar: implement the `delete` commandMatthew John Cheetham-0/+80
2021-12-04scalar: teach 'reconfigure' to optionally handle all registered enlistmentsJohannes Schindelin-6/+67
2021-12-04scalar: allow reconfiguring an existing enlistmentJohannes Schindelin-28/+67
2021-12-04scalar: implement the `run` commandDerrick Stolee-0/+83
2021-12-04scalar: teach 'clone' to support the --single-branch optionJohannes Schindelin-4/+23
2021-12-04scalar: implement the `clone` subcommandJohannes Schindelin-3/+262
2021-12-04scalar: implement 'scalar list'Derrick Stolee-1/+21
2021-12-04scalar: let 'unregister' handle a deleted enlistment directory gracefullyJohannes Schindelin-0/+61
2021-12-04scalar: 'unregister' stops background maintenanceDerrick Stolee-8/+50
2021-12-04scalar: 'register' sets recommended config and starts maintenanceDerrick Stolee-1/+266
2021-12-04scalar: create test infrastructureJohannes Schindelin-3/+109
2021-12-04scalar: start documenting the commandJohannes Schindelin-0/+38
2021-12-04scalar: create a rudimentary executableJohannes Schindelin-0/+72
2021-12-04scalar: add a README with a roadmapJohannes Schindelin-0/+82
2021-12-01git-compat-util: add a test balloon for C99 supportbrian m. carlson-1/+1
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood-3/+3
2021-11-29Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano-1/+0
2021-11-29Merge branch 'tp/send-email-completion'Junio C Hamano-10/+1
2021-11-25completion: add human and auto: date formatYoichi Nakayama-1/+1
2021-11-09git-jump: pass "merge" arguments to ls-filesJeff King-1/+4
2021-10-29Merge branch 're/completion-fix-test-equality'Junio C Hamano-1/+1
2021-10-28completion: fix incorrect bash/zsh string equality checkRobert Estelle-1/+1
2021-10-28send-email: programmatically generate bash completionsThiago Perrotta-10/+1
2021-10-21git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason-1/+0
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano-1/+1
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano-11/+10
2021-10-13Merge branch 'ab/config-based-hooks-1'Junio C Hamano-0/+7
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano-1/+1
2021-10-12Merge branch 'rs/xopen-reports-open-failures' into maintJunio C Hamano-0/+16
2021-10-12Merge branch 'ti/tcsh-completion-regression-fix' into maintJunio C Hamano-2/+3
2021-10-12Merge branch 'fc/completion-updates' into maintJunio C Hamano-7/+7
2021-10-08reftable: utility functionsHan-Wen Nienhuys-3/+22
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason-2/+2
2021-09-27Comment important codepaths regarding nuking untracked files/dirsElijah Newren-1/+1
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason-0/+7
2021-09-23Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano-5/+8
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason-11/+10
2021-09-10index-pack: use xopen in init_threadRené Scharfe-5/+8