summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2009-10-10git-svn: hide find_parent_branch output in double quiet modeSimon Arlott
2009-10-09git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov
2009-09-13Merge branch 'maint'Junio C Hamano
2009-09-13svn: properly escape arguments for authors-progMark Lodato
2009-08-19git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R
2009-08-19svn: assume URLs from the command-line are URI-encodedEric Wong
2009-08-13svn: (cleanup) use predefined constant for rev_map_fmtEric Wong
2009-08-13svn: allow branches outside of refs/remotesAdam Brewster
2009-08-13svn: initial "master" points to trunk if possibleEric Wong
2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty
2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster
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