summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t7405: cd inside subshell instead of aroundJens Lehmann2010-09-031-11/+6
* Merge branch 'da/fix-submodule-sync-superproject-config'Junio C Hamano2010-08-311-0/+3
|\
| * submodule sync: Update "submodule.<name>.url"David Aguilar2010-08-181-0/+3
* | Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano2010-08-312-5/+79
|\ \
| * | tests: fix syntax error in "Use advise() for hints" testÆvar Arnfjörð Bjarmason2010-08-181-5/+5
| * | cherry-pick/revert: Use advise() for hintsJonathan Nieder2010-08-151-0/+20
| * | Eliminate “Finished cherry-pick/revert” messageJonathan Nieder2010-08-151-12/+30
| * | t3508: add check_head_differs_from() helper function and use itChristian Couder2010-07-231-5/+17
| * | revert: improve success message by adding abbreviated commit sha1Christian Couder2010-07-161-8/+8
| * | revert: report success when using option --strategyChristian Couder2010-07-161-1/+25
* | | Merge branch 'dj/fetch-tagopt'Junio C Hamano2010-08-311-0/+41
|\ \ \
| * | | fetch: allow command line --tags to override configDaniel Johnson2010-08-141-0/+41
| | |/ | |/|
* | | Merge branch 'en/d-f-conflict-fix'Junio C Hamano2010-08-315-5/+151
|\ \ \
| * | | merge-recursive: Fix multiple file rename across D/F conflictElijah Newren2010-08-181-1/+1
| * | | t6031: Add a testcase covering multiple renames across a D/F conflictElijah Newren2010-08-181-0/+31
| * | | Mark tests that use symlinks as needing SYMLINKS prerequisiteElijah Newren2010-08-122-3/+3
| * | | t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing testÆvar Arnfjörð Bjarmason2010-07-271-1/+1
| * | | fast-export: Fix output order of D/F changesElijah Newren2010-07-091-1/+1
| * | | merge_recursive: Fix renames across paths below D/F conflictsElijah Newren2010-07-092-2/+2
| * | | merge-recursive: Fix D/F conflictsElijah Newren2010-07-091-3/+3
| * | | Add a rename + D/F conflict testcaseAlexander Gladysh2010-07-091-0/+35
| * | | Add additional testcases for D/F conflictsElijah Newren2010-07-092-4/+84
* | | | Merge branch 'jn/svn-fe'Junio C Hamano2010-08-312-0/+203
|\ \ \ \
| * | | | t/t9010-svn-fe.sh: add an +x bit to this testÆvar Arnfjörð Bjarmason2010-08-191-0/+0
| * | | | t9010 (svn-fe): avoid symlinks in testJonathan Nieder2010-08-141-1/+1
| * | | | t9010 (svn-fe): use Unix-style path in URIJonathan Nieder2010-08-141-1/+1
| * | | | SVN dump parserDavid Barr2010-08-141-0/+32
| * | | | Add stream helper libraryDavid Barr2010-08-141-0/+54
| * | | | Add string-specific memory poolDavid Barr2010-08-141-0/+16
| * | | | Add treap implementationJason Evans2010-08-141-0/+22
| * | | | Add memory pool libraryDavid Barr2010-08-141-0/+79
* | | | | Merge branch 'tr/maint-no-unquote-plus'Junio C Hamano2010-08-311-2/+8
|\ \ \ \ \
| * | | | | Do not unquote + into ' ' in URLsThomas Rast2010-07-251-2/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-311-0/+66
|\ \ \ \ \
| * | | | | t7006 (pager): add missing TTY prerequisitesJonathan Nieder2010-08-161-2/+2
| * | | | | Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixJunio C Hamano2010-08-152-173/+452
| |\ \ \ \ \
| * | | | | | config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+8
| * | | | | | bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+33
| * | | | | | apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-0/+3
| * | | | | | grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-0/+13
| * | | | | | shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-0/+9
* | | | | | | Merge branch 'jn/maint-setup-fix'Junio C Hamano2010-08-312-173/+452
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | setup: do not forget working dir from subdir of gitdirNguyễn Thái Ngọc Duy2010-08-041-1/+1
| * | | | | | t4111 (apply): refresh index before applying patches to itJonathan Nieder2010-08-041-1/+2
| * | | | | | tests: try git apply from subdir of toplevelJonathan Nieder2010-07-251-0/+141
| * | | | | | t1501 (rev-parse): clarifyJonathan Nieder2010-07-251-173/+310
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'en/fast-export-fix'Junio C Hamano2010-08-311-0/+14
|\ \ \ \ \ \
| * | | | | | fast-export: Add a --full-tree optionElijah Newren2010-07-191-0/+5
| * | | | | | fast-export: Fix dropping of files with --import-marks and path limitingElijah Newren2010-07-191-0/+9
* | | | | | | Merge branch 'hv/autosquash-config'Junio C Hamano2010-08-311-8/+32
|\ \ \ \ \ \ \