summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-252-1/+41
|\
| * Add test for cloning with "--reference" repo being a subset of source repoJohan Herland2008-05-221-0/+5
| * Add a test for another combination of --referenceJohan Herland2008-05-221-0/+21
| * Test that --reference actually suppresses fetching referenced objectsDaniel Barkalow2008-05-221-1/+8
| * builtin-clone: fix initial checkoutJohannes Schindelin2008-05-151-0/+7
* | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-05-251-0/+61
|\ \
| * | builtin-apply: do not declare patch is creation when we do not know itJunio C Hamano2008-05-171-0/+61
* | | Merge branch 'ar/batch-cat'Junio C Hamano2008-05-253-35/+359
|\ \ \
| * | | change quoting in test t1006-cat-file.shMichele Ballabio2008-05-231-3/+3
| * | | git-hash-object: Add --stdin-paths optionAdam Roben2008-05-231-0/+32
| * | | Add more tests for git hash-objectAdam Roben2008-05-231-27/+93
| * | | Move git-hash-object tests from t5303 to t1007Adam Roben2008-05-231-0/+0
| * | | git-cat-file: Add --batch optionAdam Roben2008-05-051-17/+57
| * | | git-cat-file: Add --batch-check optionAdam Roben2008-05-051-0/+65
| * | | Add tests for git cat-fileAdam Roben2008-05-051-0/+121
| | |/ | |/|
* | | Merge branch 'cc/bisect'Junio C Hamano2008-05-251-19/+60
|\ \ \
| * | | bisect: use a detached HEAD to bisectChristian Couder2008-05-221-19/+19
| * | | bisect: trap critical errors in "bisect_start"Christian Couder2008-05-221-6/+4
| * | | bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder2008-05-221-1/+1
| * | | bisect: add test cases to check that "git bisect start" is atomicChristian Couder2008-05-221-0/+43
* | | | Merge branch 'ap/svn'Junio C Hamano2008-05-251-0/+70
|\ \ \ \
| * | | | git-svn: add test for --add-author-from and --use-log-authorJunio C Hamano2008-05-121-0/+70
| | |/ / | |/| |
* | | | Merge branch 'js/cvsexportcommit'Junio C Hamano2008-05-251-0/+17
|\ \ \ \
| * | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-151-0/+17
* | | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-251-0/+92
|\ \ \ \ \
| * | | | | Ignore dirty submodule states during rebase and stashJohannes Schindelin2008-05-151-0/+92
| |/ / / /
* | | | | Merge branch 'mo/cvsserver'Junio C Hamano2008-05-251-0/+337
|\ \ \ \ \
| * | | | | git-cvsserver: add ability to guess -kb from contentsMatthew Ogilvie2008-05-161-0/+159
| * | | | | implement gitcvs.usecrlfattrMatthew Ogilvie2008-05-161-0/+178
| |/ / / /
* | | | | Merge branch 'pb/push'Junio C Hamano2008-05-232-1/+45
|\ \ \ \ \
| * | | | | add special "matching refs" refspecPaolo Bonzini2008-05-042-1/+45
| | |/ / / | |/| | |
* | | | | Merge branch 'bc/repack'Junio C Hamano2008-05-231-0/+47
|\ \ \ \ \
| * | | | | repack: modify behavior of -A option to leave unreferenced objects unpackedBrandon Casey2008-05-111-0/+47
* | | | | | Merge branch 'sp/ignorecase'Junio C Hamano2008-05-231-0/+29
|\ \ \ \ \ \
| * | | | | | t0050: Fix merge test on case sensitive file systemsSteffen Prohaska2008-05-171-0/+2
| * | | | | | t0050: Add test for case insensitive addSteffen Prohaska2008-05-111-0/+10
| * | | | | | t0050: Set core.ignorecase case to activate case insensitivitySteffen Prohaska2008-05-111-0/+1
| * | | | | | t0050: Test autodetect core.ignorecaseSteffen Prohaska2008-05-111-0/+16
| |/ / / / /
* | | | | | pull --rebase: exit early when the working directory is dirtyJohannes Schindelin2008-05-221-0/+18
| |_|_|/ / |/| | | |
* | | | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-0/+43
|\ \ \ \ \
| * | | | | Add a config option to ignore errors for git-addAlex Riesen2008-05-121-0/+21
| * | | | | Add a test for git-add --ignore-errorsAlex Riesen2008-05-121-0/+22
* | | | | | Merge branch 'jk/maint-send-email-compose'Junio C Hamano2008-05-211-0/+59
|\ \ \ \ \ \
| * | | | | | send-email: rfc2047-quote subject lines with non-ascii charactersJeff King2008-05-211-0/+15
| * | | | | | send-email: specify content-type of --compose bodyJeff King2008-05-211-0/+44
* | | | | | | Fix t3701 if core.filemode disabledAlex Riesen2008-05-211-0/+7
* | | | | | | t/Makefile: "trash" directory was renamed recentlyBrandon Casey2008-05-183-3/+3
* | | | | | | Ensure that a test is run in the trash directoryAlex Riesen2008-05-181-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Replace in-place sed in t7502-commitMarcel Koeppen2008-05-161-1/+3
* | | | | | submodule update: add convenience option --initJohannes Schindelin2008-05-161-0/+13
| |_|_|_|/ |/| | | |