summaryrefslogtreecommitdiffstats
path: root/t/t9902-completion.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-301-0/+5
|\
| * completion: fix 'git add' on paths under an untracked directoryElijah Newren2020-04-011-0/+5
* | Merge branch 'sg/completion-worktree'Junio C Hamano2020-01-301-0/+57
|\ \ | |/ |/|
| * completion: return the index of found word from __git_find_on_cmdline()SZEDER Gábor2020-01-151-0/+29
| * t9902-completion: add tests for the __git_find_on_cmdline() helperSZEDER Gábor2020-01-151-0/+28
* | Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano2019-12-251-0/+2
|\ \ | |/ |/|
| * checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-12-041-0/+2
* | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-3/+3
|\ \
| * | Fix spelling errors in names of testsElijah Newren2019-11-101-2/+2
| * | Fix spelling errors in comments of testcasesElijah Newren2019-11-101-1/+1
| |/
* | Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano2019-11-101-1/+4
|\ \ | |/ |/|
| * format-patch: teach --cover-from-description optionDenton Liu2019-10-161-1/+4
* | Merge branch 'en/filter-branch-deprecation'Junio C Hamano2019-09-301-6/+6
|\ \
| * | t9902: use a non-deprecated command for testingElijah Newren2019-09-051-6/+6
| |/
* | completion: complete config variables and values for 'git clone --config='SZEDER Gábor2019-08-131-0/+21
* | completion: complete values of configuration variables after 'git -c var='SZEDER Gábor2019-08-131-0/+7
* | completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor2019-08-131-0/+14
* | completion: deduplicate configuration sectionsSZEDER Gábor2019-08-131-1/+1
* | completion: add tests for 'git config' completionSZEDER Gábor2019-08-131-0/+21
|/
* tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason2019-06-211-1/+1
* completion: fix multiple command removalsJeff King2019-03-211-1/+1
* t9902: test multiple removals via completion.commandsTodd Zullinger2019-03-211-0/+6
* Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-071-0/+1
|\
| * checkout: introduce --{,no-}overlay optionThomas Gummerer2019-01-081-0/+1
* | Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano2019-01-181-5/+5
|\ \
| * | completion: treat results of git ls-tree as file pathsChayoung You2019-01-031-5/+5
* | | Merge branch 'nd/checkout-dwim-fix'Junio C Hamano2019-01-041-1/+2
|\ \ \ | |/ / |/| |
| * | checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy2018-11-141-1/+2
* | | t9902: 'send-email' test case requires PERLJohannes Schindelin2018-12-141-1/+1
| |/ |/|
* | tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor2018-11-201-1/+1
* | i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-1/+2
|/
* Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano2018-08-201-3/+3
|\
| * t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin2018-08-061-3/+3
* | t9000-t9999: fix broken &&-chainsEric Sunshine2018-07-161-2/+2
* | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-281-2/+39
|\ \ | |/ |/|
| * completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy2018-06-111-11/+38
| * completion: suppress some -no- optionsNguyễn Thái Ngọc Duy2018-05-291-2/+0
| * parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy2018-05-291-2/+14
* | Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano2018-06-011-1/+1
|\ \
| * | t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder2018-05-301-1/+1
* | | Merge branch 'nd/command-list'Junio C Hamano2018-06-011-20/+3
|\ \ \
| * | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-18/+0
| * | | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-211-2/+3
| | |/ | |/|
* | | t9902-completion: exercise __git_complete_index_file() directlySZEDER Gábor2018-05-211-107/+118
* | | completion: improve handling quoted paths in 'git ls-files's outputSZEDER Gábor2018-04-171-2/+15
* | | t9902-completion: ignore COMPREPLY element order in some testsSZEDER Gábor2018-04-171-2/+4
* | | completion: let 'ls-files' and 'diff-index' filter matching pathsSZEDER Gábor2018-04-171-0/+1
* | | completion: improve handling quoted paths on the command lineSZEDER Gábor2018-04-171-2/+44
* | | completion: support completing non-ASCII pathnamesSZEDER Gábor2018-04-171-1/+1
* | | t9902-completion: add tests demonstrating issues with quoted pathnamesSZEDER Gábor2018-04-171-0/+91
|/ /