summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken2010-09-031-0/+35
* Merge branch 'gp/pack-refs-remove-empty-dirs' into maintJunio C Hamano2010-09-011-0/+6
|\
| * pack-refs: remove newly empty directoriesGreg Price2010-07-071-0/+6
* | Merge branch 'sg/rerere-gc-old-still-used' into maintJunio C Hamano2010-09-011-3/+11
|\ \
| * | rerere: fix overeager gcSZEDER Gábor2010-07-141-3/+11
* | | Merge branch 'dj/fetch-tagopt' into maintJunio C Hamano2010-09-011-0/+41
|\ \ \
| * | | fetch: allow command line --tags to override configDaniel Johnson2010-08-141-0/+41
* | | | Merge branch 'da/fix-submodule-sync-superproject-config' into maintJunio C Hamano2010-09-011-0/+3
|\ \ \ \
| * | | | submodule sync: Update "submodule.<name>.url"David Aguilar2010-08-181-0/+3
| |/ / /
* | | | Merge branch 'en/rebase-against-rebase-fix' into maintJunio C Hamano2010-09-011-0/+62
|\ \ \ \
| * | | | pull --rebase: Avoid spurious conflicts and reapplying unnecessary patchesElijah Newren2010-08-121-2/+2
| * | | | t5520-pull: Add testcases showing spurious conflicts from git pull --rebaseElijah Newren2010-08-121-0/+62
* | | | | Merge branch 'maint-1.7.1' into maintJunio C Hamano2010-08-291-5/+5
|\ \ \ \ \
| * | | | | t0003: add missing && at end of linesMatthieu Moy2010-08-291-5/+5
* | | | | | t3302 (notes): Port to SolarisJonathan Nieder2010-08-241-1/+1
* | | | | | t7403: add missing &&'sJens Lehmann2010-08-211-2/+2
* | | | | | Merge branch 'jc/maint-follow-rename-fix' into maintJunio C Hamano2010-08-201-1/+13
|\ \ \ \ \ \
| * | | | | | log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason2010-08-151-1/+13
* | | | | | | Merge branch 'jn/fix-abbrev' into maintJunio C Hamano2010-08-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | archive: abbreviate substituted commit ids againJonathan Nieder2010-07-271-1/+1
* | | | | | | | Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano2010-08-203-199/+343
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | rebase: protect against diff.renames configurationJunio C Hamano2010-07-231-1/+23
| * | | | | | | t3400 (rebase): whitespace cleanupJonathan Nieder2010-07-231-90/+92
| * | | | | | | Teach "apply --index-info" to handle rename patchesJunio C Hamano2010-07-231-0/+46
| * | | | | | | t4150 (am): futureproof against failing testsJonathan Nieder2010-07-231-1/+47
| * | | | | | | t4150 (am): style fixJonathan Nieder2010-07-232-108/+136
| | |_|_|/ / / | |/| | | | |
* | | | | | | t/t7003: replace \t with literal tab in sed expressionBrandon Casey2010-08-121-1/+1
* | | | | | | index-pack: Don't follow replace refs.Nelson Elhage2010-08-121-0/+6
* | | | | | | fast-import: export correctly marks larger than 2^20-1Raja R Harinath2010-08-111-0/+57
* | | | | | | t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATHÆvar Arnfjörð Bjarmason2010-08-111-3/+2
* | | | | | | diff: strip extra "/" when stripping prefixJakub Narebski2010-08-111-0/+61
* | | | | | | t7003: fix subdirectory-filter testThomas Rast2010-08-091-1/+2
* | | | | | | Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-061-0/+17
* | | | | | | Merge branch 'ab/tap' into maintJunio C Hamano2010-08-021-4/+3
|\ \ \ \ \ \ \
| * | | | | | | test-lib: Remove 3 year old no-op --no-python optionÆvar Arnfjörð Bjarmason2010-08-021-3/+0
| * | | | | | | test-lib: Ignore --quiet under a TAP harnessÆvar Arnfjörð Bjarmason2010-08-021-1/+3
* | | | | | | | Fix git rebase --continue to work with touched filesDavid D. Kilzer2010-07-281-0/+43
* | | | | | | | Sync with 1.7.1.2Junio C Hamano2010-07-271-1/+23
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | Sync with 1.7.0 seriesJunio C Hamano2010-07-271-1/+23
| |\ \ \ \ \ \
| | * | | | | | config --get --path: check for unset $HOMEJonathan Nieder2010-07-271-1/+23
| | * | | | | | Merge branch 'maint-1.6.6' into maint-1.7.0Junio C Hamano2010-07-251-0/+18
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-07-251-0/+18
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-07-251-0/+18
| | | | |\ \ \ \ \ \
* | | | | | | | | | | t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt2010-07-251-3/+6
* | | | | | | | | | | git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey2010-07-251-1/+7
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | tests: correct "does reflog exist?" testsJunio C Hamano2010-07-212-49/+11
* | | | | | | | | | t/: work around one-shot variable assignment with test_must_failBrandon Casey2010-07-213-8/+40
* | | | | | | | | | t/README: correct an exception when breaking a && chain in testsJonathan Nieder2010-07-211-4/+4
* | | | | | | | | | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey2010-07-202-2/+2
* | | | | | | | | | t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey2010-07-201-2/+2