summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Merge master into aw/mirror-pushJunio C Hamano2007-11-0911-8/+387
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/terse-push' into aw/mirror-pushJunio C Hamano2007-11-091-0/+42
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | send-pack: segfault fix on forced pushJunio C Hamano2007-11-081-0/+42
| * | | | | | | | | | | | | Merge branch 'ar/send-pack-remote-track' into jk/send-packJunio C Hamano2007-11-141-0/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add a test checking if send-pack updated local tracking branches correctlyAlex Riesen2007-11-121-0/+40
| * | | | | | | | | | | | | | Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-141-0/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| / / / / / / / / / / / / | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Reteach builtin-ls-remote to understand remotesShawn O. Pearce2007-11-061-0/+52
| | |/ / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-244-22/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre2007-11-151-7/+2
| * | | | | | | | | | | | | Skip t3902-quoted.sh if the file system does not support funny names.Johannes Sixt2007-11-141-0/+7
| * | | | | | | | | | | | | t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt2007-11-141-2/+23
| * | | | | | | | | | | | | t7501-commit.sh: Not all seds understand option -iJohannes Sixt2007-11-141-2/+4
| * | | | | | | | | | | | | t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt2007-11-141-16/+18
* | | | | | | | | | | | | | Merge branch 'mh/rebase-skip-hard'Junio C Hamano2007-11-241-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Do git reset --hard HEAD when using git rebase --skipMike Hommey2007-11-111-2/+0
* | | | | | | | | | | | | | | Merge branch 'cc/bisect'Junio C Hamano2007-11-241-1/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Bisect reset: do nothing when not bisecting.Christian Couder2007-11-201-1/+26
| * | | | | | | | | | | | | | Bisect reset: remove bisect refs that may have been packed.Christian Couder2007-11-161-0/+12
* | | | | | | | | | | | | | | Make test scripts executable.Junio C Hamano2007-11-221-0/+0
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2007-11-223-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Make test scripts executable.Junio C Hamano2007-11-222-0/+0
| * | | | | | | | | | | | | | bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin2007-11-221-0/+13
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | rebase -i: move help to end of todo fileJohannes Schindelin2007-11-221-1/+2
* | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2007-11-222-0/+369
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-svn: info --url [path]David D. Kilzer2007-11-211-0/+93
| * | | | | | | | | | | | | | git-svn info: implement info commandDavid D. Kilzer2007-11-211-0/+275
| * | | | | | | | | | | | | | t9106: fix a race condition that caused svn to miss modificationsEric Wong2007-11-211-0/+1
* | | | | | | | | | | | | | | Fix "quote" misconversion for rewrite diff output.Junio C Hamano2007-11-211-0/+26
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | git-send-email: show all headers when sending mailDavid D. Kilzer2007-11-191-0/+37
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |