summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2007-07-30git-svn: Translate invalid characters in refnameLibravatar Robert Ewald1-3/+36
2007-07-18git-svn: Minimalistic patch which allows svn usernames with space(s).Libravatar Richard MUSIL1-1/+1
2007-07-15git-svn: fix commiting renames over DAV with funky file namesLibravatar Eric Wong1-0/+3
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configLibravatar Eric Wong1-1/+4
2007-07-04git-svn: fix blocking with svn:// servers after do_switchLibravatar Eric Wong1-0/+1
2007-07-02Merge branch 'ew/svn'Libravatar Junio C Hamano1-9/+63
2007-07-01Merge branch 'ei/worktree+filter'Libravatar Junio C Hamano1-2/+1
2007-06-30Merge branch 'mk/svn'Libravatar Junio C Hamano1-0/+1
2007-06-30git-svn: cache max revision in rev_db databasesLibravatar Sam Vilain1-0/+4
2007-06-30git-svn: use git-log rather than rev-list | xargs cat-fileLibravatar Sam Vilain1-14/+22
2007-06-30git-svn: honor ~/.subversion/ client cert file settings.Libravatar Michael Krelin1-0/+1
2007-06-16git-svn: avoid string eval for defining functionsLibravatar Sam Vilain1-31/+33
2007-06-13git-svn: allow dcommit to retain local merge informationLibravatar Eric Wong1-9/+63
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkLibravatar Eric Wong1-1/+1
2007-06-13git-svn: cleanup: factor out longest_common_path() functionLibravatar Eric Wong1-5/+11
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeLibravatar Matthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryLibravatar Matthias Lederhofer1-2/+1
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