summaryrefslogtreecommitdiff
path: root/git-svn.perl
AgeCommit message (Expand)Author
2008-05-11Add svn-compatible "blame" output format to git-svnSteven Grimm
2008-05-11git-svn: fix cloning of HTTP URLs with '+' in their pathEric Wong
2008-05-05git-svn: Make create-ignore use git add -fGustaf Hendeby
2008-05-01git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg
2008-04-30git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy
2008-04-23Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber
2008-04-23git-svn bug with blank commits and author fileThomas Guyot-Sionnest
2008-04-12Force the medium pretty format on calls to git logPedro Melo
2008-04-07git-svn: fix following renamed paths when tracking a single pathEric Wong
2008-03-31git-svn: remove redundant slashes from show-ignoreEric Wong
2008-03-21Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard
2008-03-15Merge branch 'maint'Junio C Hamano
2008-03-15git-svn: don't blindly append '*' to branch/tags configEric Wong
2008-03-12Merge branch 'maint'Junio C Hamano
2008-03-12git-svn: fix find-rev error message when missing argMarc-Andre Lureau
2008-03-09Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano
2008-03-09Fix dcommit, rebase when rewriteRoot is in useJohn Goerzen
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack
2008-02-11Add `git svn blame' commandTim Stoakes
2008-02-06git-svn: improve repository URL matching when following parentsEric Wong
2008-02-03Let "git svn" run "git gc --auto" occasionallyKarl Hasselström
2008-02-03git-svn: Don't call git-repack anymoreKarl Hasselström
2008-01-22git-svn: default to repacking every 1000 commitsEric Wong
2008-01-12git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong
2008-01-09Trim leading / off of paths in git-svn prop_walkKevin Ballard
2008-01-08Merge in GIT 1.5.3.8Junio C Hamano
2008-01-08git-svn: clarify the "Ignoring error from SVN" pieceEric Wong
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Eric Wong
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong
2007-12-19git-svn: avoid warning when run without argumentsEric Wong
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong
2007-12-13git-svn: unlink internal index files after operationsEric Wong
2007-12-13git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft
2007-12-13Merge branch 'ew/svn-rev-db'Junio C Hamano
2007-12-11git-svn: get color config from --get-colorboolJeff King
2007-12-11git-svn: reinstate old rev_db optimization in new rev_mapEric Wong
2007-12-11git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong
2007-12-01git-svn: Don't create a "master" branch every time rebase is runSteven Grimm
2007-12-01git-svn: add a show-externals command.Vineet Kumar
2007-12-01git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer
2007-12-01git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft
2007-12-01git-svn now reads settings even if called in subdirectoryGustaf Hendeby
2007-11-22git-svn: allow `info' command to work offlineEric Wong
2007-11-22git-svn: info --url [path]David D. Kilzer
2007-11-22git-svn info: implement info commandDavid D. Kilzer