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