aboutsummaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
Commit message (Expand)AuthorAge
* completion: add remaining flags to checkoutThomas Braun2017-10-25
* completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2017-04-23
* completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-23
* completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-23
* completion: support excluding full refsSZEDER Gábor2017-03-23
* completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-23
* completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-23
* completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-23
* completion: cache the path to the repositorySZEDER Gábor2017-02-03
* completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-03
* completion: respect 'git -C <path>'SZEDER Gábor2017-02-03
* completion: fix completion after 'git -C <path>'SZEDER Gábor2017-02-03
* completion: list short refs from a remote given as a URLSZEDER Gábor2017-02-03
* completion: don't list 'HEAD' when trying refs completion outside of a repoSZEDER Gábor2017-02-03
* completion: list refs from remote when remote's name matches a directorySZEDER Gábor2017-02-03
* completion: respect 'git --git-dir=<path>' when listing remote refsSZEDER Gábor2017-02-03
* completion: ensure that the repository path given on the command line existsSZEDER Gábor2017-02-03
* completion tests: add tests for the __git_refs() helper functionSZEDER Gábor2017-02-03
* completion tests: check __gitdir()'s output in the error casesSZEDER Gábor2017-02-03
* completion tests: consolidate getting path of current working directorySZEDER Gábor2017-02-03
* completion tests: make the $cur variable local to the test helper functionsSZEDER Gábor2017-02-03
* completion tests: don't add test cruft to the test repositorySZEDER Gábor2017-02-03
* t: use nongit() function where applicableJeff King2016-12-16
* completion: simplify query for config variablesSZEDER Gábor2015-05-12
* completion: add a helper function to get config variablesSZEDER Gábor2015-05-12
* t: fix severe &&-chain breakageJeff King2015-03-20
* completion: add a test for __git_remotes() helper functionSZEDER Gábor2015-03-06
* t9902: mingw-specific fix for gitfile link filesPat Thoyts2014-07-21
* completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska2014-06-13
* t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey2013-08-21
* Merge branch 'tr/test-lint-no-export-assignment-in-shell'Junio C Hamano2013-07-12
|\
| * t9902: fix 'test A == B' to use = operatorThomas Rast2013-07-08
* | Merge branch 'jk/bash-completion'Junio C Hamano2013-07-11
|\ \
| * | completion: learn about --man-pathJohn Keeping2013-06-30
* | | completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor2013-06-24
|/ /
* | completion: document tilde expansion failure in testsFelipe Contreras2013-04-27
* | completion: add file completion testsFelipe Contreras2013-04-27
|/
* completion: get rid of compgenFelipe Contreras2013-04-14
* completion: add __gitcomp_nl testsFelipe Contreras2013-04-14
* completion: trivial test improvementFelipe Contreras2013-04-12
* t9902: protect test from stray build artifactsJunio C Hamano2013-01-24
* Merge branch 'fc/completion-test-simplification'Junio C Hamano2012-11-29
|\
| * completion: simplify __gitcomp() test helperFelipe Contreras2012-11-16
| * completion: refactor __gitcomp related testsFelipe Contreras2012-11-16
| * completion: consolidate test_completion*() testsFelipe Contreras2012-11-16
| * completion: simplify tests using test_completion_long()Felipe Contreras2012-11-16
| * completion: standardize final space marker in testsFelipe Contreras2012-11-16
| * completion: add comment for test_completion()Felipe Contreras2012-11-16
* | completion: add format-patch options to send-emailFelipe Contreras2012-10-16
|/
* t9902: add completion tests for "odd" filenamesJeff King2012-09-27