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
AgeCommit message (Expand)Author
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: track writes writes to the index in fetchEric 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: better error reporting if --follow-parent failsEric Wong
2007-02-23git-svn: allow 'init' to work outside of testsEric Wong
2007-02-23git-svn: get rid of additional fetch-argumentsEric 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: reuse open SVN::Ra connections by URLEric Wong
2007-02-23git-svn: fix a regression in dcommit that caused empty log messagesEric 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: convert 'set-tree' command to use Git::SVNEric Wong
2007-02-23git-svn: switch dcommit to using Git::SVN codeEric Wong
2007-02-23git-svn: fetch/multi-fetch converted over to Git::SVN moduleEric Wong
2007-02-23git-svn: get rid of Memoize for now...Eric Wong
2007-02-23git-svn: convert the 'commit-diff' command to Git::SVNEric Wong
2007-02-23git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong
2007-02-23git-svn: port the 'rebuild' command to use Git::SVN objectsEric Wong
2007-02-23git-svn: moved the 'log' command into its own namespaceEric Wong
2007-02-23git-svn: convert show-ignore over to Git::SVNEric Wong
2007-02-23git-svn: make multi-init capable of reusing the Ra connectionEric Wong
2007-02-23git-svn: convert multi-init over to using Git::SVNEric Wong
2007-02-23git-svn: convert 'init' to use Git::SVNEric Wong
2007-02-23git-svn: add Git::SVN module (to avoid global variables)Eric Wong
2007-02-23git-svn: cleanup: avoid re-use()ing Git.pm in sub-packagesEric Wong
2007-02-23git-svn: cleanup: put SVN workarounds into their own namespaceEric Wong
2007-02-23git-svn: cleanup: move process_rm aroundEric Wong
2007-02-23git-svn: move authentication prompts into their own namespaceEric Wong
2007-02-11git-svn: correctly handle boolean options via git-configEric Wong
2007-02-02git-svn: do not let Git.pm warn if we prematurely close pipesEric Wong
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-23git-svn: remove leading slash when printing removed directoriesEric Wong
2007-01-16git-svn: print and flush authentication prompts to STDERREric Wong
2007-01-13use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-08git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong
2007-01-08git-svn: add --prefix= option to multi-initEric Wong
2007-01-07git-svn: fix show-ignoreEric Wong
2007-01-05git-svn: make --repack work consistently between fetch and multi-fetchEric Wong
2007-01-05git-svn: make multi-init less confusingEric Wong
2006-12-28git-svn: sort multi-init outputEric Wong
2006-12-28git-svn: verify_ref() should actually --verifyEric Wong
2006-12-28git-svn: print out the SVN library version in --version, tooEric Wong
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong