index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t9902-completion.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-22
completion: clear cached --options when sourcing the completion script
SZEDER Gábor
1
-0
/
+31
2018-02-09
completion: use __gitcomp_builtin in _git_checkout
Nguyễn Thái Ngọc Duy
1
-5
/
+7
2017-10-25
completion: add remaining flags to checkout
Thomas Braun
1
-0
/
+4
2017-04-23
completion: expand "push --delete <remote> <ref>" for refs on that <remote>
Ævar Arnfjörð Bjarmason
1
-0
/
+34
2017-03-23
completion: fill COMPREPLY directly when completing refs
SZEDER Gábor
1
-0
/
+27
2017-03-23
completion: let 'for-each-ref' and 'ls-remote' filter matching refs
SZEDER Gábor
1
-0
/
+124
2017-03-23
completion: support excluding full refs
SZEDER Gábor
1
-0
/
+31
2017-03-23
completion: support completing fully qualified non-fast-forward refspecs
SZEDER Gábor
1
-0
/
+68
2017-03-23
completion: support completing full refs after '--option=refs/<TAB>'
SZEDER Gábor
1
-0
/
+31
2017-03-23
completion: wrap __git_refs() for better option parsing
SZEDER Gábor
1
-0
/
+106
2017-02-03
completion: cache the path to the repository
SZEDER Gábor
1
-58
/
+103
2017-02-03
completion: extract repository discovery from __gitdir()
SZEDER Gábor
1
-6
/
+16
2017-02-03
completion: respect 'git -C <path>'
SZEDER Gábor
1
-0
/
+87
2017-02-03
completion: fix completion after 'git -C <path>'
SZEDER Gábor
1
-1
/
+6
2017-02-03
completion: list short refs from a remote given as a URL
SZEDER Gábor
1
-3
/
+3
2017-02-03
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor
1
-1
/
+1
2017-02-03
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor
1
-1
/
+10
2017-02-03
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor
1
-2
/
+2
2017-02-03
completion: ensure that the repository path given on the command line exists
SZEDER Gábor
1
-0
/
+8
2017-02-03
completion tests: add tests for the __git_refs() helper function
SZEDER Gábor
1
-1
/
+264
2017-02-03
completion tests: check __gitdir()'s output in the error cases
SZEDER Gábor
1
-3
/
+5
2017-02-03
completion tests: consolidate getting path of current working directory
SZEDER Gábor
1
-23
/
+21
2017-02-03
completion tests: make the $cur variable local to the test helper functions
SZEDER Gábor
1
-2
/
+2
2017-02-03
completion tests: don't add test cruft to the test repository
SZEDER Gábor
1
-3
/
+3
2016-12-16
t: use nongit() function where applicable
Jeff King
1
-6
/
+1
2015-05-12
completion: simplify query for config variables
SZEDER Gábor
1
-0
/
+12
2015-05-12
completion: add a helper function to get config variables
SZEDER Gábor
1
-0
/
+22
2015-03-20
t: fix severe &&-chain breakage
Jeff King
1
-1
/
+1
2015-03-06
completion: add a test for __git_remotes() helper function
SZEDER Gábor
1
-0
/
+19
2014-07-21
t9902: mingw-specific fix for gitfile link files
Pat Thoyts
1
-4
/
+13
2014-06-13
completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases
Steffen Prohaska
1
-0
/
+27
2013-08-21
t9902-completion.sh: old Bash still does not support array+=('') notation
Brandon Casey
1
-1
/
+1
2013-07-12
Merge branch 'tr/test-lint-no-export-assignment-in-shell'
Junio C Hamano
1
-1
/
+1
2013-07-11
Merge branch 'jk/bash-completion'
Junio C Hamano
1
-0
/
+1
2013-07-08
t9902: fix 'test A == B' to use = operator
Thomas Rast
1
-1
/
+1
2013-06-30
completion: learn about --man-path
John Keeping
1
-0
/
+1
2013-06-24
completion, bash prompt: move __gitdir() tests to completion test suite
SZEDER Gábor
1
-0
/
+134
2013-04-27
completion: document tilde expansion failure in tests
Felipe Contreras
1
-0
/
+9
2013-04-27
completion: add file completion tests
Felipe Contreras
1
-0
/
+68
2013-04-14
completion: get rid of compgen
Felipe Contreras
1
-3
/
+3
2013-04-14
completion: add __gitcomp_nl tests
Felipe Contreras
1
-0
/
+60
2013-04-12
completion: trivial test improvement
Felipe Contreras
1
-1
/
+2
2013-01-24
t9902: protect test from stray build artifacts
Junio C Hamano
1
-1
/
+24
2012-11-29
Merge branch 'fc/completion-test-simplification'
Junio C Hamano
1
-82
/
+52
2012-11-16
completion: simplify __gitcomp() test helper
Felipe Contreras
1
-10
/
+5
2012-11-16
completion: refactor __gitcomp related tests
Felipe Contreras
1
-50
/
+28
2012-11-16
completion: consolidate test_completion*() tests
Felipe Contreras
1
-17
/
+14
2012-11-16
completion: simplify tests using test_completion_long()
Felipe Contreras
1
-6
/
+3
2012-11-16
completion: standardize final space marker in tests
Felipe Contreras
1
-14
/
+13
2012-11-16
completion: add comment for test_completion()
Felipe Contreras
1
-1
/
+5
[prev]
[next]