summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneLibravatar Eric Wong1-6/+10
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.Libravatar James Y Knight1-1/+1
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsLibravatar Eric Wong1-0/+5
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesLibravatar Eric Wong1-0/+2
2007-05-13git-svn: don't attempt to minimize URLs by defaultLibravatar Eric Wong1-2/+3
2007-05-13git-svn: fix segfaults due to initial SVN pool being clearedLibravatar Eric Wong1-1/+0
2007-05-13git-svn: clean up caching of SVN::Ra functionsLibravatar Eric Wong1-26/+42
2007-05-13git-svn: don't drop the username from URLs when dcommit is runLibravatar Eric Wong1-1/+1
2007-05-04Add --no-rebase option to git-svn dcommitLibravatar Karl Hasselström1-15/+18
2007-04-30git-svn: Add 'find-rev' commandLibravatar Adam Roben1-10/+9
2007-04-30Fix symlink handling in git-svn, related to PerlIOLibravatar Junio C Hamano1-2/+2
2007-04-27git-svn: Added 'find-rev' commandLibravatar Adam Roben1-0/+24
2007-04-25git-svn: Ignore usernames in URLs in find_by_urlLibravatar Adam Roben1-0/+4
2007-04-25git-svn: Don't rely on $_ after making a function callLibravatar Adam Roben1-5/+5
2007-04-24Remove usernames from all commit messages, not just when using svmpropsLibravatar Adam Roben1-1/+4
2007-04-18git-svn: don't allow globs to match regular filesLibravatar Eric Wong1-0/+2
2007-04-17git-svn: quiet some warnings when run only with --version/--helpLibravatar Eric Wong1-2/+2
2007-04-17git-svn: respect lower bound of -r/--revision when following parentLibravatar Eric Wong1-1/+4
2007-04-08git-svn: fix log command to avoid infinite loop on long commit messagesLibravatar Eric Wong1-2/+9
2007-04-08git-svn: dcommit/rebase confused by patches with git-svn-id: linesLibravatar Eric Wong1-20/+21
2007-04-08git-svn: bail out on incorrect command-line optionsLibravatar Eric Wong1-1/+4
2007-03-31git-svn: fail on rebase if we are unable to find a ref to rebase againstLibravatar Eric Wong1-0/+3
2007-03-31git-svn: avoid respewing similar error messages for missing pathsLibravatar Eric Wong1-5/+11
2007-03-25git-svn: fix rel_path() when not connected to the repository rootLibravatar Eric Wong1-2/+4
2007-03-13git-svn: add -l/--local command to "git svn rebase"Libravatar Eric Wong1-2/+5
2007-03-04git-svn: fix show-ignore when not connected to the repository rootLibravatar Eric Wong1-2/+2
2007-02-23git-svn: fix some potential bugs with --follow-parentLibravatar Eric Wong1-1/+5
2007-02-23git-svn: fix reconnections to different paths of svn:// repositoriesLibravatar Eric Wong1-0/+1
2007-02-23git-svn: fix clone when a target directory has been specifiedLibravatar Eric Wong1-7/+3
2007-02-23git-svn: don't consider SVN URL usernames significant when comparingLibravatar Sam Vilain1-0/+8
2007-02-23git-svn: ensure we're at the top-level and can access $GIT_DIRLibravatar Eric Wong1-0/+23
2007-02-23git-svn: give show-ignore HEAD smarts, like dcommit and logLibravatar Eric Wong1-1/+3
2007-02-23git-svn: allow metadata options to be specified with 'init' and 'clone'Libravatar Eric Wong1-0/+13
2007-02-23git-svn: fix useSvmProps, hopefully for the last timeLibravatar Eric Wong1-34/+57
2007-02-23git-svn: add support for using svnsync propertiesLibravatar Eric Wong1-2/+58
2007-02-23git-svn: allow overriding of the SVN repo root in metadataLibravatar Eric Wong1-1/+25
2007-02-23git-svn: add 'clone' command, an alias for init + fetchLibravatar Eric Wong1-1/+20
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Libravatar Eric Wong1-1/+6
2007-02-23git-svn: fix some issues for people migrating from older versionsLibravatar Eric Wong1-4/+6
2007-02-23git-svn: add a 'rebase' commandLibravatar Eric Wong1-28/+63
2007-02-23git-svn: checkout files on new fetchesLibravatar Eric Wong1-2/+26
2007-02-23git-svn: add support for --stat in the log commandLibravatar Eric Wong1-2/+9
2007-02-23git-svn: documentation updates for new functionalityLibravatar Eric Wong1-2/+3
2007-02-23git-svn: allow dcommit for those who only fetch from SVM with useSvmPropsLibravatar Eric Wong1-2/+8
2007-02-23git-svn: error checking for invalid [svn-remote "..."] sectionsLibravatar Eric Wong1-2/+3
2007-02-23git-svn: remember to check for clean indices on globbed refs, tooLibravatar Eric Wong1-7/+8
2007-02-23git-svn: allow --log-window-size to be specified, default to 100Libravatar Eric Wong1-2/+7
2007-02-23git-svn: simplify the (multi-)init methods of fetchingLibravatar Eric Wong1-51/+35
2007-02-23git-svn: brown paper bag fixesLibravatar Eric Wong1-2/+3
2007-02-23git-svn: allow 'init' to act as multi-initLibravatar Eric Wong1-20/+32