85 Commits (8708ca09a67aeccab1d6852382cfd9267a8a395e)

Author SHA1 Message Date
William Chargin 6ec633059a t: factor out FUNNYNAMES as shared lazy prereq 7 years ago
Eric Sunshine cff4243db9 t9000-t9999: fix broken &&-chains 7 years ago
Nguyễn Thái Ngọc Duy b221b5ab9b completion: collapse extra --no-.. options 7 years ago
Christian Couder 5340d47107 t990X: use '.git/objects' as 'deep inside .git' path 7 years ago
Nguyễn Thái Ngọc Duy 3fe735e723 completion: suppress some -no- options 7 years ago
Nguyễn Thái Ngọc Duy 2b1c01d22e parse-options: option to let --git-completion-helper show negative form 7 years ago
Nguyễn Thái Ngọc Duy 3301d36b29 completion: add and use --list-cmds=alias 7 years ago
Nguyễn Thái Ngọc Duy 84a9713106 completion: let git provide the completable command list 7 years ago
SZEDER Gábor 7d31407348 t9902-completion: exercise __git_complete_index_file() directly 7 years ago
SZEDER Gábor 193757f806 completion: improve handling quoted paths in 'git ls-files's output 7 years ago
SZEDER Gábor 9703797c9d t9902-completion: ignore COMPREPLY element order in some tests 7 years ago
SZEDER Gábor a364e984d1 completion: let 'ls-files' and 'diff-index' filter matching paths 7 years ago
SZEDER Gábor f12785a3a7 completion: improve handling quoted paths on the command line 7 years ago
SZEDER Gábor 3dfe23ba51 completion: support completing non-ASCII pathnames 7 years ago
SZEDER Gábor 5bb534a620 t9902-completion: add tests demonstrating issues with quoted pathnames 7 years ago
Nguyễn Thái Ngọc Duy 9f642a7169 completion: add --option completion for most builtin commands 7 years ago
Junio C Hamano b60e88cc78 t9902: disable test on the list of merge-strategies under GETTEXT_POISON 7 years ago
SZEDER Gábor 8b0eaa41f2 completion: clear cached --options when sourcing the completion script 7 years ago
Nguyễn Thái Ngọc Duy 77afafb2e3 completion: use __gitcomp_builtin in _git_checkout 7 years ago
Thomas Braun 6357d9d004 completion: add remaining flags to checkout 7 years ago
Æ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