summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-02-07gitattributes: fix relative path matchingJunio C Hamano
2008-02-06Fix parsing numeric color valuesTimo Hirvonen
2008-02-03Fix "git-commit -C $tag"Junio C Hamano
2008-01-31Fix typo in a comment in t/test-lib.shMichele Ballabio
2008-01-31Use 'printf %s $x' notation in t5401Shawn O. Pearce
2008-01-28Add test for rebase -i with commits that do not pass pre-commitJohannes Schindelin
2008-01-28t9001: add missing && operatorsJeff King
2008-01-27pull --rebase: be cleverer with rebased upstream branchesJohannes Schindelin
2008-01-27cvsserver: Fix for histories with multiple rootsSteffen Prohaska
2008-01-27t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska
2008-01-26parse-options: catch likely typo in presense of aggregated options.Pierre Habouzit
2008-01-22Make t5710 more strict when creating nested reposAlex Riesen
2008-01-21git-submodule: add test for the subcommand parser fixJunio C Hamano
2008-01-18send-email: add no-validate optionJeff King
2008-01-18send-email: validate patches before sending anythingJeff King
2008-01-18Officially deprecate repo-config.Junio C Hamano
2008-01-16Be more careful about updating refsLinus Torvalds
2008-01-07diff: do not chomp hunk-header in the middle of a characterJunio C Hamano
2008-01-07custom pretty format: tolerate empty e-mail addressJunio C Hamano
2008-01-05t/t3800: do not use a temporary file to hold expected result.Junio C Hamano
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano
2008-01-05t/t7001: avoid unnecessary ERE when using grepMiklos Vajna
2008-01-05t/t7600: avoid GNUism in grepJunio C Hamano
2008-01-02git-reset: refuse to do hard reset in a bare repositoryJeff King
2008-01-02config: handle lack of newline at end of file betterJeff King
2007-12-27Merge branch 'ar/commit-cleanup'Junio C Hamano
2007-12-26Fix "git log --diff-filter" bugArjen Laarhoven
2007-12-26Improve error messages when int/long cannot be parsed from configShawn O. Pearce
2007-12-23Allow selection of different cleanup modes for commit messagesAlex Riesen
2007-12-23t7005: do not exit inside test.Junio C Hamano
2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit
2007-12-20t4024: fix test script to use simpler sed patternJunio C Hamano
2007-12-19test "git clone -o"Jeff King
2007-12-18rebase -p -i: handle "no changes" gracefullyJohannes Schindelin
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis
2007-12-15Merge branch 'wc/diff'Junio C Hamano
2007-12-15Test interaction between diff --check and --exit-codeWincent Colaiuta
2007-12-15Use shorter error messages for whitespace problemsWincent Colaiuta
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong
2007-12-14Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-12-13Merge branch 'ew/svn-rev-db'Junio C Hamano