summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland
2008-02-27Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape
2008-02-16commit: discard index after setting up partial commitJeff King
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian
2008-02-13config: add test cases for empty value and no value config variables.Christian Couder
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano
2008-02-11Make git prune remove temporary packs that look like write failuresDavid Steven Tweed
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin
2008-02-11config: Fix --unset for continuation linesFrank Lichtenheld
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