aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-12git-svn: allow dcommit to take an alternate headEric Wong1-5/+6
2006-12-12git-svn: enable logging of information not supported by gitEric Wong1-18/+184
2006-12-08git-svn: use do_switch for --follow-parent if the SVN library supports itEric Wong1-7/+39
2006-12-08git-svn: extra error check to ensure we open a file correctlyEric Wong1-0/+3
2006-12-06git-svn: avoid network timeouts for long-running fetchesEric Wong1-0/+1
2006-12-02Merge branch 'maint'Junio C Hamano1-5/+5
2006-12-02git-svn: avoid fetching files twice in the same revisionEric Wong1-5/+5
2006-11-28git-svn: fix multi-initEric Wong1-4/+9
2006-11-28git-svn: color support for the log commandEric Wong1-20/+47
2006-11-28git-svn: fix output reporting from the delta fetcherEric Wong1-20/+15
2006-11-28git-svn: error out when the SVN connection fails during a fetchEric Wong1-1/+8
2006-11-27git-svn: enable delta transfers during fetches when using SVN:: libsEric Wong1-5/+189
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesEric Wong1-2/+4
2006-11-25git-svn: allow SVN:: lib users to track the root of the repository (again)Eric Wong1-2/+6
2006-11-24git-svn: exit with status 1 for test failuresEric Wong1-8/+12
2006-11-24git-svn: correctly access repos when only given partial read permissionsEric Wong1-72/+65
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong1-8/+148
2006-11-23git-svn: preserve uncommitted changes after dcommitEric Wong1-1/+1
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesEric Wong1-4/+10
2006-11-23git-svn: error out from dcommit on a parent-less commitEric Wong1-0/+7
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong1-3/+26
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedEric Wong1-1/+1
2006-11-09git-svn: avoid printing filenames of files we're not trackingEric Wong1-5/+4
2006-10-24git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong1-3/+6
2006-10-14git-svn: reduce memory usage for large commitsEric Wong1-2/+4
2006-10-14git-svn: fix commits over svn+ssh://Eric Wong1-2/+2
2006-10-11git-svn: add a message encouraging use of SVN::* librariesEric Wong1-0/+14
2006-10-11git-svn: -h(elp) message formatting fixesEric Wong1-2/+2
2006-10-11git-svn: log command fixesEric Wong1-7/+25
2006-10-11git-svn: multi-init saves and reuses --tags and --branches argumentsEric Wong1-4/+14
2006-09-26git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov1-0/+1
2006-09-24Allow '(no author)' in git-svn's authors file.Shawn Pearce1-1/+1
2006-09-24Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce1-1/+4
2006-08-26git-svn: stop repeatedly reusing the first commit message with dcommitEric Wong1-0/+1
2006-08-26git-svn: add the 'dcommit' commandEric Wong1-1/+34
2006-08-25git-svn: establish new connections on commit after forkEric Wong1-0/+4
2006-08-11git-svn: split the path from the url correctly with limited permsEric Wong1-14/+11
2006-08-11git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryEric Wong1-1/+4
2006-08-11git-svn: correctly kill keyword expansion without munging EOLsEric Wong1-41/+4
2006-07-23git-svn: fix fetching new directories copies when using SVN:: libsEric Wong1-7/+16
2006-07-16git-svn: don't check for migrations/upgrades on commit-diffEric Wong1-1/+1
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-07-10git-svn: fix --file/-F option in commit-diffEric Wong1-3/+3
2006-07-06git-svn: migrate out of contribEric Wong1-0/+3378