summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2006-12-08git-svn: extra error check to ensure we open a file correctlyLibravatar Eric Wong1-0/+3
2006-12-06git-svn: avoid network timeouts for long-running fetchesLibravatar Eric Wong1-0/+1
2006-12-02Merge branch 'maint'Libravatar Junio C Hamano1-5/+5
2006-12-02git-svn: avoid fetching files twice in the same revisionLibravatar Eric Wong1-5/+5
2006-11-28git-svn: fix multi-initLibravatar Eric Wong1-4/+9
2006-11-28git-svn: color support for the log commandLibravatar Eric Wong1-20/+47
2006-11-28git-svn: fix output reporting from the delta fetcherLibravatar Eric Wong1-20/+15
2006-11-28git-svn: error out when the SVN connection fails during a fetchLibravatar Eric Wong1-1/+8
2006-11-27git-svn: enable delta transfers during fetches when using SVN:: libsLibravatar Eric Wong1-5/+189
2006-11-27git-svn: use ~/.subversion config files when using SVN:: librariesLibravatar Eric Wong1-2/+4
2006-11-25git-svn: allow SVN:: lib users to track the root of the repository (again)Libravatar Eric Wong1-2/+6
2006-11-24git-svn: exit with status 1 for test failuresLibravatar Eric Wong1-8/+12
2006-11-24git-svn: correctly access repos when only given partial read permissionsLibravatar Eric Wong1-72/+65
2006-11-24git-svn: handle authentication without relying on cached tokens on diskLibravatar Eric Wong1-8/+148
2006-11-23git-svn: preserve uncommitted changes after dcommitLibravatar Eric Wong1-1/+1
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesLibravatar Eric Wong1-4/+10
2006-11-23git-svn: error out from dcommit on a parent-less commitLibravatar Eric Wong1-0/+7
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnLibravatar Eric Wong1-3/+26
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedLibravatar Eric Wong1-1/+1
2006-11-09git-svn: avoid printing filenames of files we're not trackingLibravatar Eric Wong1-5/+4
2006-10-24git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Libravatar Eric Wong1-3/+6
2006-10-14git-svn: reduce memory usage for large commitsLibravatar Eric Wong1-2/+4
2006-10-14git-svn: fix commits over svn+ssh://Libravatar Eric Wong1-2/+2
2006-10-11git-svn: add a message encouraging use of SVN::* librariesLibravatar Eric Wong1-0/+14
2006-10-11git-svn: -h(elp) message formatting fixesLibravatar Eric Wong1-2/+2
2006-10-11git-svn: log command fixesLibravatar Eric Wong1-7/+25
2006-10-11git-svn: multi-init saves and reuses --tags and --branches argumentsLibravatar Eric Wong1-4/+14
2006-09-26git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Libravatar Sergey Vlasov1-0/+1
2006-09-24Allow '(no author)' in git-svn's authors file.Libravatar Shawn Pearce1-1/+1
2006-09-24Allow 'svn fetch' on '(no date)' revisions in Subversion.Libravatar Shawn Pearce1-1/+4
2006-08-26git-svn: stop repeatedly reusing the first commit message with dcommitLibravatar Eric Wong1-0/+1
2006-08-26git-svn: add the 'dcommit' commandLibravatar Eric Wong1-1/+34
2006-08-25git-svn: establish new connections on commit after forkLibravatar Eric Wong1-0/+4
2006-08-11git-svn: split the path from the url correctly with limited permsLibravatar Eric Wong1-14/+11
2006-08-11git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryLibravatar Eric Wong1-1/+4
2006-08-11git-svn: correctly kill keyword expansion without munging EOLsLibravatar Eric Wong1-41/+4
2006-07-23git-svn: fix fetching new directories copies when using SVN:: libsLibravatar Eric Wong1-7/+16
2006-07-16git-svn: don't check for migrations/upgrades on commit-diffLibravatar Eric Wong1-1/+1
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-1/+1
2006-07-10git-svn: fix --file/-F option in commit-diffLibravatar Eric Wong1-3/+3
2006-07-06git-svn: migrate out of contribLibravatar Eric Wong1-0/+3378