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
2007-02-23git-svn: brown paper bag fixesEric Wong
2007-02-23git-svn: allow 'init' to act as multi-initEric Wong
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong
2007-02-23git-svn: make test for SVK mirror path importsam@vilain.net
2007-02-23git-svn: use separate, per-repository .rev_db filesEric Wong
2007-02-23git-svn: correctly handle globs with a right-hand-side path componentEric Wong
2007-02-23git-svn: enable follow-parent functionality by defaultEric Wong
2007-02-23git-svn: --follow-parent tracks multi-parent pathsEric Wong
2007-02-23git-svn: prepare multi-init for wildcard supportEric Wong
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong
2007-02-23git-svn: don't write to the config file from --follow-parentEric Wong
2007-02-23git-svn: fix several fetch bugs related to repeated invocationsEric Wong
2007-02-23git-svn: fetch tracks initial change with --follow-parentEric Wong
2007-02-23git-svn: stop using path names as refnames with --follow-parentEric Wong
2007-02-23git-svn: correctly handle do_{switch,update} in deep directoriesEric Wong
2007-02-23git-svn: fix committing to subdirectories, add testsEric Wong
2007-02-23git-svn: fix segfaults from accessing svn_log_changed_path_tEric Wong
2007-02-23git-svn: correctly track revisions made to deleted branchesEric Wong
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong
2007-02-23git-svn: add an odd test case that seems to cause segfaults over HTTPEric Wong
2007-02-23git-svn: --follow-parent now works on sub-directories of larger branchesEric Wong
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleEric Wong
2007-02-23git-svn: allow --follow-parent on deleted directoriesEric Wong
2007-02-23git-svn: disallow ambigious local refspecsEric Wong
2007-02-23git-svn: --follow-parent works with svn-remotes multiple branchesEric Wong
2007-02-23git-svn: fix --follow-parent to work with Git::SVNEric Wong
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong
2007-02-23git-svn: add support for metadata in .git/configEric Wong
2007-02-23git-svn: remove graft-branches commandEric Wong
2007-02-23git-svn: add a test for show-ignoreEric Wong
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionEric Wong
2007-02-23Add git-bundle: move objects and references by archiveJohannes Schindelin
2007-02-23Make tests independent of global config filesJohannes Schindelin
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-22t4119: test autocomputing -p<n> for traditional diff input.Junio C Hamano
2007-02-22git-apply: guess correct -p<n> value for non-git patches.Junio C Hamano
2007-02-22git-apply: notice "diff --git" patch againJunio C Hamano
2007-02-21t4119: add test for traditional patch and different p_valueJunio C Hamano
2007-02-21disable t4016-diff-quote.sh on some filesystemsAlex Riesen
2007-02-20git-apply: require -p<n> when working in a subdirectory.Junio C Hamano
2007-02-18Merge branch 'maint'Junio C Hamano
2007-02-18Teach core.autocrlf to 'git apply'Junio C Hamano
2007-02-18Teach 'git apply' to look at $GIT_DIR/configJunio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-02-15t0020: add test for auto-crlfJunio C Hamano
2007-02-14Merge branch 'jc/deprecate'Junio C Hamano
2007-02-13Work around Subversion race in git-svn tests.Michael Spang
2007-02-13Remove git-resolve.Junio C Hamano
2007-02-12fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce
2007-02-12Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano