aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
2011-04-09git-svn: Cache results of running the executable "git config"James Y Knight1-0/+5
2011-04-09git-svn: Add a svn-remote.<name>.pushurl config keyAlejandro R. Sedeño1-3/+16
2011-03-10git-log: put space after commit markMichael J Gruber1-1/+1
2010-12-10git-svn: allow the mergeinfo property to be setSteven Walter1-1/+14
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-0/+1
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-09-24git-svn: fix processing of decorated commit hashesMathias Lafeldt1-1/+2
2010-09-24git-svn: check_cherry_pick should exclude commits already in our historySteven Walter1-1/+3
2010-08-15git-svn: fix fetch with deleted tagDavid D. Kilzer1-2/+13
2010-08-15git-svn: fix regex to remove "tail" from svn tagsDavid D. Kilzer1-1/+1
2010-08-05git svn: URL-decode left-hand side of svn refspecSteven Walter1-0/+2
2010-08-02git svn: fix dcommit to work with touched filesDavid D. Kilzer1-0/+1
2010-07-30git svn: add an option to recode pathnamesDmitry Statyvka1-0/+9
2010-07-19git-svn: write memoized data explicitly to avoid Storable bugSergey Vlasov1-0/+16
2010-06-14git svn: avoid unnecessary '/' in paths for SVNEric Wong1-0/+3
2010-06-14git-svn: strip off leading slashes on --trunk argumentJonathan Nieder1-0/+1
2010-06-03git svn: fix empty directory creationMichael J. Kiwala1-1/+2
2010-05-09git-svn: mangle refnames forbidden in gitTorsten Schmutzler1-0/+8
2010-05-09git-svn: Remove unused use of File::TempÆvar Arnfjörð Bjarmason1-1/+0
2010-05-09git svn: avoid uninitialized var in 'reset'Jonathan Nieder1-0/+2
2010-03-20Merge branch 'fl/askpass'Junio C Hamano1-10/+17
2010-03-13git-svn: Fix merge detecting with rewrite-rootTuomas Suutari1-2/+2
2010-03-05git-svn: make git svn --version work againMichael J Gruber1-0/+1
2010-03-05Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund1-1/+0
2010-03-04git-svn: req_svn when neededMichael J Gruber1-0/+1
2010-03-02git-svn: Support retrieving passwords with GIT_ASKPASSFrank Li1-10/+17
2010-03-02Merge branch 'jn/maint-fix-pager'Junio C Hamano1-2/+7
2010-02-26git svn: delay importing SVN::Base until it is neededjosh robb1-5/+11
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari1-1/+1
2010-02-14git svn: Fix launching of pagerJonathan Nieder1-2/+7
2010-02-04git-svn: persistent memoizationAndrew Myrick1-4/+36
2010-01-29If deriving SVN_SSH from GIT_SSH on msys, also add quotesSebastian Schuberth1-0/+1
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specJay Soffian1-20/+40
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian1-5/+28
2010-01-23git-svn: add --username/commit-url options for branch/tagIgor Mironov1-2/+6
2010-01-23git-svn: respect commiturl option for branch/tagIgor Mironov1-1/+11
2010-01-23git-svn: fix mismatched src/dst errors for branch/tagIgor Mironov1-0/+4
2010-01-23git-svn: handle merge-base failuresAndrew Myrick1-4/+15
2010-01-23git-svn: ignore changeless commits when checking for a cherry-pickAndrew Myrick1-0/+24
2009-12-23git svn: branch/tag commands detect username in URLsEric Wong1-1/+2
2009-12-22git svn: lookup new parents correctly from svn:mergeinfoEric Wong1-1/+2
2009-12-21git-svn: Remove obsolete MAXPARENT checkAndrew Myrick1-6/+0
2009-12-21git-svn: detect cherry-picks correctly.Sam Vilain1-23/+64
2009-12-21git-svn: exclude already merged tips using one rev-list callSam Vilain1-4/+48
2009-12-21git-svn: fix some mistakes with interpreting SVN mergeinfo commit rangesSam Vilain1-9/+3
2009-12-21git-svn: memoize conversion of SVN merge ticket info to git commit rangesSam Vilain1-37/+54
2009-12-21git svn: fix --revision when fetching deleted pathsEric Wong1-1/+5
2009-12-19git svn: make empty directory creation gc-awareEric Wong1-11/+34
2009-12-08git-svn: set svn.authorsfile earlier when cloningAlex Vandiver1-1/+1
2009-12-08git-svn: Set svn.authorsfile to an absolute path when cloningAlex Vandiver1-1/+3
2009-12-07git svn: log removals of empty directoriesEric Wong1-1/+1
2009-12-07git svn: Don't create empty directories whose parents were deletedGreg Price1-1/+2
2009-12-07git-svn: sort svk merge tickets to account for minimal parentsAlex Vandiver1-1/+5
2009-11-22git svn: strip leading path when making empty dirsEric Wong1-0/+3
2009-11-22git svn: always reuse existing remotes on fetchEric Wong1-0/+2
2009-11-20Merge branch 'jn/editor-pager'Junio C Hamano1-7/+4
2009-11-15git svn: attempt to create empty dirs on clone+rebaseEric Wong1-0/+45
2009-11-14git svn: read global+system config for clone+initEric Wong1-3/+2
2009-11-14git svn: handle SVN merges from revisions past the tip of the branchToby Allsopp1-2/+5
2009-11-13am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder1-4/+2
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder1-3/+2
2009-10-26git-svn: convert SVN 1.5+ / svnmerge.py svn:mergeinfo props to parentsSam Vilain1-0/+93
2009-10-26git-svn: convert SVK merge tickets to extra parentsSam Vilain1-1/+51
2009-10-26git svn: fix fetch where glob is on the top-level URLEric Wong1-2/+2
2009-10-10git-svn: hide find_parent_branch output in double quiet modeSimon Arlott1-7/+12
2009-10-09git-svn: Avoid spurious errors when rewriteRoot is used.Alexander Gavrilov1-2/+9
2009-09-13Merge branch 'maint'Junio C Hamano1-0/+1
2009-09-13svn: properly escape arguments for authors-progMark Lodato1-0/+1
2009-08-18git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R1-0/+9
2009-08-18svn: assume URLs from the command-line are URI-encodedEric Wong1-0/+2
2009-08-12svn: (cleanup) use predefined constant for rev_map_fmtEric Wong1-1/+1
2009-08-12svn: allow branches outside of refs/remotesAdam Brewster1-35/+48
2009-08-12svn: initial "master" points to trunk if possibleEric Wong1-0/+11
2009-08-10git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty1-0/+2
2009-08-10svn: Honor --prefix option in init without --stdlayoutAdam Brewster1-1/+2
2009-07-25git svn: make minimize URL more reliable over http(s)Eric Wong1-1/+5
2009-07-25git svn: avoid escaping '/' when renaming/copying filesEric Wong1-1/+1
2009-07-25git svn: the branch command no longer needs the full pathEric Wong1-3/+16
2009-07-25git svn: revert default behavior for --minimize-urlEric Wong1-1/+6
2009-07-25git svn: add gc commandRobert Allan Zeh1-0/+33
2009-07-22git svn: fix shallow clone when upstream revision is too newEric Wong1-0/+1
2009-07-19git svn: fix reparenting when ugly http(s) URLs are usedEric Wong1-2/+4
2009-07-11git svn: allow uppercase UUIDs from SVNEric Wong1-7/+7
2009-07-11git-svn: Fix branch detection when repository root is inaccessibleMattias Nissler1-26/+17
2009-07-11git-svn: Always duplicate paths returned from get_logMattias Nissler1-22/+23
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel1-1/+8
2009-06-25git-svn: convert globs to regexps for branch destinationsEric Wong1-1/+3
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud1-22/+56
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson1-5/+40
2009-06-25git-svn: speed up find_rev_beforeBen Jackson1-0/+2
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Ben Jackson1-0/+3
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast1-2/+32
2009-05-28git-svn: refuse to dcommit non-UTF-8 messagesEric Wong1-3/+14
2009-05-21git-svn: add --authors-prog optionMark Lodato1-3/+29
2009-05-21git-svn: Set svn.authorsfile if it is passed to git svn cloneAlex Vandiver1-0/+1
2009-05-21git-svn: Correctly report max revision when following deleted pathsAlex Vandiver1-1/+1
2009-05-21git-svn: Fix for svn paths removed > log-window-size revisions agoAlex Vandiver1-1/+5
2009-05-05Merge branch 'maint'Junio C Hamano1-1/+1
2009-05-05Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano1-1/+1
2009-05-05git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson1-1/+1
2009-04-11git-svn: always initialize with core.autocrlf=falseJohannes Schindelin1-0/+1
2009-04-11git-svn: Save init/clone --ignore-paths in configBen Jackson1-0/+3
2009-04-11git-svn: Add per-svn-remote ignore-paths configBen Jackson1-11/+15
2009-04-11git-svn: speed up blame commandBoris Byk1-4/+50
2009-04-11git-svn: add fetch --parent optionJason Merrill1-4/+14
2009-03-30git-svn: add a double quiet option to hide git commitsSimon Arlott1-4/+5
2009-03-29git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong1-6/+9
2009-03-29git-svn: don't output git commits in quiet modeSimon Arlott1-3/+3
2009-03-28git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong1-6/+9
2009-03-09git-svn: support intermediate paths when matching tags/branchesMichael Lai1-1/+4
2009-02-27git-svn - return original format_svn_date semanticsBen Walton1-1/+1
2009-02-27git-svn: disable broken symlink workaround by defaultEric Wong1-1/+1
2009-02-24git-svn fix to avoid using strftime %zBen Walton1-1/+7
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisPeter Oberndorfer1-1/+11
2009-02-22git-svn: fix delete+add branch tracking with empty filesEric Wong1-0/+1
2009-02-22git-svn: Create leading directories in create-ignoreBrian Gernhardt1-1/+5
2009-02-18git-svn: fix parsing of timestamp obtained from svnJunio C Hamano1-1/+1
2009-02-15git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás1-0/+1
2009-02-11git-svn: fix broken symlink workaround when switching branchesEric Wong1-5/+6
2009-02-11git-svn: Print revision while searching for earliest use of pathDeskin Miller1-0/+3
2009-02-11git-svn: abstract out a block into new method other_gs()Sam Vilain1-16/+24
2009-02-11git-svn: allow disabling expensive broken symlink checksEric Wong1-0/+20
2009-01-25git-svn: add --ignore-paths option for fetchingVitaly \"_Vi\" Shukela1-11/+22
2009-01-25git-svn: fix memory leak when checking for empty symlinksEric Wong1-1/+2
2009-01-18git-svn: Show UUID in svn info for added directories with svn 1.5.5Marcel Koeppen1-1/+2
2009-01-18git-svn: avoid importing nested git reposEric Wong1-4/+30
2009-01-18git-svn: fix SVN 1.1.x compatibilityEric Wong1-1/+14
2009-01-18git-svn: Add --localtime option to "fetch"Pete Harlan1-2/+52
2009-01-18git-svn: better attempt to handle broken symlink updatesEric Wong1-4/+20
2009-01-18git-svn: handle empty files marked as symlinks in SVNEric Wong1-5/+50
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin1-2/+1
2008-12-09Merge branch 'maint'Junio C Hamano1-4/+12
2008-12-08git-svn: Make following parents atomicDeskin Miller1-4/+12
2008-12-03git-svn: Make branch use correct svn-remoteDeskin Miller1-1/+1
2008-11-13git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)1-4/+5
2008-11-13git-svn: proper detection of bare repositoriesDeskin Miller1-5/+7
2008-11-13git-svn: respect i18n.commitencoding configEric Wong1-3/+21
2008-11-13git-svn: don't escape tilde ('~') for http(s) URLsEric Wong1-3/+3
2008-10-31Merge branch 'maint'Junio C Hamano1-1/+1
2008-10-31git-svn: change dashed git-commit-tree to git commit-treeDeskin Miller1-1/+1
2008-10-26Merge branch 'maint'Junio C Hamano1-1/+1
2008-10-24git-svn: change dashed git-config to git configDeskin Miller1-1/+1
2008-10-06Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz1-1/+46
2008-09-30Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-09-30git-svn: call 'fatal' correctly in set-treeLuc Heinrich1-1/+1
2008-09-21git-svn: do a partial rebuild if rev_map is out-of-dateDeskin Miller1-5/+19
2008-09-18Merge branch 'maint'Junio C Hamano1-13/+12
2008-09-18git-svn: fix handling of even funkier branch namesEric Wong1-0/+1
2008-09-18git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman1-13/+12
2008-09-10Merge branch 'maint'Junio C Hamano1-3/+3
2008-09-10git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep1-1/+1
2008-09-10Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep1-2/+2
2008-09-06git-svn: fix handling of even funkier branch namesEric Wong1-0/+1
2008-09-06git-svn: set auto_props when renaming filesPaul Talacko1-0/+1
2008-09-05git-svn: match SVN 1.5 behaviour of info' on unknown itemThomas Rast1-2/+2
2008-09-05git svn info: always quote URLs in 'info' outputThomas Rast1-3/+22
2008-09-05git svn info: make info relative to the current directoryThomas Rast1-2/+3
2008-09-05git svn: catch lack of upstream info for dcommit earlierThomas Rast1-4/+4
2008-09-05git-svn: check error code of send_txstreamEric Wong1-1/+5
2008-09-05git-svn: Send deltas during commitsFlorian Weimer1-5/+13
2008-09-05git-svn: Introduce SVN::Git::Editor::_chg_file_get_blobFlorian Weimer1-12/+19
2008-09-05git-svn: extract base blob in generate_diffFlorian Weimer1-3/+4
2008-08-20git-svn: fix dcommit to urls with embedded usernamesEric Wong1-3/+5
2008-08-12git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep1-24/+22
2008-08-12git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep1-17/+18
2008-08-08git-svn: wrap long lines in a few placesEric Wong1-2/+5
2008-08-08git-svn: Allow deep branch names by supporting multi-globsMarcus Griep1-16/+44
2008-08-08Fix multi-glob assertion in git-svnMarcus Griep1-2/+3
2008-08-08git-svn: add ability to specify --commit-url for dcommitEric Wong1-3/+6
2008-08-05git-svn: properly set path for "info" commandEric Wong1-2/+6
2008-08-03git-svn: Abort with an error if 'fetch' parameter is invalid.Avery Pennarun1-2/+6
2008-07-25git-svn: teach dcommit about svn auto-propsBrad King1-0/+53
2008-07-20git-svn: fix git svn info to work without argumentsDmitry Potapov1-1/+1
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-14git-svn: typofixFrederik Schwarzer1-1/+1
2008-07-14git-svn: find-rev and rebase for SVN::Mirror repositoriesJoão Abecasis1-4/+35
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-07git-svn.perl: workaround assertions in svn library 1.5.0Gerrit Pape1-0/+2
2008-06-28git-svn: don't sanitize remote names in configEric Wong1-12/+3
2008-06-28git-svn: avoid filling up the disk with temp files.Avery Pennarun1-1/+4
2008-06-23git-svn: make rebuild respect rewriteRoot optionJan Krüger1-3/+3
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun1-3/+5
2008-06-01git-svn fails in prop_walk if $self->{path} is not emptyChristian Engwer1-1/+1
2008-06-01Add a --dry-run option to git-svn rebaseSeth Falcon1-0/+6
2008-06-01Fix path duplication in git svn commit-diffKarl Hasselström1-2/+1
2008-05-27Git::cat_blob: allow using an empty blob to fix git-svn breakageJunio C Hamano1-2/+2
2008-05-25Merge branch 'ar/batch-cat'Junio C Hamano1-22/+20
2008-05-25Merge branch 'ap/svn'Junio C Hamano1-1/+13
2008-05-23git-svn: Speed up fetchAdam Roben1-22/+20
2008-05-11Add svn-compatible "blame" output format to git-svnSteven Grimm1-11/+44
2008-05-11git-svn: fix cloning of HTTP URLs with '+' in their pathEric Wong1-1/+1
2008-05-05git-svn: Make create-ignore use git add -fGustaf Hendeby1-1/+1
2008-05-04git-svn: Add --add-author-from option.Avery Pennarun1-1/+13
2008-04-30git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg1-2/+4
2008-04-29git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy1-2/+4
2008-04-22Merge branch 'maint-1.5.4' into maintJunio C Hamano1-2/+5
2008-04-22svn-git: Use binmode for reading/writing binary rev mapsMichael Weber1-0/+4
2008-04-22git-svn bug with blank commits and author fileThomas Guyot-Sionnest1-2/+1
2008-04-11Force the medium pretty format on calls to git logPedro Melo1-1/+1
2008-04-07git-svn: fix following renamed paths when tracking a single pathEric Wong1-2/+3