summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
AgeCommit message (Expand)Author
2015-05-12completion: simplify query for config variablesSZEDER Gábor
2015-05-12completion: add a helper function to get config variablesSZEDER Gábor
2015-03-20t: fix severe &&-chain breakageJeff King
2015-03-06completion: add a test for __git_remotes() helper functionSZEDER Gábor
2014-07-21t9902: mingw-specific fix for gitfile link filesPat Thoyts
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesSteffen Prohaska
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey
2013-07-12Merge branch 'tr/test-lint-no-export-assignment-in-shell'Junio C Hamano
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano
2013-07-08t9902: fix 'test A == B' to use = operatorThomas Rast
2013-06-30completion: learn about --man-pathJohn Keeping
2013-06-24completion, bash prompt: move __gitdir() tests to completion test suiteSZEDER Gábor
2013-04-27completion: document tilde expansion failure in testsFelipe Contreras
2013-04-27completion: add file completion testsFelipe Contreras
2013-04-15completion: get rid of compgenFelipe Contreras
2013-04-15completion: add __gitcomp_nl testsFelipe Contreras
2013-04-12completion: trivial test improvementFelipe Contreras
2013-01-24t9902: protect test from stray build artifactsJunio C Hamano
2012-11-29Merge branch 'fc/completion-test-simplification'Junio C Hamano
2012-11-16completion: simplify __gitcomp() test helperFelipe Contreras
2012-11-16completion: refactor __gitcomp related testsFelipe Contreras
2012-11-16completion: consolidate test_completion*() testsFelipe Contreras
2012-11-16completion: simplify tests using test_completion_long()Felipe Contreras
2012-11-16completion: standardize final space marker in testsFelipe Contreras
2012-11-16completion: add comment for test_completion()Felipe Contreras
2012-10-16completion: add format-patch options to send-emailFelipe Contreras
2012-09-28t9902: add completion tests for "odd" filenamesJeff King
2012-09-28t9902: add a few basic completion testsJeff King
2012-06-28Merge branch 'fc/git-prompt-script'Junio C Hamano
2012-06-13completion: put main git and gitk completion functions back into git namespaceSZEDER Gábor
2012-05-22Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptJunio C Hamano
2012-05-20completion: rename internal helpers _git and _gitkFelipe Contreras
2012-05-14completion: add new __git_complete helperFelipe Contreras
2012-05-09tests: move code to run tests under bash into a helper librarySZEDER Gábor
2012-04-22completion: fix completion after 'git --option <TAB>'SZEDER Gábor
2012-04-22completion: avoid trailing space for --exec-pathJonathan Nieder
2012-04-22completion: add missing general optionsFelipe Contreras
2012-04-22tests: add tests for the __gitcomp() completion helper functionSZEDER Gábor
2012-04-15tests: add initial bash completion testsFelipe Contreras