summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* tests: add missing &&Jonathan Nieder2010-11-0984-166/+166
* Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-065-29/+37
* t7800 (difftool): add missing &&Elijah Newren2010-10-061-6/+6
* t7601 (merge-pull-config): add missing &&Elijah Newren2010-10-061-6/+6
* t7001 (mv): add missing &&Elijah Newren2010-10-061-1/+1
* t6016 (rev-list-graph-simplify-history): add missing &&Elijah Newren2010-10-061-19/+10
* t5602 (clone-remote-exec): add missing &&Elijah Newren2010-10-061-7/+15
* t4026 (color): remove unneeded and unchained commandElijah Newren2010-10-061-1/+0
* t4019 (diff-wserror): add lots of missing &&Elijah Newren2010-10-061-26/+27
* t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren2010-10-061-1/+1
* t4002 (diff-basic): use test_might_fail for commands that might failElijah Newren2010-10-061-6/+6
* t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&Elijah Newren2010-10-062-14/+14
* t4017 (diff-retval): replace manual exit code check with test_expect_codeElijah Newren2010-10-061-49/+20
* test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-065-38/+82
* Merge early part of git-svn into maintJunio C Hamano2010-10-051-0/+50
|\
| * git-svn: check_cherry_pick should exclude commits already in our historySteven Walter2010-09-241-0/+50
* | t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren2010-10-031-1/+0
* | t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-301-38/+14
* | stash: fix git stash branch regression when branch creation failsJon Seymour2010-09-291-1/+1
* | stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky2010-09-291-0/+11
* | t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder2010-09-271-3/+10
* | prefer test -h over test -L in shell scriptsJeff King2010-09-272-4/+4
* | t1503: Fix arithmetic expansion syntax error when using dashRamsay Jones2010-09-271-2/+2
* | git-stash: fix flag parsingBrian Gernhardt2010-09-261-4/+4
* | t/t3903-stash: improve testing of git-stash showBrandon Casey2010-09-261-4/+58
|/
* t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey2010-09-171-1/+1
* Merge branch 'bg/fix-t7003'Junio C Hamano2010-09-161-38/+41
|\
| * t7003: Use test_commit instead of custom functionBrian Gernhardt2010-09-131-38/+41
* | Merge branch 'dr/maint-ls-tree-prefix-recursion-fix'Junio C Hamano2010-09-151-0/+9
|\ \
| * | ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano2010-09-121-0/+9
* | | Merge branch 'jl/fix-test'Junio C Hamano2010-09-1535-491/+604
|\ \ \
| * | | t1020: Get rid of 'cd "$HERE"' at the start of each testJens Lehmann2010-09-091-41/+50
| * | | t2016 (checkout -p): add missing &&Jonathan Nieder2010-09-091-1/+1
| * | | t1302 (core.repositoryversion): style tweaksJonathan Nieder2010-09-091-24/+40
| * | | t2105 (gitfile): add missing &&Jonathan Nieder2010-09-091-1/+1
| * | | t1450 (fsck): remove dangling objectsJonathan Nieder2010-09-091-58/+82
| * | | tests: subshell indentation stylefixJonathan Nieder2010-09-0922-192/+260
| * | | Merge branch 'jl/maint-fix-test'Junio C Hamano2010-09-0632-260/+256
| |\ \ \
| | * | | Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-0632-260/+256
| | |/ /
* | | | Merge branch 'ch/filter-branch-deprecate-remap-to-ancestor'Junio C Hamano2010-09-151-0/+18
|\ \ \ \
| * | | | filter-branch: retire --remap-to-ancestorCsaba Henk2010-08-271-0/+18
* | | | | Merge branch 'ch/maint-cannot-create-bundle-error'Junio C Hamano2010-09-151-0/+7
|\ \ \ \ \
| * | | | | bundle: detect if bundle file cannot be createdCsaba Henk2010-08-271-0/+7
* | | | | | Merge branch 'ks/recursive-rename-add-identical'Junio C Hamano2010-09-151-0/+35
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken2010-09-031-0/+35
* | | | | | Merge branch 'maint'Junio C Hamano2010-09-121-62/+64
|\ \ \ \ \ \
| * | | | | | t3101: modernise styleJunio C Hamano2010-09-121-62/+64
| | |_|_|_|/ | |/| | | |
* | | | | | t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey2010-09-101-4/+4
* | | | | | t/t4018: test whether the word_regex patterns compileBrandon Casey2010-09-091-0/+5
* | | | | | t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey2010-09-091-2/+28