summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
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
2007-12-12disable t9119 for now.Junio C Hamano
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta
2007-12-11"git tag -u keyname" brokenLinus Torvalds
2007-12-11git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong
2007-12-10Add more checkout testsDaniel Barkalow
2007-12-10Style fixes for pre-commit hook testsWincent Colaiuta
2007-12-10Interactive editor tests for commit-msg hookWincent Colaiuta
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta
2007-12-08add status.relativePaths config variableJeff King
2007-12-07Merge branch 'jc/clean-fix'Junio C Hamano
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-12-06t7300: add test for clean with wildcard pathspecJeff King
2007-12-06Merge branch 'maint'Junio C Hamano
2007-12-05Merge branch 'nd/maint-work-tree-fix' into maintJunio C Hamano
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy