aboutsummaryrefslogtreecommitdiffstats
path: root/git-svn.perl
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-30git-svn: remove redundant slashes from show-ignoreEric Wong1-1/+1
2008-03-20Don't try and percent-escape existing percent escapes in git-svn URIsKevin Ballard1-1/+1
2008-03-15Merge branch 'maint'Junio C Hamano1-1/+2
2008-03-14git-svn: don't blindly append '*' to branch/tags configEric Wong1-1/+2
2008-03-11Merge branch 'maint'Junio C Hamano1-1/+2
2008-03-11git-svn: fix find-rev error message when missing argMarc-Andre Lureau1-1/+2
2008-03-08Merge branch 'maint' to sync with 1.5.4.4Junio C Hamano1-1/+6
2008-03-08Fix dcommit, rebase when rewriteRoot is in useJohn Goerzen1-1/+6
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack1-0/+1
2008-02-27git-svn: Don't prompt for client cert password everytime.Sebastian Noack1-0/+1
2008-02-11Add `git svn blame' commandTim Stoakes1-0/+21
2008-02-06git-svn: improve repository URL matching when following parentsEric Wong1-1/+6
2008-02-03Let "git svn" run "git gc --auto" occasionallyKarl Hasselström1-0/+12
2008-02-03git-svn: Don't call git-repack anymoreKarl Hasselström1-11/+3
2008-01-22git-svn: default to repacking every 1000 commitsEric Wong1-6/+4
2008-01-12git-svn: handle leading/trailing whitespace from svnsync revpropsEric Wong1-6/+12
2008-01-09Trim leading / off of paths in git-svn prop_walkKevin Ballard1-0/+1
2008-01-08Merge in GIT 1.5.3.8Junio C Hamano1-0/+4
2008-01-07git-svn: clarify the "Ignoring error from SVN" pieceEric Wong1-0/+4
2008-01-07git-svn: support for funky branch and project names over HTTP(S)Eric Wong1-2/+22
2008-01-02git-svn: unlink index files that were globbed, tooEric Wong1-3/+6
2008-01-02git-svn: allow dcommit --no-rebase to commit multiple, dependent changesEric Wong1-2/+2
2007-12-19git-svn: avoid warning when run without argumentsEric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong1-11/+39
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong1-0/+14
2007-12-13git-svn: unlink internal index files after operationsEric Wong1-0/+3
2007-12-13git-svn: expand handling of From: and Signed-off-by:Andy Whitcroft1-4/+13
2007-12-12Merge branch 'ew/svn-rev-db'Junio C Hamano1-101/+222
2007-12-11git-svn: get color config from --get-colorboolJeff King1-33/+2
2007-12-10git-svn: reinstate old rev_db optimization in new rev_mapEric Wong1-14/+57
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong1-104/+182
2007-11-30git-svn: Don't create a "master" branch every time rebase is runSteven Grimm1-0/+2
2007-11-30git-svn: add a show-externals command.Vineet Kumar1-0/+18
2007-11-30git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer1-14/+9
2007-11-30git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft1-7/+30
2007-11-30git-svn now reads settings even if called in subdirectoryGustaf Hendeby1-17/+18
2007-11-21git-svn: allow `info' command to work offlineEric Wong1-3/+23
2007-11-21git-svn: info --url [path]David D. Kilzer1-2/+7
2007-11-21git-svn info: implement info commandDavid D. Kilzer1-0/+133
2007-11-21git-svn: extract reusable code into utility functionsDavid D. Kilzer1-32/+64
2007-11-17git-svn: Fix a typo and add a comma in an error message in git-svnDavid Reiss1-1/+1
2007-11-17git-svn log: handle unreachable revisions like "svn log"David D Kilzer1-19/+44
2007-11-17git-svn log: include commit log for the smallest revision in a rangeDavid D Kilzer1-3/+3
2007-11-17git-svn log: fix ascending revision rangesDavid D Kilzer1-1/+1
2007-11-17git-svn's dcommit must use subversion's configKonstantin V. Arkhipov1-0/+3
2007-11-12git-svn: support for funky branch and project names over HTTP(S)Eric Wong1-2/+22
2007-11-12Merge branch 'maint'Junio C Hamano1-0/+3
2007-11-11git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure1-0/+3
2007-11-05Merge branch 'maint'Junio C Hamano1-4/+44
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong1-4/+44
2007-11-03git-svn: sort the options in the --help message.Benoit Sigoure1-1/+1
2007-10-17git-svn: simplify the handling of fatal errorsBenoit Sigoure1-21/+21
2007-10-17git-svn: add git svn proplistBenoit Sigoure1-1/+17
2007-10-17git-svn: add git svn propgetBenoit Sigoure1-0/+57
2007-10-17git-svn: implement git svn create-ignoreBenoit Sigoure1-0/+27
2007-10-17git-svn: add a generic tree traversal to fetch SVN propertiesBenoit Sigoure1-20/+45
2007-10-16git-svn: use "no warnings 'once'" to disable false-positivesEygene Ryabinkin1-44/+43
2007-10-15git-svn: respect Subversion's [auth] section configuration valuesEygene Ryabinkin1-0/+23
2007-10-03Don't checkout the full tree if avoidableSteven Walter1-16/+48
2007-09-23Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-23git-svn: don't attempt to spawn pager if we don't want oneEric Wong1-1/+1
2007-09-14Merge branch 'lh/svn-first-parent'Junio C Hamano1-4/+6
2007-09-09git-svn: understand grafts when doing dcommitEric Wong1-8/+3
2007-09-07git-svn: fix "Malformed network data" with svn:// serversEric Wong1-1/+13
2007-09-06git-svn: always use --first-parentLars Hjemli1-12/+5
2007-09-05git-svn: add support for --first-parentLars Hjemli1-4/+13
2007-08-31git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong1-28/+32
2007-08-31git-svn: Protect against "diff.color = true".Junio C Hamano1-2/+2
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft1-2/+9
2007-08-22git-svn: dcommit prints out the URL to be committed toEric Wong1-0/+1
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong1-9/+15
2007-07-30git-svn: Translate invalid characters in refnameRobert Ewald1-3/+36
2007-07-18git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL1-1/+1
2007-07-15git-svn: fix commiting renames over DAV with funky file namesEric Wong1-0/+3
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong1-1/+4
2007-07-04git-svn: fix blocking with svn:// servers after do_switchEric Wong1-0/+1
2007-07-02Merge branch 'ew/svn'Junio C Hamano1-9/+63
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-2/+1
2007-06-30Merge branch 'mk/svn'Junio C Hamano1-0/+1
2007-06-30git-svn: cache max revision in rev_db databasesSam Vilain1-0/+4
2007-06-30git-svn: use git-log rather than rev-list | xargs cat-fileSam Vilain1-14/+22
2007-06-30git-svn: honor ~/.subversion/ client cert file settings.Michael Krelin1-0/+1
2007-06-16git-svn: avoid string eval for defining functionsSam Vilain1-31/+33
2007-06-13git-svn: allow dcommit to retain local merge informationEric Wong1-9/+63
2007-06-13git-svn: reduce stat() calls for a backwards compatibility checkEric Wong1-1/+1
2007-06-13git-svn: cleanup: factor out longest_common_path() functionEric Wong1-5/+11
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-2/+1
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong1-6/+10
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight1-1/+1
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong1-0/+5
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesEric Wong1-0/+2
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong1-2/+3
2007-05-13git-svn: fix segfaults due to initial SVN pool being clearedEric Wong1-1/+0
2007-05-13git-svn: clean up caching of SVN::Ra functionsEric Wong1-26/+42
2007-05-13git-svn: don't drop the username from URLs when dcommit is runEric Wong1-1/+1
2007-05-04Add --no-rebase option to git-svn dcommitKarl Hasselström1-15/+18
2007-04-30git-svn: Add 'find-rev' commandAdam Roben1-10/+9
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano1-2/+2
2007-04-27git-svn: Added 'find-rev' commandAdam Roben1-0/+24
2007-04-25git-svn: Ignore usernames in URLs in find_by_urlAdam Roben1-0/+4
2007-04-25git-svn: Don't rely on $_ after making a function callAdam Roben1-5/+5
2007-04-24Remove usernames from all commit messages, not just when using svmpropsAdam Roben1-1/+4
2007-04-18git-svn: don't allow globs to match regular filesEric Wong1-0/+2