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