summaryrefslogtreecommitdiffstats
path: root/t/t9902-completion.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mb/config-document-include'Junio C Hamano2022-07-271-0/+13
|\
| * config.txt: document include, includeIfManuel Boni2022-07-171-0/+13
* | Merge branch 'ld/sparse-index-bash-completion'Junio C Hamano2022-04-081-9/+26
|\ \
| * | t9902: split test to run on appropriate systemsAdam Dinwoodie2022-04-081-9/+26
* | | Merge branch 'ab/complete-show-all-commands'Junio C Hamano2022-02-181-21/+60
|\ \ \ | |/ / |/| |
| * | completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDSÆvar Arnfjörð Bjarmason2022-02-021-0/+31
| * | completion tests: re-source git-completion.bash in a subshellÆvar Arnfjörð Bjarmason2022-02-021-21/+29
| |/
* | completion: handle unusual characters for sparse-checkoutLessley Dennington2022-02-081-0/+49
* | completion: improve sparse-checkout cone mode directory completionLessley Dennington2022-02-081-16/+22
* | completion: address sparse-checkout issuesLessley Dennington2022-02-081-0/+83
|/
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-041-2/+2
|\
| * t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* | tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin2021-12-051-3/+0
|/
* send-email: programmatically generate bash completionsThiago Perrotta2021-10-281-0/+3
* Merge branch 'fc/completion-updates'Junio C Hamano2021-09-031-0/+15
|\
| * completion: bash: fix for suboptions with valueFelipe Contreras2021-08-181-0/+15
* | parse-options: don't complete option aliases by defaultPhilippe Blain2021-07-161-0/+13
|/
* Merge branch 'dl/complete-stash-updates'Junio C Hamano2021-05-071-0/+19
|\
| * git-completion.bash: use $__git_cmd_idx in more placesDenton Liu2021-04-271-0/+19
* | diff-merges: introduce log.diffMerges config variableSergey Organov2021-04-171-0/+3
|/
* Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-101-1/+0
|\
| * tests: remove uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason2021-01-221-1/+0
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-0/+3
|\ \
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* | | completion: add proper public __git_completeFelipe Contreras2021-01-051-1/+13
* | | test: completion: add tests for __git_completeFelipe Contreras2021-01-051-0/+8
| |/ |/|
* | t9902: use `main` as initial branch nameJohannes Schindelin2020-12-171-154/+155
* | test: completion: fix typosFelipe Contreras2020-12-011-2/+2
* | completion: bash: support recursive aliasesFelipe Contreras2020-11-101-0/+19
|/
* Merge branch 'fc/zsh-completion'Junio C Hamano2020-11-091-1/+1
|\
| * zsh: update copyright noticesFelipe Contreras2020-10-281-1/+1
* | Merge branch 'js/default-branch-name-part-4-minus-1'Junio C Hamano2020-11-021-3/+3
|\ \
| * | t9902: prepare a test for the upcoming default branch nameJohannes Schindelin2020-10-231-3/+3
| |/
* / checkout: learn to respect checkout.guessDenton Liu2020-10-081-0/+52
|/
* t9902: avoid using the branch name `master`Johannes Schindelin2020-09-271-5/+5
* Merge branch 'js/pu-to-seen'Junio C Hamano2020-07-071-2/+2
|\
| * tests: reference `seen` wherever `pu` was referencedJohannes Schindelin2020-06-251-2/+2
* | Merge branch 'jk/complete-git-switch'Junio C Hamano2020-06-251-0/+455
|\ \
| * | completion: improve handling of --orphan option of switch/checkoutJacob Keller2020-05-281-6/+3
| * | completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller2020-05-281-32/+16
| * | completion: improve handling of --track in switch/checkoutJacob Keller2020-05-281-4/+2
| * | completion: improve handling of --detach in checkoutJacob Keller2020-05-281-4/+2
| * | completion: improve completion for git switch with no optionsJacob Keller2020-05-281-12/+6
| * | completion: improve handling of DWIM mode for switch/checkoutJacob Keller2020-05-281-10/+7
| * | completion: add tests showing subpar switch/checkout --orphan logicJacob Keller2020-05-281-0/+39
| * | completion: add tests showing subpar -c/C argument completionJacob Keller2020-05-281-0/+100
| * | completion: add tests showing subpar -c/-C startpoint completionJacob Keller2020-05-281-0/+140
| * | completion: add tests showing subpar switch/checkout --track logicJacob Keller2020-05-281-0/+34
| * | completion: add tests showing subar checkout --detach logicJacob Keller2020-05-281-0/+46
| * | completion: add tests showing subpar DWIM logic for switch/checkoutJacob Keller2020-05-281-0/+105