Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25t9902: protect test from stray build artifactsJunio C Hamano
2012-11-30Merge 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-29Merge 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-23Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptJunio C Hamano
2012-05-21completion: rename internal helpers _git and _gitkFelipe Contreras
2012-05-14completion: add new __git_complete helperFelipe Contreras
2012-05-10tests: 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-16tests: add initial bash completion testsFelipe Contreras