summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git-svn: Translate invalid characters in refnameRobert Ewald2007-07-301-3/+36
* git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL2007-07-181-1/+1
* git-svn: fix commiting renames over DAV with funky file namesEric Wong2007-07-151-0/+3
* git-svn: remove leading slashes from fetch lines in the generate configEric Wong2007-07-141-1/+4
* git-svn: fix blocking with svn:// servers after do_switchEric Wong2007-07-041-0/+1
* Merge branch 'ew/svn'Junio C Hamano2007-07-021-9/+63
|\
| * git-svn: allow dcommit to retain local merge informationEric Wong2007-06-131-9/+63
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-2/+1
|\ \
| * | Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-061-1/+1
| * | rev-parse: introduce --is-bare-repositoryMatthias Lederhofer2007-06-061-2/+1
* | | Merge branch 'mk/svn'Junio C Hamano2007-06-301-0/+1
|\ \ \
| * | | git-svn: honor ~/.subversion/ client cert file settings.Michael Krelin2007-06-301-0/+1
* | | | git-svn: cache max revision in rev_db databasesSam Vilain2007-06-301-0/+4
* | | | git-svn: use git-log rather than rev-list | xargs cat-fileSam Vilain2007-06-301-14/+22
|/ / /
* | | git-svn: avoid string eval for defining functionsSam Vilain2007-06-161-31/+33
| |/ |/|
* | git-svn: reduce stat() calls for a backwards compatibility checkEric Wong2007-06-131-1/+1
* | git-svn: cleanup: factor out longest_common_path() functionEric Wong2007-06-131-5/+11
|/
* git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong2007-05-281-6/+10
* Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2007-05-261-1/+1
* git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong2007-05-191-0/+5
* git-svn: avoid crashing svnserve when creating new directoriesEric Wong2007-05-191-0/+2
* git-svn: don't attempt to minimize URLs by defaultEric Wong2007-05-131-2/+3
* git-svn: fix segfaults due to initial SVN pool being clearedEric Wong2007-05-131-1/+0
* git-svn: clean up caching of SVN::Ra functionsEric Wong2007-05-131-26/+42
* git-svn: don't drop the username from URLs when dcommit is runEric Wong2007-05-131-1/+1
* Add --no-rebase option to git-svn dcommitKarl Hasselström2007-05-041-15/+18
* git-svn: Add 'find-rev' commandAdam Roben2007-04-301-10/+9
* Fix symlink handling in git-svn, related to PerlIOJunio C Hamano2007-04-301-2/+2
* git-svn: Added 'find-rev' commandAdam Roben2007-04-271-0/+24
* git-svn: Ignore usernames in URLs in find_by_urlAdam Roben2007-04-251-0/+4
* git-svn: Don't rely on $_ after making a function callAdam Roben2007-04-251-5/+5
* Remove usernames from all commit messages, not just when using svmpropsAdam Roben2007-04-241-1/+4
* git-svn: don't allow globs to match regular filesEric Wong2007-04-181-0/+2
* git-svn: quiet some warnings when run only with --version/--helpEric Wong2007-04-171-2/+2
* git-svn: respect lower bound of -r/--revision when following parentEric Wong2007-04-171-1/+4
* git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong2007-04-081-2/+9
* git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong2007-04-081-20/+21
* git-svn: bail out on incorrect command-line optionsEric Wong2007-04-081-1/+4
* git-svn: fail on rebase if we are unable to find a ref to rebase againstEric Wong2007-03-311-0/+3
* git-svn: avoid respewing similar error messages for missing pathsEric Wong2007-03-311-5/+11
* git-svn: fix rel_path() when not connected to the repository rootEric Wong2007-03-251-2/+4
* git-svn: add -l/--local command to "git svn rebase"Eric Wong2007-03-131-2/+5
* git-svn: fix show-ignore when not connected to the repository rootEric Wong2007-03-041-2/+2
* git-svn: fix some potential bugs with --follow-parentEric Wong2007-02-231-1/+5
* git-svn: fix reconnections to different paths of svn:// repositoriesEric Wong2007-02-231-0/+1
* git-svn: fix clone when a target directory has been specifiedEric Wong2007-02-231-7/+3
* git-svn: don't consider SVN URL usernames significant when comparingSam Vilain2007-02-231-0/+8
* git-svn: ensure we're at the top-level and can access $GIT_DIREric Wong2007-02-231-0/+23
* git-svn: give show-ignore HEAD smarts, like dcommit and logEric Wong2007-02-231-1/+3
* git-svn: allow metadata options to be specified with 'init' and 'clone'Eric Wong2007-02-231-0/+13