summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano2010-12-161-0/+195
|\
| * Submodules: Add the "fetchRecurseSubmodules" config optionJens Lehmann2010-11-121-0/+50
| * Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-121-0/+36
| * fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-121-0/+109
* | Merge branch 'nd/extended-sha1-relpath'Junio C Hamano2010-12-161-0/+86
|\ \
| * | get_sha1: teach ":$n:<path>" the same relative path logicJunio C Hamano2010-12-091-0/+24
| * | get_sha1: support relative path ":path" syntaxNguyễn Thái Ngọc Duy2010-12-071-0/+62
| * | Merge branch 'kb/maint-diff-ws-check' into maintJunio C Hamano2010-11-243-44/+114
| |\ \
| * \ \ Merge branch 'jm/mailmap' into maintJunio C Hamano2010-11-241-12/+55
| |\ \ \
| * \ \ \ Merge branch 'jk/maint-apply-no-binary' into maintJunio C Hamano2010-11-241-1/+26
| |\ \ \ \
| * \ \ \ \ Merge branch 'ak/submodule-sync' into maintJunio C Hamano2010-11-241-1/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/maint-rev-list-nul' into maintJunio C Hamano2010-11-243-4/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cb/diff-fname-optim' into maintJunio C Hamano2010-11-241-0/+109
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/no-textconv-symlink' into maintJunio C Hamano2010-11-241-0/+26
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'bc/fix-cherry-pick-root' into maintJunio C Hamano2010-11-241-0/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maintJunio C Hamano2010-11-241-0/+36
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'aa/status-hilite-branch'Junio C Hamano2010-12-161-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | status: show branchname with a configurable colorAleksi Aalto2010-11-291-2/+3
* | | | | | | | | | | | | Merge branch 'jn/maint-svn-fe'Junio C Hamano2010-12-161-2/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t9010 fails when no svn is availableJunio C Hamano2010-12-091-0/+6
| * | | | | | | | | | | | | t9010 (svn-fe): Eliminate dependency on svn perl bindingsRamkumar Ramachandra2010-11-231-2/+12
* | | | | | | | | | | | | | Merge branch 'jc/maint-svn-info-test-fix'Junio C Hamano2010-12-161-72/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t9119: do not compare "Text Last Updated" line from "svn info"Junio C Hamano2010-12-061-72/+34
* | | | | | | | | | | | | | | Merge branch 'jn/submodule-b-current'Junio C Hamano2010-12-161-5/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git submodule: Remove now obsolete tests before cloning a repoJens Lehmann2010-12-061-5/+23
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | t800?-blame.sh: retitle uniquelyMichael J Gruber2010-12-132-0/+0
* | | | | | | | | | | | | | | tests: flip executable bit on t9158Jeff King2010-12-131-0/+0
* | | | | | | | | | | | | | | tests: add some script lint checksJeff King2010-12-131-2/+14
* | | | | | | | | | | | | | | Avoid duplicate test number t7609Johannes Sixt2010-12-131-0/+0
* | | | | | | | | | | | | | | Merge branch 'js/configurable-tab'Junio C Hamano2010-12-123-4/+156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make the tab width used for whitespace checks configurableJohannes Sixt2010-12-013-6/+130
| * | | | | | | | | | | | | | | Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADJunio C Hamano2010-12-011-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | apply --whitespace=fix: fix tab-in-indentJohannes Sixt2010-12-011-0/+28
* | | | | | | | | | | | | | | | Merge branch 'tc/http-urls-ends-with-slash'Junio C Hamano2010-12-121-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | t5550-http-fetch: add test for http-fetchTay Ray Chuan2010-11-261-1/+13
| * | | | | | | | | | | | | | | | t5550-http-fetch: add missing '&&'Tay Ray Chuan2010-11-261-1/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'tc/format-patch-p'Junio C Hamano2010-12-121-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | format-patch: page output with --stdoutTay Ray Chuan2010-11-231-0/+23
* | | | | | | | | | | | | | | | | Merge branch 'mz/rebase-abort-reflog-fix'Junio C Hamano2010-12-121-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rebase --abort: do not update branch refMartin von Zweigbergk2010-11-231-0/+12
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/maint-reflog-bottom'Junio C Hamano2010-12-121-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | reflogs: clear flags properly in corner caseJeff King2010-11-231-0/+34
* | | | | | | | | | | | | | | | | | Merge branch 'mz/pull-rebase-rebased'Junio C Hamano2010-12-121-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Use reflog in 'pull --rebase . foo'Martin von Zweigbergk2010-11-291-0/+7
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-127-0/+169
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | update-index -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+32
| * | | | | | | | | | | | | | | | | | merge -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+11
| * | | | | | | | | | | | | | | | | | ls-files -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+39
| * | | | | | | | | | | | | | | | | | gc -h: show usage even with broken configurationNguyễn Thái Ngọc Duy2010-10-221-0/+28
| * | | | | | | | | | | | | | | | | | commit/status -h: show usage even with broken configurationNguyễn Thái Ngọc Duy2010-10-221-0/+24