summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano2012-07-091-1/+1
|\
| * fast-export: quote paths with spacesJay Soffian2012-06-271-1/+1
* | Merge branch 'cw/no-detaching-an-unborn'Junio C Hamano2012-07-091-0/+6
|\ \
| * | git-checkout: disallow --detach on unborn branchChris Webb2012-06-261-0/+6
* | | Merge branch 'vr/use-our-perl-in-tests'Junio C Hamano2012-07-0926-44/+65
|\ \ \
| * | | t/README: add a bit more Don'tsJunio C Hamano2012-06-241-3/+22
| * | | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-2424-41/+41
| * | | t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano2012-06-241-0/+2
| * | | t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-1224-41/+41
* | | | Merge branch 'mm/credential-plumbing'Junio C Hamano2012-07-092-2/+51
|\ \ \ \
| * | | | git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-252-0/+39
| * | | | add 'git credential' plumbing commandJavier Roucher Iglesias2012-06-251-2/+12
* | | | | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-091-0/+158
|\ \ \ \ \
| * | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-251-0/+30
| * | | | | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen2012-06-251-0/+29
| * | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen2012-06-251-0/+29
| * | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-0/+70
| |/ / / /
* | | | | Merge branch 'nd/clone-single-fix'Junio C Hamano2012-07-041-1/+6
|\ \ \ \ \
| * | | | | clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2012-06-221-1/+6
* | | | | | Merge branch 'th/diff-no-index-fixes'Junio C Hamano2012-07-042-2/+86
|\ \ \ \ \ \
| * | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-221-1/+72
| * | | | | | diff: handle relative paths in no-indexJeff King2012-06-221-1/+14
| |/ / / / /
| * | | | | Merge branch 'ef/maint-rebase-error-message' into maintJunio C Hamano2012-06-031-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/maint-grep-F' into maintJunio C Hamano2012-06-011-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/ident-split-fix' into maintJunio C Hamano2012-06-011-0/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'hv/submodule-alt-odb' into maintJunio C Hamano2012-05-251-0/+34
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'bp/diff-no-index-strbuf-fix' into maintJunio C Hamano2012-05-251-0/+19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-status-porcelain-z-b' into maintJunio C Hamano2012-05-241-1/+15
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'hv/remote-end-hung-up'Junio C Hamano2012-07-041-9/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-9/+7
* | | | | | | | | | | | | Merge branch 'fc/git-prompt-script'Junio C Hamano2012-06-283-13/+475
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | completion: respect $GIT_DIRSZEDER Gábor2012-06-191-1/+9
| * | | | | | | | | | | | | completion: split __git_ps1 into a separate scriptFelipe Contreras2012-05-221-1/+1
| * | | | | | | | | | | | | Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptJunio C Hamano2012-05-227-41/+160
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | tests: add tests for the bash prompt functions in the completion scriptSZEDER Gábor2012-05-091-0/+448
| * | | | | | | | | | | | | | tests: move code to run tests under bash into a helper librarySZEDER Gábor2012-05-092-13/+19
* | | | | | | | | | | | | | | Merge branch 'js/submodule-relative'Junio C Hamano2012-06-282-4/+235
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t7400: avoid path mangling issuesJohannes Sixt2012-06-141-3/+8
| * | | | | | | | | | | | | | | submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour2012-06-062-6/+6
| * | | | | | | | | | | | | | | submodule: fix sync handling of some relative superproject origin URLsJon Seymour2012-06-061-4/+4
| * | | | | | | | | | | | | | | submodule: document failure to handle relative superproject origin URLsJon Seymour2012-06-032-1/+123
| * | | | | | | | | | | | | | | submodule: additional regression tests for relative URLsJon Seymour2012-06-031-3/+107
* | | | | | | | | | | | | | | | Merge branch 'lk/more-helpful-status-hints'Junio C Hamano2012-06-282-0/+745
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | status: better advices when splitting a commit (during rebase -i)Lucien Kong2012-06-141-0/+277
| * | | | | | | | | | | | | | | | status: don't suggest "git rm" or "git add" if not appropriateLucien Kong2012-06-142-6/+38
| * | | | | | | | | | | | | | | | t7512-status-help.sh: better advices for git statusLucien Kong2012-06-141-0/+372
| * | | | | | | | | | | | | | | | wt-status.*: better advices for git status addedLucien Kong2012-06-141-0/+64
* | | | | | | | | | | | | | | | | Merge branch 'lk/rebase-i-x'Junio C Hamano2012-06-281-0/+117
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rebase -i: teach "--exec <cmd>"Lucien Kong2012-06-131-0/+117
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'nd/stream-pack-objects'Junio C Hamano2012-06-281-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \