summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
Commit message (Expand)AuthorAgeFilesLines
* t9902: mingw-specific fix for gitfile link filesPat Thoyts2014-07-211-4/+13
* completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasessp/complete-ext-aliasSteffen Prohaska2014-06-131-0/+27
* t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey2013-08-211-1/+1
* Merge branch 'tr/test-lint-no-export-assignment-in-shell'Junio C Hamano2013-07-121-1/+1
|\
| * t9902: fix 'test A == B' to use = operatorThomas Rast2013-07-081-1/+1
* | Merge branch 'jk/bash-completion'Junio C Hamano2013-07-111-0/+1
|\ \
| * | completion: learn about --man-pathJohn Keeping2013-06-301-0/+1
* | | completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor2013-06-241-0/+134
|/ /
* | completion: document tilde expansion failure in testsFelipe Contreras2013-04-271-0/+9
* | completion: add file completion testsFelipe Contreras2013-04-271-0/+68
|/
* completion: get rid of compgenFelipe Contreras2013-04-141-3/+3
* completion: add __gitcomp_nl testsFelipe Contreras2013-04-141-0/+60
* completion: trivial test improvementFelipe Contreras2013-04-121-1/+2
* t9902: protect test from stray build artifactsJunio C Hamano2013-01-241-1/+24
* Merge branch 'fc/completion-test-simplification'Junio C Hamano2012-11-291-82/+52
|\
| * completion: simplify __gitcomp() test helperFelipe Contreras2012-11-161-10/+5
| * completion: refactor __gitcomp related testsFelipe Contreras2012-11-161-50/+28
| * completion: consolidate test_completion*() testsFelipe Contreras2012-11-161-17/+14
| * completion: simplify tests using test_completion_long()Felipe Contreras2012-11-161-6/+3
| * completion: standardize final space marker in testsFelipe Contreras2012-11-161-14/+13
| * completion: add comment for test_completion()Felipe Contreras2012-11-161-1/+5
* | completion: add format-patch options to send-emailFelipe Contreras2012-10-161-0/+5
|/
* t9902: add completion tests for "odd" filenamesJeff King2012-09-271-0/+19
* t9902: add a few basic completion testsJeff King2012-09-271-0/+41
* Merge branch 'fc/git-prompt-script'Junio C Hamano2012-06-281-13/+1
|\
| * Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptJunio C Hamano2012-05-221-1/+1
| |\
| * | tests: move code to run tests under bash into a helper librarySZEDER Gábor2012-05-091-13/+1
* | | completion: put main git and gitk completion functions back into git namespaceSZEDER Gábor2012-06-131-1/+1
* | | completion: rename internal helpers _git and _gitkFelipe Contreras2012-05-201-1/+1
| |/ |/|
* | completion: add new __git_complete helperFelipe Contreras2012-05-141-1/+1
|/
* completion: fix completion after 'git --option <TAB>'SZEDER Gábor2012-04-211-0/+17
* completion: avoid trailing space for --exec-pathJonathan Nieder2012-04-211-1/+6
* completion: add missing general optionsFelipe Contreras2012-04-211-0/+16
* tests: add tests for the __gitcomp() completion helper functionSZEDER Gábor2012-04-211-0/+85
* tests: add initial bash completion testsFelipe Contreras2012-04-151-0/+120