summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2008-04-11bisect: fix bad rev checking in "git bisect good"Libravatar Christian Couder1-0/+13
2008-04-10git-archive: ignore prefix when checking file attributeLibravatar René Scharfe1-1/+14
2008-04-06Fix "git apply" to correctly enforce "match at the beginning"Libravatar Junio C Hamano1-0/+13
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintLibravatar Junio C Hamano66-7/+903
2008-03-26t/t3800-mktag.sh: use test_must_fail rather than '!'Libravatar Brandon Casey1-2/+2
2008-03-26git-fetch test: test tracking fetch results, not just FETCH_HEADLibravatar Junio C Hamano65-7/+831
2008-03-26Tighten refspec processingLibravatar Daniel Barkalow1-0/+72
2008-03-15format-patch: generate MIME header as needed even when there is format.headerLibravatar Junio C Hamano2-1/+39
2008-03-13merge-recursive: handle file mode changesLibravatar Clemens Buchacher1-0/+49
2008-03-11t0021: tr portability fix for SolarisLibravatar Jeff King1-1/+3
2008-03-11launch_editor(): allow spaces in the filenameLibravatar Johannes Schindelin1-0/+27
2008-03-11git rebase --abort: always restore the right commitLibravatar Mike Hommey1-0/+71
2008-03-11Merge branch 'kb/maint-filter-branch-disappear' into maintLibravatar Junio C Hamano1-0/+24
2008-03-08filter-branch: handle "disappearing tree" case correctly in subdir filterLibravatar Junio C Hamano1-0/+24
2008-03-08Really make the LF after reset in fast-import optionalLibravatar Adeodato Simó1-0/+2
2008-03-08Merge branch 'js/maint-cvsexport' into maintLibravatar Junio C Hamano1-0/+35
2008-03-07test-lib: fix TERM to dumb for test repeatabilityLibravatar Junio C Hamano1-7/+17
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsLibravatar Gerrit Pape1-0/+6
2008-03-02revert: actually check for a dirty indexLibravatar Jeff King1-0/+9
2008-03-02tests: introduce test_must_failLibravatar Junio C Hamano2-8/+25
2008-02-27Eliminate confusing "won't bisect on seeked tree" failureLibravatar Carl Worth1-1/+1
2008-02-27send-email: fix In-Reply-To regressionLibravatar Jay Soffian1-0/+21
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRLibravatar Johan Herland1-1/+1
2008-02-27Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRLibravatar Johan Herland1-1/+17
2008-02-27Don't use GIT_CONFIG in t5505-remoteLibravatar Daniel Barkalow1-3/+0
2008-02-25rev-parse: fix potential bus error with --parseopt option spec handlingLibravatar Jay Soffian1-0/+43
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingLibravatar Gerrit Pape1-0/+8
2008-02-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsLibravatar Johannes Schindelin1-0/+35
2008-02-16commit: discard index after setting up partial commitLibravatar Jeff King1-0/+21
2008-02-15filter-branch: handle filenames that need quotingLibravatar Junio C Hamano1-0/+14
2008-02-15diff: Fix miscounting of --check outputLibravatar Junio C Hamano1-0/+9
2008-02-15mailinfo: feed only one line to handle_filter() for QP inputLibravatar Jay Soffian5-1/+44
2008-02-13config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-13status: suggest "git rm --cached" to unstage for initial commitLibravatar Jeff King1-1/+10
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeLibravatar Junio C Hamano1-0/+22
2008-02-11Make git prune remove temporary packs that look like write failuresLibravatar David Steven Tweed1-0/+32
2008-02-11bisect: allow starting with a detached HEADLibravatar Johannes Schindelin1-0/+12
2008-02-10config: Fix --unset for continuation linesLibravatar Frank Lichtenheld1-0/+19
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano1-0/+49
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen1-0/+69
2008-02-03Fix "git-commit -C $tag"Libravatar Junio C Hamano1-0/+18
2008-01-31Fix typo in a comment in t/test-lib.shLibravatar Michele Ballabio1-1/+1
2008-01-30Use 'printf %s $x' notation in t5401Libravatar Shawn O. Pearce1-4/+4
2008-01-28Add test for rebase -i with commits that do not pass pre-commitLibravatar Johannes Schindelin1-0/+16
2008-01-28t9001: add missing && operatorsLibravatar Jeff King1-4/+4
2008-01-26pull --rebase: be cleverer with rebased upstream branchesLibravatar Johannes Schindelin1-0/+17
2008-01-26cvsserver: Fix for histories with multiple rootsLibravatar Steffen Prohaska1-1/+9
2008-01-26t9400-git-cvsserver-server: Wrap setup into test caseLibravatar Steffen Prohaska1-3/+4
2008-01-26parse-options: catch likely typo in presense of aggregated options.Libravatar Pierre Habouzit1-0/+11
2008-01-21Make t5710 more strict when creating nested reposLibravatar Alex Riesen1-4/+8