Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano
2008-03-27t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey
2008-03-26git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano
2008-03-26Tighten refspec processingDaniel Barkalow
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano
2008-03-14merge-recursive: handle file mode changesClemens Buchacher
2008-03-12t0021: tr portability fix for SolarisJeff King
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin
2008-03-12git rebase --abort: always restore the right commitMike Hommey
2008-03-11Merge branch 'kb/maint-filter-branch-disappear' into maintJunio C Hamano
2008-03-09filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano
2008-03-08Really make the LF after reset in fast-import optionalAdeodato Simó
2008-03-08Merge branch 'js/maint-cvsexport' into maintJunio C Hamano
2008-03-08test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano
2008-03-04git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape
2008-03-03revert: actually check for a dirty indexJeff King
2008-03-03tests: introduce test_must_failJunio C Hamano
2008-02-28Eliminate confusing "won't bisect on seeked tree" failureCarl Worth
2008-02-28send-email: fix In-Reply-To regressionJay Soffian
2008-02-27Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland
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-20cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin
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-14config: add test cases for empty value and no value config variables.Christian Couder
2008-02-14status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-14Protect 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-07Fix parsing numeric color valuesTimo Hirvonen
2008-02-03Fix "git-commit -C $tag"Junio C Hamano
2008-02-01Fix 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-19send-email: add no-validate optionJeff King
2008-01-19send-email: validate patches before sending anythingJeff King