aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger1-1/+1
2020-06-22git-cvsimport: port to SHA-256brian m. carlson1-4/+4
2019-11-10Fix spelling errors in messages shown to usersElijah Newren1-1/+1
2018-02-23perl: call timegm and timelocal with 4-digit yearBernhard M. Wiedemann1-1/+3
2017-12-08cvsimport: apply shell-quoting regex globallyJeff King1-1/+1
2017-09-12cvsimport: shell-quote variable used in backticksJeff King1-0/+1
2015-06-25Merge branch 'cn/cvsimport-perl-update'Junio C Hamano1-1/+1
2015-06-24cvsimport: silence regex warning appearing in Perl 5.22.Christian Neukirchen1-1/+1
2015-04-29merge: deprecate 'git merge <message> HEAD <commit>' syntaxJunio C Hamano1-1/+1
2013-02-24git-cvsimport: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2013-02-09cvsimport: format commit timestamp ourselves without using strftimeBen Walton1-1/+4
2012-11-04cvsimport: work around perl tzset issueJeff King1-4/+13
2012-10-16git-cvsimport: allow author-specific timezonesChris Rorvick1-4/+18
2012-09-06cvsimport: strip all inappropriate tag stringsKen Dreyer1-3/+30
2011-05-06Merge branch 'gr/cvsimport-alternative-cvspass-location'Junio C Hamano1-12/+41
2011-05-01Look for password in both CVS and CVSNT password files.Guy Rouillier1-12/+41
2011-02-27git-cvsimport.perl: Bail out right away when reading from the server failsFabian Keil1-1/+3
2011-01-05Merge branch 'mg/cvsimport'Junio C Hamano1-9/+26
2011-01-04cvsimport: handle the parsing of uppercase config optionsMichael J Gruber1-2/+19
2010-11-29cvsimport: partial whitespace cleanupMichael J Gruber1-8/+8
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-1/+2
2010-10-19{cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast1-1/+1
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason1-1/+1
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-02-06cvsimport: new -R option: generate .git/cvs-revisions mappingAaron Crane1-4/+17
2010-01-19cvsimport: standarize system() calls to external git toolsBen Walton1-5/+5
2010-01-19cvsimport: standarize open() calls to external git toolsBen Walton1-4/+4
2010-01-19cvsimport: modernize callouts to git subcommandsBen Walton1-32/+32
2009-10-19cvsimport: fix relative argument filenamesJeff King1-3/+14
2009-09-17cvs: initialize empty passwordClemens Buchacher1-0/+1
2009-09-05Do not scramble password read from .cvspassPascal Obry1-3/+3
2009-08-14git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner1-1/+38
2008-08-05Merge branch 'maint'Junio C Hamano1-1/+1
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-10git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)1-0/+1
2008-05-25Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Paul Oliver1-0/+1
2008-04-29Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-29cvsimport: always pass user data to "system" as a listJeff King1-1/+1
2008-03-12Merge branch 'maint'Junio C Hamano1-1/+1
2008-03-12git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau1-1/+1
2008-03-01cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK1-5/+10
2008-03-01cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK1-1/+1
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape1-1/+1
2008-01-13cvsimport: remove last use of repo-config from git standard toolsDan McGee1-3/+3
2007-12-23cvsimport: die on cvsps errorsJeff King1-0/+1
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling1-1/+1
2007-11-30Merge branch 'maint'Junio C Hamano1-30/+23
2007-11-30cvsimport: fix usage of cvsimport.moduleJeff King1-4/+4
2007-11-28cvsimport: miscellaneous packed-ref fixesJeff King1-11/+9
2007-11-28cvsimport: use rev-parse to support packed refsJeff King1-15/+10
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper1-1/+2
2007-11-03git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape1-0/+1
2007-09-07(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith1-1/+1
2007-06-28git-cvsimport: force checkout of working tree after initial importGerrit Pape1-1/+1
2007-06-22Generate tags with correct timestamp (git-svnimport)Dave O'Neill1-1/+0
2007-06-12Merge branch 'aw/cvs'Junio C Hamano1-15/+25
2007-06-12Merge branch 'ep/cvstag'Junio C Hamano1-23/+1
2007-06-07War on whitespaceJunio C Hamano1-6/+6
2007-06-06Use git-tag in git-cvsimportElvis Pranskevichus1-24/+2
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan1-3/+3
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft1-0/+2
2007-06-06cvsimport: update documentation to include separate remotes optionAndy Whitcroft1-1/+1
2007-06-06cvsimport: add support for new style remote layoutAndy Whitcroft1-14/+22
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl1-5/+5
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld1-4/+6
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld1-2/+3
2007-02-07Read cvsimport options from repo-configJames Bowes1-1/+29
2007-01-22cvsimport: activate -a option, really.Junio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-2/+2
2007-01-08cvsimport: cleanup temporary cvsps fileMartin Langhoff1-5/+11
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff1-3/+5
2007-01-07cvsimport: skip commits that are too recentMartin Langhoff1-0/+14
2006-11-27cvsimport: style fixup.Junio C Hamano1-84/+84
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIñaki Arenaza1-5/+49
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering1-0/+10
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft1-15/+10
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff1-38/+24
2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin1-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff1-17/+22
2006-06-16cvsimport: keep one index per branch during importMartin Langhoff1-7/+30
2006-06-16cvsimport: complete the cvsps run before starting the importMartin Langhoff1-14/+28
2006-06-16cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff1-1/+16
2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1
2006-05-23cvsimport: set up commit environment in perl instead of using envJeff King1-7/+6
2006-05-23cvsimport: do not barf on creation of an empty file.Junio C Hamano1-1/+1
2006-05-23cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff1-17/+19
2006-05-23cvsimport: cleanup commit functionJeff King1-86/+64
2006-05-23cvsimport: use git-update-index --index-infoJeff King1-23/+13
2006-05-23cvsimport: repack every kilo-commits.Linus Torvalds1-1/+5
2006-05-23cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff1-2/+6
2006-05-22cvsimport: replace anonymous sub ref with a normal subMartin Langhoff1-3/+3
2006-05-22cvsimport: minor fixupsMartin Langhoff1-0/+3
2006-05-17git-cvsimport: Handle "Removed" from pserverElrond1-1/+1
2006-04-04cvsimport: use git-update-ref when updatingJohannes Schindelin1-5/+1
2006-03-18cvsimport: fix reading from rev-parseJunio C Hamano1-0/+1
2006-03-17cvsimport: honor -i and non -i upon subsequent importsJunio C Hamano1-1/+17
2006-03-07cvsimport: Remove master-updating codeMatthias Urlichs1-25/+2
2006-02-20cvsimport: avoid open "-|" list form for Perl 5.6Junio C Hamano1-1/+5
2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares1-8/+5
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff1-4/+15
2006-01-15cvsimport: ease migration from CVSROOT/users formatJunio C Hamano1-9/+20
2006-01-15git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson1-6/+50
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesJoe English1-0/+1
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson1-1/+1
2005-11-16symref support for import scriptsPavel Roskin1-3/+6
2005-11-01cvsimport: cvsps should be quiet tooMartin Langhoff1-0/+1
2005-11-01cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff1-4/+8
2005-11-01cvsimport: catch error condition where cvs host disappearsMartin Langhoff1-0/+4
2005-10-18Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin1-1/+1
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano1-3/+3
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff1-1/+4
2005-10-10cvsimport: report merge parentsMatthias Urlichs1-3/+3
2005-10-01Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano1-7/+11
2005-09-07Big tool rename.Junio C Hamano1-0/+823