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