summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)AuthorFilesLines
2017-04-23completion: expand "push --delete <remote> <ref>" for refs on that <remote>Libravatar Ævar Arnfjörð Bjarmason1-0/+34
2017-03-23completion: fill COMPREPLY directly when completing refsLibravatar SZEDER Gábor1-0/+27
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsLibravatar SZEDER Gábor1-0/+124
2017-03-23completion: support excluding full refsLibravatar SZEDER Gábor1-0/+31
2017-03-23completion: support completing fully qualified non-fast-forward refspecsLibravatar SZEDER Gábor1-0/+68
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'Libravatar SZEDER Gábor1-0/+31
2017-03-23completion: wrap __git_refs() for better option parsingLibravatar SZEDER Gábor1-0/+106
2017-02-03completion: cache the path to the repositoryLibravatar SZEDER Gábor1-58/+103
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor1-6/+16
2017-02-03completion: respect 'git -C <path>'Libravatar SZEDER Gábor1-0/+87
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor1-1/+6
2017-02-03completion: list short refs from a remote given as a URLLibravatar SZEDER Gábor1-3/+3
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor1-1/+1
2017-02-03completion: list refs from remote when remote's name matches a directoryLibravatar SZEDER Gábor1-1/+10
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsLibravatar SZEDER Gábor1-2/+2
2017-02-03completion: ensure that the repository path given on the command line existsLibravatar SZEDER Gábor1-0/+8
2017-02-03completion tests: add tests for the __git_refs() helper functionLibravatar SZEDER Gábor1-1/+264
2017-02-03completion tests: check __gitdir()'s output in the error casesLibravatar SZEDER Gábor1-3/+5
2017-02-03completion tests: consolidate getting path of current working directoryLibravatar SZEDER Gábor1-23/+21
2017-02-03completion tests: make the $cur variable local to the test helper functionsLibravatar SZEDER Gábor1-2/+2
2017-02-03completion tests: don't add test cruft to the test repositoryLibravatar SZEDER Gábor1-3/+3
2016-12-16t: use nongit() function where applicableLibravatar Jeff King1-6/+1
2015-05-12completion: simplify query for config variablesLibravatar SZEDER Gábor1-0/+12
2015-05-12completion: add a helper function to get config variablesLibravatar SZEDER Gábor1-0/+22
2015-03-20t: fix severe &&-chain breakageLibravatar Jeff King1-1/+1
2015-03-06completion: add a test for __git_remotes() helper functionLibravatar SZEDER Gábor1-0/+19
2014-07-21t9902: mingw-specific fix for gitfile link filesLibravatar Pat Thoyts1-4/+13
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesLibravatar Steffen Prohaska1-0/+27
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
2013-07-12Merge branch 'tr/test-lint-no-export-assignment-in-shell'Libravatar Junio C Hamano1-1/+1
2013-07-11Merge branch 'jk/bash-completion'Libravatar Junio C Hamano1-0/+1
2013-07-08t9902: fix 'test A == B' to use = operatorLibravatar Thomas Rast1-1/+1
2013-06-30completion: learn about --man-pathLibravatar John Keeping1-0/+1
2013-06-24completion, bash prompt: move __gitdir() tests to completion test suiteLibravatar SZEDER Gábor1-0/+134
2013-04-27completion: document tilde expansion failure in testsLibravatar Felipe Contreras1-0/+9
2013-04-27completion: add file completion testsLibravatar Felipe Contreras1-0/+68
2013-04-14completion: get rid of compgenLibravatar Felipe Contreras1-3/+3
2013-04-14completion: add __gitcomp_nl testsLibravatar Felipe Contreras1-0/+60
2013-04-12completion: trivial test improvementLibravatar Felipe Contreras1-1/+2
2013-01-24t9902: protect test from stray build artifactsLibravatar Junio C Hamano1-1/+24
2012-11-29Merge branch 'fc/completion-test-simplification'Libravatar Junio C Hamano1-82/+52
2012-11-16completion: simplify __gitcomp() test helperLibravatar Felipe Contreras1-10/+5
2012-11-16completion: refactor __gitcomp related testsLibravatar Felipe Contreras1-50/+28
2012-11-16completion: consolidate test_completion*() testsLibravatar Felipe Contreras1-17/+14
2012-11-16completion: simplify tests using test_completion_long()Libravatar Felipe Contreras1-6/+3
2012-11-16completion: standardize final space marker in testsLibravatar Felipe Contreras1-14/+13
2012-11-16completion: add comment for test_completion()Libravatar Felipe Contreras1-1/+5
2012-10-16completion: add format-patch options to send-emailLibravatar Felipe Contreras1-0/+5
2012-09-27t9902: add completion tests for "odd" filenamesLibravatar Jeff King1-0/+19
2012-09-27t9902: add a few basic completion testsLibravatar Jeff King1-0/+41