summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
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-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
2008-08-24Merge branch 'ag/maint-combine-diff-fix' into maintJunio C Hamano
2008-08-24Respect core.autocrlf in combined diffAlexander Gavrilov
2008-08-24merge: fix numerus bugs around "trivial merge" areaJunio C Hamano
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-08-20"git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano
2008-08-20mailinfo: avoid violating strbuf assertionJeff King
2008-08-19t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey
2008-08-19mailinfo: re-fix MIME multipart boundary parsingDon Zickus
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna
2008-08-16git-am: ignore --binary optionStephan Beyer
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen
2008-08-14Merge branch 'maint'Junio C Hamano
2008-08-14t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey
2008-08-14Fix escaping of glob special characters in pathspecsKevin Ballard
2008-08-13rebase -i -p: fix parent rewritingThomas Rast
2008-08-13rebase -i -p: handle index and workdir correctlyThomas Rast
2008-08-12pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce
2008-08-12diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano
2008-08-12Adjust for the new way of enabling the default post-update hookPetr Baudis