summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2009-07-25git svn: make minimize URL more reliable over http(s)Eric Wong
2009-07-25git svn: avoid escaping '/' when renaming/copying filesEric Wong
2009-07-25git svn: the branch command no longer needs the full pathEric Wong
2009-07-25git svn: revert default behavior for --minimize-urlEric Wong
2009-07-25git svn: add gc commandRobert Allan Zeh
2009-07-23git svn: fix shallow clone when upstream revision is too newEric Wong
2009-07-20git svn: fix reparenting when ugly http(s) URLs are usedEric Wong
2009-07-11git svn: allow uppercase UUIDs from SVNEric Wong
2009-07-11git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler
2009-07-11git-svn: Always duplicate paths returned from get_logMattias Nissler
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel
2009-06-25git-svn: convert globs to regexps for branch destinationsEric Wong
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson
2009-06-25git-svn: speed up find_rev_beforeBen Jackson
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Ben Jackson
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesEric Wong
2009-05-21git-svn: add --authors-prog optionMark Lodato
2009-05-21git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver
2009-05-21git-svn: Correctly report max revision when following deleted pathsAlex Vandiver
2009-05-21git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver
2009-05-06Merge branch 'maint'Junio C Hamano
2009-05-06Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano
2009-05-06git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson
2009-04-12git-svn: always initialize with core.autocrlf=falseJohannes Schindelin
2009-04-12git-svn: Save init/clone --ignore-paths in configBen Jackson
2009-04-12git-svn: Add per-svn-remote ignore-paths configBen Jackson
2009-04-12git-svn: speed up blame commandBoris Byk
2009-04-12git-svn: add fetch --parent optionJason Merrill
2009-03-31git-svn: add a double quiet option to hide git commitsSimon Arlott
2009-03-30git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong
2009-03-29git-svn: don't output git commits in quiet modeSimon Arlott
2009-03-29git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong
2009-03-09git-svn: support intermediate paths when matching tags/branchesMichael Lai
2009-02-28git-svn - return original format_svn_date semanticsBen Walton
2009-02-28git-svn: disable broken symlink workaround by defaultEric Wong
2009-02-24git-svn fix to avoid using strftime %zBen Walton
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer
2009-02-23git-svn: fix delete+add branch tracking with empty filesEric Wong
2009-02-23git-svn: Create leading directories in create-ignoreBrian Gernhardt
2009-02-18git-svn: fix parsing of timestamp obtained from svnJunio C Hamano
2009-02-16git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás
2009-02-11git-svn: fix broken symlink workaround when switching branchesEric Wong
2009-02-11git-svn: Print revision while searching for earliest use of pathDeskin Miller
2009-02-11git-svn: abstract out a block into new method other_gs()Sam Vilain
2009-02-11git-svn: allow disabling expensive broken symlink checksEric Wong
2009-01-26git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela
2009-01-26git-svn: fix memory leak when checking for empty symlinksEric Wong
2009-01-19git-svn: Show UUID in svn info for added directories with svn 1.5.5Marcel Koeppen