summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2006-12-27git-svn: dcommit should diff against the current HEAD after committingEric Wong
2006-12-23git-svn: enable common fetch/commit options for dcommitEric Wong
2006-12-16git-svn: rename 'commit' command to 'set-tree'Eric Wong
2006-12-16git-svn: remove support for the svn command-line clientEric Wong
2006-12-16git-svn: convert to using Git.pmEric Wong
2006-12-13git-svn: allow both diff.color and color.diffJunio C Hamano
2006-12-13git-svn: correctly handle "(no author)" when using an authors fileEric Wong
2006-12-13git-svn: correctly handle packed-refs in refs/remotes/Eric Wong
2006-12-13git-svn: correctly display fatal() error messagesEric Wong
2006-12-13git-svn: allow dcommit to take an alternate headEric Wong
2006-12-13git-svn: enable logging of information not supported by gitEric Wong
2006-12-08git-svn: use do_switch for --follow-parent if the SVN library supports itEric Wong
2006-12-08git-svn: extra error check to ensure we open a file correctlyEric Wong
2006-12-06git-svn: avoid network timeouts for long-running fetchesEric Wong
2006-12-03Merge branch 'maint'Junio C Hamano
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong
2006-11-29git-svn: fix multi-initEric Wong
2006-11-29git-svn: color support for the log commandEric Wong
2006-11-28git-svn: fix output reporting from the delta fetcherEric Wong
2006-11-28git-svn: error out when the SVN connection fails during a fetchEric Wong
2006-11-28git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong
2006-11-26git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong
2006-11-25git-svn: exit with status 1 for test failuresEric Wong
2006-11-25git-svn: correctly access repos when only given partial read permissionsEric Wong
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong
2006-11-23git-svn: preserve uncommitted changes after dcommitEric Wong
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesEric Wong
2006-11-23git-svn: error out from dcommit on a parent-less commitEric Wong
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedEric Wong
2006-11-09git-svn: avoid printing filenames of files we're not trackingEric Wong
2006-10-24git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong
2006-10-15git-svn: reduce memory usage for large commitsEric Wong
2006-10-14git-svn: fix commits over svn+ssh://Eric Wong
2006-10-12git-svn: add a message encouraging use of SVN::* librariesEric Wong
2006-10-11git-svn: -h(elp) message formatting fixesEric Wong
2006-10-11git-svn: log command fixesEric Wong
2006-10-11git-svn: multi-init saves and reuses --tags and --branches argumentsEric Wong
2006-09-27git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov
2006-09-25Allow '(no author)' in git-svn's authors file.Shawn Pearce
2006-09-25Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce
2006-08-27git-svn: stop repeatedly reusing the first commit message with dcommitEric Wong
2006-08-26git-svn: add the 'dcommit' commandEric Wong
2006-08-26git-svn: establish new connections on commit after forkEric Wong
2006-08-12git-svn: split the path from the url correctly with limited permsEric Wong
2006-08-11git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryEric Wong
2006-08-11git-svn: correctly kill keyword expansion without munging EOLsEric Wong
2006-07-24git-svn: fix fetching new directories copies when using SVN:: libsEric Wong
2006-07-16git-svn: don't check for migrations/upgrades on commit-diffEric Wong