summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2010-08-06t6038 (merge.renormalize): check that it can be turned offLibravatar Jonathan Nieder1-1/+49
2010-08-06t6038 (merge.renormalize): try checkout -m and cherry-pickLibravatar Jonathan Nieder1-0/+41
2010-08-06t6038 (merge.renormalize): style nitpicksLibravatar Jonathan Nieder1-8/+44
2010-08-06log: parse separate option for --globLibravatar Matthieu Moy1-0/+6
2010-08-06log: parse separate options like git log --grep fooLibravatar Matthieu Moy1-0/+7
2010-08-06diff: parse separate options like -S fooLibravatar Matthieu Moy3-7/+17
2010-08-04setup: do not forget working dir from subdir of gitdirLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2010-08-04t4111 (apply): refresh index before applying patches to itLibravatar Jonathan Nieder1-1/+2
2010-08-03Merge branch 'gp/pack-refs-remove-empty-dirs'Libravatar Junio C Hamano1-0/+6
2010-08-03rebase: support -X to pass through strategy optionsLibravatar Mike Lundy1-0/+9
2010-08-02Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano1-0/+11
2010-08-02upload-pack: Improve error message when bad ref requestedLibravatar Elijah Newren1-0/+9
2010-08-02git svn: fix dcommit to work with touched filesLibravatar David D. Kilzer1-0/+11
2010-08-02Merge branch 'maint'Libravatar Junio C Hamano2-4/+46
2010-08-02Merge branch 'ab/tap' into maintLibravatar Junio C Hamano1-4/+3
2010-08-02test-lib: Remove 3 year old no-op --no-python optionLibravatar Ævar Arnfjörð Bjarmason1-3/+0
2010-08-02test-lib: Ignore --quiet under a TAP harnessLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2010-08-02t1011 (sparse checkout): style nitpicksLibravatar Jonathan Nieder1-47/+55
2010-07-28Fix git rebase --continue to work with touched filesLibravatar David D. Kilzer1-0/+43
2010-07-27Sync with 1.7.2.1Libravatar Junio C Hamano1-1/+23
2010-07-27Sync with 1.7.1.2Libravatar Junio C Hamano1-1/+23
2010-07-27Sync with 1.7.0 seriesLibravatar Junio C Hamano1-1/+23
2010-07-27archive: abbreviate substituted commit ids againLibravatar Jonathan Nieder1-1/+1
2010-07-27t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing testLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-07-27config --get --path: check for unset $HOMELibravatar Jonathan Nieder1-1/+23
2010-07-25tests: Ignore the Test::Harness .prove fileLibravatar Ævar Arnfjörð Bjarmason2-0/+2
2010-07-25t3700-add: fix dependence on stdout and stderr bufferingLibravatar Johannes Sixt1-3/+6
2010-07-25git-rebase--interactive.sh: use printf instead of echo to print commit messageLibravatar Brandon Casey1-1/+7
2010-07-25tests: try git apply from subdir of toplevelLibravatar Jonathan Nieder1-0/+141
2010-07-25t1501 (rev-parse): clarifyLibravatar Jonathan Nieder1-173/+310
2010-07-25Do not unquote + into ' ' in URLsLibravatar Thomas Rast1-2/+8
2010-07-25Merge branch 'maint-1.6.6' into maint-1.7.0Libravatar Junio C Hamano1-0/+18
2010-07-25Merge branch 'maint-1.6.5' into maint-1.6.6Libravatar Junio C Hamano1-0/+18
2010-07-25Merge branch 'maint-1.6.4' into maint-1.6.5Libravatar Junio C Hamano1-0/+18
2010-07-23revert: fix off by one read when searching the end of a commit subjectLibravatar Christian Couder1-1/+19
2010-07-23t3508: add check_head_differs_from() helper function and use itLibravatar Christian Couder1-5/+17
2010-07-23rebase: protect against diff.renames configurationLibravatar Junio C Hamano1-1/+23
2010-07-23t3400 (rebase): whitespace cleanupLibravatar Jonathan Nieder1-90/+92
2010-07-23Teach "apply --index-info" to handle rename patchesLibravatar Junio C Hamano1-0/+46
2010-07-23t4150 (am): futureproof against failing testsLibravatar Jonathan Nieder1-1/+47
2010-07-23t4150 (am): style fixLibravatar Jonathan Nieder2-108/+136
2010-07-21tests: correct "does reflog exist?" testsLibravatar Junio C Hamano2-49/+11
2010-07-21t/: work around one-shot variable assignment with test_must_failLibravatar Brandon Casey3-8/+40
2010-07-21t/README: correct an exception when breaking a && chain in testsLibravatar Jonathan Nieder1-4/+4
2010-07-20Add test for git clean -e.Libravatar Jared Hance1-0/+16
2010-07-20Convert "! git" to "test_must_fail git"Libravatar Jared Hance11-26/+26
2010-07-20t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failLibravatar Brandon Casey2-2/+2
2010-07-20t/t3700: convert two uses of negation operator '!' to use test_must_failLibravatar Brandon Casey1-2/+2
2010-07-20Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2010-07-20t/README: clarify test_must_fail descriptionLibravatar Brandon Casey1-0/+8