Sign in
googlers
/
jrn
/
git
/
bc1c9c0e674bdd293c29ae84365915848ed01d7a
/
t
/
t9902-completion.sh
723c1d5
completion: expand "push --delete <remote> <ref>" for refs on that <remote>
by Ævar Arnfjörð Bjarmason
· 8 years ago
fef56eb
completion: fill COMPREPLY directly when completing refs
by SZEDER Gábor
· 8 years ago
e896369
completion: let 'for-each-ref' and 'ls-remote' filter matching refs
by SZEDER Gábor
· 8 years ago
aed3881
completion: support excluding full refs
by SZEDER Gábor
· 8 years ago
aa0644f
completion: support completing fully qualified non-fast-forward refspecs
by SZEDER Gábor
· 8 years ago
2ea328a
completion: support completing full refs after '--option=refs/<TAB>'
by SZEDER Gábor
· 8 years ago
15b4a16
completion: wrap __git_refs() for better option parsing
by SZEDER Gábor
· 8 years ago
fad9484
completion: cache the path to the repository
by SZEDER Gábor
· 8 years ago
beb6ee7
completion: extract repository discovery from __gitdir()
by SZEDER Gábor
· 8 years ago
80ac074
completion: respect 'git -C <path>'
by SZEDER Gábor
· 8 years ago
336d694
completion: fix completion after 'git -C <path>'
by SZEDER Gábor
· 8 years ago
91b7ea8
completion: list short refs from a remote given as a URL
by SZEDER Gábor
· 8 years ago
62a1b73
completion: don't list 'HEAD' when trying refs completion outside of a repo
by SZEDER Gábor
· 8 years ago
69a7759
completion: list refs from remote when remote's name matches a directory
by SZEDER Gábor
· 8 years ago
5c12f64
completion: respect 'git --git-dir=<path>' when listing remote refs
by SZEDER Gábor
· 8 years ago
a2f03b0
completion: ensure that the repository path given on the command line exists
by SZEDER Gábor
· 8 years ago
fb9cd42
completion tests: add tests for the __git_refs() helper function
by SZEDER Gábor
· 8 years ago
8f0fa85
completion tests: check __gitdir()'s output in the error cases
by SZEDER Gábor
· 8 years ago
f611440
completion tests: consolidate getting path of current working directory
by SZEDER Gábor
· 8 years ago
eac9062
completion tests: make the $cur variable local to the test helper functions
by SZEDER Gábor
· 8 years ago
e5edbef
completion tests: don't add test cruft to the test repository
by SZEDER Gábor
· 8 years ago
a3c45d1
t: use nongit() function where applicable
by Jeff King
· 8 years ago
12bdc88
completion: simplify query for config variables
by SZEDER Gábor
· 10 years ago
e8f9e42
completion: add a helper function to get config variables
by SZEDER Gábor
· 10 years ago
8fb2687
t: fix severe &&-chain breakage
by Jeff King
· 10 years ago
2acc194
completion: add a test for __git_remotes() helper function
by SZEDER Gábor
· 10 years ago
44cf1c0
t9902: mingw-specific fix for gitfile link files
by Pat Thoyts
· 11 years ago
56f24e8
completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases
by Steffen Prohaska
· 11 years ago
0ef0970
t9902-completion.sh: old Bash still does not support array+=('') notation
by Brandon Casey
· 12 years ago
533a05f
Merge branch 'tr/test-lint-no-export-assignment-in-shell'
by Junio C Hamano
· 12 years ago
04ce893
Merge branch 'jk/bash-completion'
by Junio C Hamano
· 12 years ago
38678a1
t9902: fix 'test A == B' to use = operator
by Thomas Rast
· 12 years ago
66fb37d
completion: learn about --man-path
by John Keeping
· 12 years ago
c9a102e
completion, bash prompt: move __gitdir() tests to completion test suite
by SZEDER Gábor
· 12 years ago
f03efba
completion: document tilde expansion failure in tests
by Felipe Contreras
· 12 years ago
ddf07bd
completion: add file completion tests
by Felipe Contreras
· 12 years ago
7d13e0a
completion: get rid of compgen
by Felipe Contreras
· 12 years ago
43369a2
completion: add __gitcomp_nl tests
by Felipe Contreras
· 12 years ago
cdbff7d
completion: trivial test improvement
by Felipe Contreras
· 12 years ago
5047822
t9902: protect test from stray build artifacts
by Junio C Hamano
· 12 years ago
1cab289
Merge branch 'fc/completion-test-simplification'
by Junio C Hamano
· 12 years ago
1739303
completion: simplify __gitcomp() test helper
by Felipe Contreras
· 12 years ago
e461523
completion: refactor __gitcomp related tests
by Felipe Contreras
· 12 years ago
2fbaf81
completion: consolidate test_completion*() tests
by Felipe Contreras
· 12 years ago
a1be444
completion: simplify tests using test_completion_long()
by Felipe Contreras
· 12 years ago
43ea081
completion: standardize final space marker in tests
by Felipe Contreras
· 12 years ago
701ecdf
completion: add comment for test_completion()
by Felipe Contreras
· 12 years ago
2f65494
completion: add format-patch options to send-email
by Felipe Contreras
· 12 years ago
bafed0d
t9902: add completion tests for "odd" filenames
by Jeff King
· 12 years ago
49ba92b
t9902: add a few basic completion tests
by Jeff King
· 12 years ago
e90020c
Merge branch 'fc/git-prompt-script'
by Junio C Hamano
· 13 years ago
93b291e
completion: put main git and gitk completion functions back into git namespace
by SZEDER Gábor
· 13 years ago
423b5a1
Merge branch 'fc/git-complete-helper' into fc/git-prompt-script
by Junio C Hamano
· 13 years ago
7f02f3d
completion: rename internal helpers _git and _gitk
by Felipe Contreras
· 13 years ago
6b179ad
completion: add new __git_complete helper
by Felipe Contreras
· 13 years ago
f8891cf
tests: move code to run tests under bash into a helper library
by SZEDER Gábor
· 13 years ago
911d5da
completion: fix completion after 'git --option <TAB>'
by SZEDER Gábor
· 13 years ago
3ffcd08
completion: avoid trailing space for --exec-path
by Jonathan Nieder
· 13 years ago
69ef3c0
completion: add missing general options
by Felipe Contreras
· 13 years ago
74a8c84
tests: add tests for the __gitcomp() completion helper function
by SZEDER Gábor
· 13 years ago
5c293a6
tests: add initial bash completion tests
by Felipe Contreras
· 13 years ago