summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kb/maint-diff-ws-check' into maintJunio C Hamano2010-11-243-44/+114
|\
| * diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-201-0/+37
| * test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-202-44/+77
* | Merge branch 'jm/mailmap' into maintJunio C Hamano2010-11-241-12/+55
|\ \
| * | t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-191-2/+2
| * | t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-181-9/+17
| * | mailmap: fix use of freed memoryJim Meyering2010-10-131-3/+38
* | | Merge branch 'jk/maint-apply-no-binary' into maintJunio C Hamano2010-11-241-1/+26
|\ \ \
| * | | apply: don't segfault on binary files with missing dataJeff King2010-10-291-1/+26
* | | | Merge branch 'ak/submodule-sync' into maintJunio C Hamano2010-11-241-1/+11
|\ \ \ \
| * | | | submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler2010-10-131-1/+11
| | |/ / | |/| |
* | | | Merge branch 'jk/maint-rev-list-nul' into maintJunio C Hamano2010-11-243-4/+12
|\ \ \ \
| * | | | rev-list: handle %x00 NUL in user formatJeff King2010-10-133-4/+12
| |/ / /
* | | | Merge branch 'cb/diff-fname-optim' into maintJunio C Hamano2010-11-241-0/+109
|\ \ \ \
| * | | | add rebase patch id testsClemens Buchacher2010-09-231-0/+109
* | | | | Merge branch 'jk/no-textconv-symlink' into maintJunio C Hamano2010-11-241-0/+26
|\ \ \ \ \
| * | | | | diff: don't use pathname-based diff drivers for symlinksJeff King2010-09-231-0/+26
| |/ / / /
* | | | | Merge branch 'bc/fix-cherry-pick-root' into maintJunio C Hamano2010-11-241-0/+10
|\ \ \ \ \
| * | | | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-271-0/+10
* | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maintJunio C Hamano2010-11-241-0/+36
|\ \ \ \ \ \
| * | | | | | send-email: Refuse to send cover-letter template subjectThomas Rast2010-09-081-0/+36
* | | | | | | t3402: test "rebase -s<strategy> -X<opt>"Junio C Hamano2010-11-111-0/+21
* | | | | | | dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy2010-11-081-3/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite2010-10-191-1/+1
* | | | | | Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard2010-10-191-6/+6
* | | | | | shell portability: no "export VAR=VAL"Junio C Hamano2010-10-133-20/+20
| |_|_|/ / |/| | | |
* | | | | t/t3415: use && where applicable.Yann Dirson2010-10-061-3/+3
* | | | | 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