summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2010-10-05Merge early part of git-svn into maintJunio C Hamano
2010-10-04t3020 (ls-files-error-unmatch): remove stray '1' from end of fileElijah Newren
2010-09-30t0004 (unwritable files): simplify error handlingJonathan Nieder
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder
2010-09-27prefer test -h over test -L in shell scriptsJeff King
2010-09-27t1503: Fix arithmetic expansion syntax error when using dashRamsay Jones
2010-09-27git-stash: fix flag parsingBrian Gernhardt
2010-09-27t/t3903-stash: improve testing of git-stash showBrandon Casey
2010-09-24git-svn: check_cherry_pick should exclude commits already in our historySteven Walter
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey
2010-09-16Merge branch 'bg/fix-t7003'Junio C Hamano
2010-09-15Merge branch 'dr/maint-ls-tree-prefix-recursion-fix'Junio C Hamano
2010-09-15Merge branch 'jl/fix-test'Junio C Hamano
2010-09-15Merge branch 'ch/filter-branch-deprecate-remap-to-ancestor'Junio C Hamano
2010-09-15Merge branch 'ch/maint-cannot-create-bundle-error'Junio C Hamano
2010-09-15Merge branch 'ks/recursive-rename-add-identical'Junio C Hamano
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt
2010-09-12Merge branch 'maint'Junio C Hamano
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano
2010-09-12t3101: modernise styleJunio C Hamano
2010-09-10t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey
2010-09-10t/t4018: test whether the word_regex patterns compileBrandon Casey
2010-09-10t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey
2010-09-10t/t7008: workaround broken handling of \000 by printf on IRIXBrandon Casey
2010-09-09t1020: Get rid of 'cd "$HERE"' at the start of each testJens Lehmann
2010-09-09t2016 (checkout -p): add missing &&Jonathan Nieder
2010-09-09t1302 (core.repositoryversion): style tweaksJonathan Nieder
2010-09-09t2105 (gitfile): add missing &&Jonathan Nieder
2010-09-09t1450 (fsck): remove dangling objectsJonathan Nieder
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-08Merge branch 'jk/test-must-fail-missing'Junio C Hamano
2010-09-08Merge branch 'jh/error-removing-missing-note'Junio C Hamano
2010-09-08Merge branch 'bc/maint-fetch-url-only'Junio C Hamano
2010-09-08Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-09-06t3404 & t7508: cd inside subshell instead of aroundJens Lehmann
2010-09-06Merge branch 'maint'v1.7.3-rc0Junio C Hamano
2010-09-06Merge branch 'xx/trivial' into maintJunio C Hamano
2010-09-06t5505: add missing &&Jens Lehmann
2010-09-04Merge branch 'jl/submodule-ignore-diff'Junio C Hamano
2010-09-04Merge branch 'ab/test-2'Junio C Hamano
2010-09-04Merge branch 'js/detached-stash'Junio C Hamano
2010-09-04Merge branch 'js/maint-reflog-beyond-horizon'Junio C Hamano
2010-09-04Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-09-04Merge branch 'nd/maint-fix-replace'Junio C Hamano
2010-09-04parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy
2010-09-03RE: [PATCH] Avoid rename/add conflict when contents are identicalSchalk, Ken