summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey
2008-10-14Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna
2008-10-12test-lib: fix broken printfShawn O. Pearce
2008-10-12git apply --directory broken for new filesJeff King
2008-10-10rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-10-03gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski
2008-09-30t0024: add executable permissionSZEDER Gábor
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce
2008-09-26Remove empty directories in recursive mergeAlex Riesen
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-19diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey
2008-09-19Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey
2008-09-19Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey
2008-09-19git-svn: fix handling of even funkier branch namesEric Wong
2008-09-19git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman
2008-09-19git-svn: factor out svnserve test code for later useAlec Berryman
2008-09-16t9700/test.pl: remove File::Temp requirementBrandon Casey
2008-09-16t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven
2008-09-10t7501: always use test_cmp instead of diffMiklos Vajna
2008-09-10Merge branch 'jc/maint-log-grep' into maintJunio C Hamano
2008-09-10Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maintJunio C Hamano
2008-09-10Merge branch 'jc/maint-checkout-fix' into maintJunio C Hamano
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano
2008-09-05log --author/--committer: really match only with name partJunio C Hamano
2008-09-03Merge branch 'nd/worktree' into maintJunio C Hamano
2008-09-03Merge branch 'ho/dashless' into maintJunio C Hamano
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-09-03tests: use "git xyzzy" form (t7000 - t7199)Nanako Shiraishi
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland
2008-08-31diff: Help "less" hide ^M from the outputJunio C Hamano
2008-08-30checkout: do not check out unmerged higher stages randomlyJunio C Hamano
2008-08-30git-apply: Loosen "match_beginning" logicJunio C Hamano
2008-08-30Merge branch 'sp/missing-thin-base' into maintJunio C Hamano
2008-08-30Merge branch 'np/verify-pack' into maintJunio C Hamano
2008-08-29pretty=format: respect date format optionsJeff King
2008-08-29grep: fix worktree setupNguyễn Thái Ngọc Duy
2008-08-29diff*: fix worktree setupNguyễn Thái Ngọc Duy
2008-08-26Suppress some bash redirection error messagesRamsay Jones
2008-08-25Fix "git log -i --grep"Jeff King