summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl
Commit message (Expand)AuthorAgeFilesLines
* perl: call timegm and timelocal with 4-digit yearBernhard M. Wiedemann2018-02-231-1/+3
* cvsimport: apply shell-quoting regex globallyJeff King2017-12-081-1/+1
* cvsimport: shell-quote variable used in backticksJeff King2017-09-121-0/+1
* Merge branch 'cn/cvsimport-perl-update'Junio C Hamano2015-06-251-1/+1
|\
| * cvsimport: silence regex warning appearing in Perl 5.22.Christian Neukirchen2015-06-241-1/+1
* | merge: deprecate 'git merge <message> HEAD <commit>' syntaxJunio C Hamano2015-04-291-1/+1
|/
* git-cvsimport: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
* cvsimport: format commit timestamp ourselves without using strftimeBen Walton2013-02-091-1/+4
* cvsimport: work around perl tzset issueJeff King2012-11-041-4/+13
* git-cvsimport: allow author-specific timezonesChris Rorvick2012-10-161-4/+18
* cvsimport: strip all inappropriate tag stringsKen Dreyer2012-09-061-3/+30
* Merge branch 'gr/cvsimport-alternative-cvspass-location'Junio C Hamano2011-05-061-12/+41
|\
| * Look for password in both CVS and CVSNT password files.Guy Rouillier2011-05-011-12/+41
* | git-cvsimport.perl: Bail out right away when reading from the server failsFabian Keil2011-02-271-1/+3
|/
* Merge branch 'mg/cvsimport'Junio C Hamano2011-01-051-9/+26
|\
| * cvsimport: handle the parsing of uppercase config optionsMichael J Gruber2011-01-041-2/+19
| * cvsimport: partial whitespace cleanupMichael J Gruber2010-11-291-8/+8
* | Merge branch 'ab/require-perl-5.8'Junio C Hamano2010-10-261-1/+2
|\ \ | |/ |/|
| * perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-271-1/+1
| * perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* | {cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast2010-10-191-1/+1
|/
* cvsimport: new -R option: generate .git/cvs-revisions mappingAaron Crane2010-02-061-4/+17
* cvsimport: standarize system() calls to external git toolsBen Walton2010-01-191-5/+5
* cvsimport: standarize open() calls to external git toolsBen Walton2010-01-191-4/+4
* cvsimport: modernize callouts to git subcommandsBen Walton2010-01-191-32/+32
* cvsimport: fix relative argument filenamesJeff King2009-10-191-3/+14
* cvs: initialize empty passwordClemens Buchacher2009-09-171-0/+1
* Do not scramble password read from .cvspassPascal Obry2009-09-051-3/+3
* git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner2009-08-141-1/+38
* Merge branch 'maint'Junio C Hamano2008-08-051-1/+1
|\
| * git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering2008-08-051-1/+1
* | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
|/
* git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)2008-06-101-0/+1
* Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Paul Oliver2008-05-251-0/+1
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-291-1/+1
|\
| * cvsimport: always pass user data to "system" as a listJeff King2008-04-291-1/+1
* | Merge branch 'maint'Junio C Hamano2008-03-121-1/+1
|\|
| * git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau2008-03-121-1/+1
* | cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK2008-03-011-5/+10
* | cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK2008-03-011-1/+1
|/
* cvsimport: have default merge regex also match beginning of commit messageGerrit Pape2008-02-131-1/+1
* cvsimport: remove last use of repo-config from git standard toolsDan McGee2008-01-131-3/+3
* cvsimport: die on cvsps errorsJeff King2007-12-231-0/+1
* Small comment fix for git-cvsimport.Stefan Sperling2007-12-221-1/+1
* Merge branch 'maint'Junio C Hamano2007-11-301-30/+23
|\
| * cvsimport: fix usage of cvsimport.moduleJeff King2007-11-301-4/+4
| * cvsimport: miscellaneous packed-ref fixesJeff King2007-11-281-11/+9
| * cvsimport: use rev-parse to support packed refsJeff King2007-11-281-15/+10
* | git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper2007-11-091-1/+2
|/
* git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape2007-11-031-0/+1