61 Commits (68a423ab3e5c160e1162382d2ef0831039b298d4)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 723c1d526f completion: expand "push --delete <remote> <ref>" for refs on that <remote> 8 years ago
SZEDER Gábor fef56eb006 completion: fill COMPREPLY directly when completing refs 8 years ago
SZEDER Gábor e896369beb completion: let 'for-each-ref' and 'ls-remote' filter matching refs 8 years ago
SZEDER Gábor aed3881359 completion: support excluding full refs 8 years ago
SZEDER Gábor aa0644f74f completion: support completing fully qualified non-fast-forward refspecs 8 years ago
SZEDER Gábor 2ea328a119 completion: support completing full refs after '--option=refs/<TAB>' 8 years ago
SZEDER Gábor 15b4a16395 completion: wrap __git_refs() for better option parsing 8 years ago
SZEDER Gábor fad9484f0a completion: cache the path to the repository 8 years ago
SZEDER Gábor beb6ee7163 completion: extract repository discovery from __gitdir() 8 years ago
SZEDER Gábor 80ac0744b1 completion: respect 'git -C <path>' 8 years ago
SZEDER Gábor 336d694ce4 completion: fix completion after 'git -C <path>' 8 years ago
SZEDER Gábor 91b7ea81e8 completion: list short refs from a remote given as a URL 8 years ago
SZEDER Gábor 62a1b73216 completion: don't list 'HEAD' when trying refs completion outside of a repo 8 years ago
SZEDER Gábor 69a775963b completion: list refs from remote when remote's name matches a directory 8 years ago
SZEDER Gábor 5c12f642df completion: respect 'git --git-dir=<path>' when listing remote refs 8 years ago
SZEDER Gábor a2f03b0ec8 completion: ensure that the repository path given on the command line exists 8 years ago
SZEDER Gábor fb9cd42042 completion tests: add tests for the __git_refs() helper function 8 years ago
SZEDER Gábor 8f0fa85d4d completion tests: check __gitdir()'s output in the error cases 8 years ago
SZEDER Gábor f611440811 completion tests: consolidate getting path of current working directory 8 years ago
SZEDER Gábor eac90623bd completion tests: make the $cur variable local to the test helper functions 8 years ago
SZEDER Gábor e5edbef48d completion tests: don't add test cruft to the test repository 8 years ago
Jeff King a3c45d1260 t: use nongit() function where applicable 8 years ago
SZEDER Gábor 12bdc880c7 completion: simplify query for config variables 10 years ago
SZEDER Gábor e8f9e42829 completion: add a helper function to get config variables 10 years ago
Jeff King 8fb268720e t: fix severe &&-chain breakage 10 years ago
SZEDER Gábor 2acc194075 completion: add a test for __git_remotes() helper function 10 years ago
Pat Thoyts 44cf1c0ef1 t9902: mingw-specific fix for gitfile link files 11 years ago
Steffen Prohaska 56f24e80f0 completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases 11 years ago
Brandon Casey 0ef09702d6 t9902-completion.sh: old Bash still does not support array+=('') notation 12 years ago
Thomas Rast 38678a15a2 t9902: fix 'test A == B' to use = operator 12 years ago
John Keeping 66fb37d0c6 completion: learn about --man-path 12 years ago
SZEDER Gábor c9a102e81f completion, bash prompt: move __gitdir() tests to completion test suite 12 years ago
Felipe Contreras f03efba4c0 completion: document tilde expansion failure in tests 12 years ago
Felipe Contreras ddf07bddef completion: add file completion tests 12 years ago
Felipe Contreras 7d13e0a3af completion: get rid of compgen 12 years ago
Felipe Contreras 43369a2258 completion: add __gitcomp_nl tests 12 years ago
Felipe Contreras cdbff7d6ad completion: trivial test improvement 12 years ago
Junio C Hamano 5047822347 t9902: protect test from stray build artifacts 12 years ago
Felipe Contreras 173930330a completion: simplify __gitcomp() test helper 12 years ago
Felipe Contreras e461523892 completion: refactor __gitcomp related tests 12 years ago
Felipe Contreras 2fbaf81381 completion: consolidate test_completion*() tests 12 years ago
Felipe Contreras a1be444d09 completion: simplify tests using test_completion_long() 12 years ago
Felipe Contreras 43ea081235 completion: standardize final space marker in tests 12 years ago
Felipe Contreras 701ecdf16b completion: add comment for test_completion() 12 years ago
Felipe Contreras 2f65494d84 completion: add format-patch options to send-email 13 years ago
Jeff King bafed0dfb4 t9902: add completion tests for "odd" filenames 13 years ago
Jeff King 49ba92b4ea t9902: add a few basic completion tests 13 years ago
SZEDER Gábor 93b291e071 completion: put main git and gitk completion functions back into git namespace 13 years ago
Felipe Contreras 7f02f3d7ec completion: rename internal helpers _git and _gitk 13 years ago
Felipe Contreras 6b179adfe9 completion: add new __git_complete helper 13 years ago