summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/rev-list-gitlink'Junio C Hamano2007-11-181-0/+42
|\
| * Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-141-0/+42
* | Merge branch 'ds/checkout-upper'Junio C Hamano2007-11-181-0/+82
|\ \
| * | git-checkout: Test for relative path use.David Symonds2007-11-111-0/+82
* | | Merge git://git.bogomips.org/git-svnJunio C Hamano2007-11-172-0/+135
|\ \ \
| * | | git-svn log: handle unreachable revisions like "svn log"David D Kilzer2007-11-171-0/+66
| * | | git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer2007-11-171-4/+4
| * | | git-svn log: fix ascending revision rangesDavid D Kilzer2007-11-171-0/+14
| * | | git-svn: add tests for command-line usage of init and clone commandsEric Wong2007-11-171-0/+55
* | | | Fix and improve t7004 (git-tag tests)Mike Hommey2007-11-171-2/+12
* | | | Merge branch 'maint'Junio C Hamano2007-11-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-161-0/+24
| * | | Fix t9101 test failure caused by Subversion "auto-props"Wincent Colaiuta2007-11-161-1/+1
* | | | Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-161-0/+24
* | | | Merge branch 'sp/fetch-fix'Junio C Hamano2007-11-141-0/+33
|\ \ \ \
| * | | | git-fetch: avoid local fetching from alternate (again)Shawn O. Pearce2007-11-111-0/+33
| | |/ / | |/| |
* | | | Merge branch 'bs/maint-commit-options'Junio C Hamano2007-11-141-0/+10
|\ \ \ \
| * | | | git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink2007-11-121-0/+10
* | | | | Merge branch 'rv/maint-index-commit'Junio C Hamano2007-11-141-0/+32
|\ \ \ \ \
| * | | | | Make GIT_INDEX_FILE apply to git-commitRémi Vanicat2007-11-111-0/+32
* | | | | | Merge branch 'bs/maint-t7005'Junio C Hamano2007-11-141-3/+2
|\ \ \ \ \ \
| * | | | | | t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATHBjörn Steinbrink2007-11-111-3/+2
| |/ / / / /
* | | | | | Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-2/+28
|\ \ \ \ \ \
| * | | | | | t2200: test more cases of "add -u"Junio C Hamano2007-11-111-2/+28
| |/ / / / /
* | | | | | Merge branch 'mh/retag'Junio C Hamano2007-11-141-0/+16
|\ \ \ \ \ \
| * | | | | | Add tests for git tagMike Hommey2007-11-051-0/+16
* | | | | | | Merge branch 'bg/format-patch-N'Junio C Hamano2007-11-141-0/+106
|\ \ \ \ \ \ \
| * | | | | | | format-patch: Test --[no-]numbered and format.numberedBrian Gernhardt2007-11-041-0/+106
* | | | | | | | Merge branch 'js/rebase-detached'Junio C Hamano2007-11-142-1/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | rebase: fix "rebase --continue" breakageJohannes Schindelin2007-11-121-0/+17
| * | | | | | | rebase: operate on a detached HEADJohannes Schindelin2007-11-091-1/+6
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-11-142-1/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | git-clean: honor core.excludesfileJunio C Hamano2007-11-141-0/+11
| * | | | | | | t/t3404: fix test for a bogus todo file.Junio C Hamano2007-11-131-1/+1
* | | | | | | | git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-121-0/+40
* | | | | | | | Merge branch 'maint'Junio C Hamano2007-11-121-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-111-0/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'js/upload-pack'Junio C Hamano2007-11-111-0/+75
|\ \ \ \ \ \
| * | | | | | upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-051-0/+75
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'js/reset'Junio C Hamano2007-11-111-0/+19
|\ \ \ \ \ \
| * | | | | | builtin-reset: avoid forking "update-index --refresh"Johannes Schindelin2007-11-051-0/+10
| * | | | | | builtin-reset: do not call "ls-files --unmerged"Johannes Schindelin2007-11-051-0/+9
| |/ / / / /
* | | | | | Merge branch 'js/parseopt-abbrev-fix'Junio C Hamano2007-11-111-0/+13
|\ \ \ \ \ \
| * | | | | | parse-options: abbreviation engine fix.Johannes Schindelin2007-11-051-0/+13
| |/ / / / /
* | | | | | test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-101-5/+10
* | | | | | for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-101-0/+22
* | | | | | git-commit: a bit more testsJunio C Hamano2007-11-101-0/+69
| |_|/ / / |/| | | |
* | | | | Merge branch 'maint'Junio C Hamano2007-11-091-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | stop t1400 hiding errors in testsAlex Riesen2007-11-081-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jc/clean-config'Junio C Hamano2007-11-072-6/+15
|\ \ \ \ | |_|/ / |/| | |