summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2007-11-051-4/+44
|\
| * git-svn: fix dcommit clobbering when committing a series of diffsEric Wong2007-11-051-4/+44
* | git-svn: sort the options in the --help message.Benoit Sigoure2007-11-031-1/+1
* | git-svn: simplify the handling of fatal errorsBenoit Sigoure2007-10-171-21/+21
* | git-svn: add git svn proplistBenoit Sigoure2007-10-171-1/+17
* | git-svn: add git svn propgetBenoit Sigoure2007-10-171-0/+57
* | git-svn: implement git svn create-ignoreBenoit Sigoure2007-10-171-0/+27
* | git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure2007-10-171-20/+45
* | git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin2007-10-161-44/+43
* | git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin2007-10-151-0/+23
* | Don't checkout the full tree if avoidableSteven Walter2007-10-031-16/+48
* | Merge branch 'maint'Junio C Hamano2007-09-231-1/+1
|\ \ | |/
| * git-svn: don't attempt to spawn pager if we don't want oneEric Wong2007-09-231-1/+1
* | Merge branch 'lh/svn-first-parent'Junio C Hamano2007-09-141-4/+6
|\ \ | |/ |/|
| * git-svn: always use --first-parentLars Hjemli2007-09-061-12/+5
| * git-svn: add support for --first-parentLars Hjemli2007-09-051-4/+13
* | git-svn: understand grafts when doing dcommitEric Wong2007-09-091-8/+3
* | git-svn: fix "Malformed network data" with svn:// serversEric Wong2007-09-071-1/+13
|/
* git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2007-08-311-28/+32
* git-svn: Protect against "diff.color = true".Junio C Hamano2007-08-311-2/+2
* git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2007-08-231-2/+9
* git-svn: dcommit prints out the URL to be committed toEric Wong2007-08-221-0/+1
* git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-151-9/+15
* 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