summaryrefslogtreecommitdiff
path: root/git-svn.perl
Commit message (Expand)AuthorAgeFilesLines
* git svn: make minimize URL more reliable over http(s)Eric Wong2009-07-251-1/+5
* git svn: avoid escaping '/' when renaming/copying filesEric Wong2009-07-251-1/+1
* git svn: the branch command no longer needs the full pathEric Wong2009-07-251-3/+16
* git svn: revert default behavior for --minimize-urlEric Wong2009-07-251-1/+6
* git svn: add gc commandRobert Allan Zeh2009-07-251-0/+33
* git svn: fix shallow clone when upstream revision is too newEric Wong2009-07-221-0/+1
* git svn: fix reparenting when ugly http(s) URLs are usedEric Wong2009-07-191-2/+4
* git svn: allow uppercase UUIDs from SVNEric Wong2009-07-111-7/+7
* git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler2009-07-111-26/+17
* git-svn: Always duplicate paths returned from get_logMattias Nissler2009-07-111-22/+23
* git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel2009-06-261-1/+8
* git-svn: convert globs to regexps for branch destinationsEric Wong2009-06-251-1/+3
* git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud2009-06-251-22/+56
* Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson2009-06-251-5/+40
* git-svn: speed up find_rev_beforeBen Jackson2009-06-251-0/+2
* Add 'git svn help [cmd]' which works outside a repo.Ben Jackson2009-06-251-0/+3
* git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast2009-06-251-2/+32
* git-svn: refuse to dcommit non-UTF-8 messagesEric Wong2009-05-281-3/+14
* git-svn: add --authors-prog optionMark Lodato2009-05-211-3/+29
* git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver2009-05-211-0/+1
* git-svn: Correctly report max revision when following deleted pathsAlex Vandiver2009-05-211-1/+1
* git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver2009-05-211-1/+5
* Merge branch 'maint'Junio C Hamano2009-05-051-1/+1
|\
| * Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano2009-05-051-1/+1
| |\
| | * git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson2009-05-051-1/+1
| * | git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong2009-03-291-6/+9
* | | git-svn: always initialize with core.autocrlf=falseJohannes Schindelin2009-04-111-0/+1
* | | git-svn: Save init/clone --ignore-paths in configBen Jackson2009-04-111-0/+3
* | | git-svn: Add per-svn-remote ignore-paths configBen Jackson2009-04-111-11/+15
* | | git-svn: speed up blame commandBoris Byk2009-04-111-4/+50
* | | git-svn: add fetch --parent optionJason Merrill2009-04-111-4/+14
* | | git-svn: add a double quiet option to hide git commitsSimon Arlott2009-03-301-4/+5
* | | git-svn: don't output git commits in quiet modeSimon Arlott2009-03-291-3/+3
* | | git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong2009-03-281-6/+9
* | | git-svn: support intermediate paths when matching tags/branchesMichael Lai2009-03-091-1/+4
|/ /
* | git-svn - return original format_svn_date semanticsBen Walton2009-02-271-1/+1
* | git-svn: disable broken symlink workaround by defaultEric Wong2009-02-271-1/+1
* | git-svn fix to avoid using strftime %zBen Walton2009-02-241-1/+7
* | git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer2009-02-231-1/+11
* | git-svn: fix delete+add branch tracking with empty filesEric Wong2009-02-221-0/+1
* | git-svn: Create leading directories in create-ignoreBrian Gernhardt2009-02-221-1/+5
* | git-svn: fix parsing of timestamp obtained from svnJunio C Hamano2009-02-181-1/+1
* | git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás2009-02-151-0/+1
* | git-svn: fix broken symlink workaround when switching branchesEric Wong2009-02-111-5/+6
* | git-svn: Print revision while searching for earliest use of pathDeskin Miller2009-02-111-0/+3
* | git-svn: abstract out a block into new method other_gs()Sam Vilain2009-02-111-16/+24
* | git-svn: allow disabling expensive broken symlink checksEric Wong2009-02-111-0/+20
* | git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela2009-01-251-11/+22
* | git-svn: fix memory leak when checking for empty symlinksEric Wong2009-01-251-1/+2
* | git-svn: Show UUID in svn info for added directories with svn 1.5.5Marcel Koeppen2009-01-181-1/+2