summary refs log tree commit diff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
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