summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2012-06-27add test case for rebase of empty commitLibravatar Martin von Zweigbergk1-0/+8
2012-06-26Add tests for rebase -i --root without --ontoLibravatar Chris Webb2-4/+27
2012-06-26am --rebasing: get patch body from commit, not from mailboxLibravatar Martin von Zweigbergk1-4/+28
2012-06-26rebase --root: print usage on too many argsLibravatar Martin von Zweigbergk1-1/+7
2012-06-26git-checkout: disallow --detach on unborn branchLibravatar Chris Webb1-0/+6
2012-06-25git credential fill: output the whole 'struct credential'Libravatar Matthieu Moy2-0/+39
2012-06-25add 'git credential' plumbing commandLibravatar Javier Roucher Iglesias1-2/+12
2012-06-25config: write to $XDG_CONFIG_HOME/git/config file when appropriateLibravatar Huynh Khoi Nguyen Nguyen1-0/+30
2012-06-25Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesLibravatar Huynh Khoi Nguyen Nguyen1-0/+29
2012-06-25Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreLibravatar Huynh Khoi Nguyen Nguyen1-0/+29
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileLibravatar Huynh Khoi Nguyen Nguyen1-0/+70
2012-06-24t/README: add a bit more Don'tsLibravatar Junio C Hamano1-3/+22
2012-06-24tests: enclose $PERL_PATH in double quotesLibravatar Junio C Hamano24-41/+41
2012-06-24t/test-lib.sh: export PERL_PATH for use in scriptsLibravatar Junio C Hamano1-0/+2
2012-06-22Merge branch 'maint'Libravatar Junio C Hamano2-3/+3
2012-06-22Documentation: Fix misspellingsLibravatar Leila Muhtasib2-3/+3
2012-06-22clone: fix ref selection in --single-branch --branch=xxxLibravatar Nguyễn Thái Ngọc Duy1-1/+6
2012-06-22diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Libravatar Tim Henigan1-1/+72
2012-06-22diff: handle relative paths in no-indexLibravatar Jeff King1-1/+14
2012-06-21Merge branch 'jk/maint-t1304-setfacl'Libravatar Junio C Hamano1-10/+9
2012-06-21Merge branch 'jk/clone-local'Libravatar Junio C Hamano1-0/+10
2012-06-19completion: respect $GIT_DIRLibravatar SZEDER Gábor1-1/+9
2012-06-19show: fix "range implies walking"Libravatar Junio C Hamano1-2/+2
2012-06-19Demonstrate git-show is broken with rangesLibravatar Thomas Rast1-0/+91
2012-06-19remove the impression of unexpectedness when access is deniedLibravatar Heiko Voigt1-9/+7
2012-06-18verify_filename(): ask the caller to chose the kind of diagnosisLibravatar Matthieu Moy1-1/+1
2012-06-18sha1_name: do not trigger detailed diagnosis for file argumentsLibravatar Matthieu Moy1-0/+11
2012-06-15Merge branch 'as/diff-shortstat-ignore-binary'Libravatar Junio C Hamano1-0/+12
2012-06-15diff: Only count lines in show_shortstatsLibravatar Alexander Strasser1-0/+12
2012-06-14t7400: avoid path mangling issuesLibravatar Johannes Sixt1-3/+8
2012-06-14status: better advices when splitting a commit (during rebase -i)Libravatar Lucien Kong1-0/+277
2012-06-14status: don't suggest "git rm" or "git add" if not appropriateLibravatar Lucien Kong2-6/+38
2012-06-14t7512-status-help.sh: better advices for git statusLibravatar Lucien Kong1-0/+372
2012-06-14wt-status.*: better advices for git status addedLibravatar Lucien Kong1-0/+64
2012-06-13rebase -i: teach "--exec <cmd>"Libravatar Lucien Kong1-0/+117
2012-06-13Merge branch 'rj/gitweb-test-sans-date-parser'Libravatar Junio C Hamano1-7/+14
2012-06-13Merge branch 'fc/git-complete-helper-fix'Libravatar Junio C Hamano1-1/+1
2012-06-13completion: put main git and gitk completion functions back into git namespaceLibravatar SZEDER Gábor1-1/+1
2012-06-12gitweb: Skip 'modification times' tests when no date parser availableLibravatar Ramsay Jones1-7/+14
2012-06-12t: Replace 'perl' by $PERL_PATHLibravatar Vincent van Ravesteijn24-41/+41
2012-06-12Merge branch 'jc/fmt-merge-msg-people'Libravatar Junio C Hamano1-18/+18
2012-06-07t1304: improve setfacl prerequisite setupLibravatar Jeff King1-10/+9
2012-06-07Merge branch 'rr/maint-t3510-cascade-fix'Libravatar Junio C Hamano1-1/+1
2012-06-06fmt-merge-msg: make attribution into comment linesLibravatar Junio C Hamano1-18/+18
2012-06-06submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Libravatar Jon Seymour2-6/+6
2012-06-06submodule: fix sync handling of some relative superproject origin URLsLibravatar Jon Seymour1-4/+4
2012-06-04t3510 (cherry-pick-sequence): add missing '&&'Libravatar Ramkumar Ramachandra1-1/+1
2012-06-03Merge branch 'ef/maint-rebase-error-message' into maintLibravatar Junio C Hamano1-0/+5
2012-06-03submodule: document failure to handle relative superproject origin URLsLibravatar Jon Seymour2-1/+123
2012-06-03submodule: additional regression tests for relative URLsLibravatar Jon Seymour1-3/+107