summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)Author
2011-01-05Merge branch 'mg/cvsimport'Junio C Hamano
2011-01-04cvsimport: handle the parsing of uppercase config optionsMichael J Gruber
2010-11-30cvsimport: partial whitespace cleanupMichael J Gruber
2010-10-27Merge branch 'ab/require-perl-5.8'Junio C Hamano
2010-10-19{cvs,svn}import: use the new 'git read-tree --empty'Thomas Rast
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2010-02-06cvsimport: new -R option: generate .git/cvs-revisions mappingAaron Crane
2010-01-19cvsimport: standarize system() calls to external git toolsBen Walton
2010-01-19cvsimport: standarize open() calls to external git toolsBen Walton
2010-01-19cvsimport: modernize callouts to git subcommandsBen Walton
2009-10-19cvsimport: fix relative argument filenamesJeff King
2009-09-17cvs: initialize empty passwordClemens Buchacher
2009-09-06Do not scramble password read from .cvspassPascal Obry
2009-08-15git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner
2008-08-06Merge branch 'maint'Junio C Hamano
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-11git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)
2008-05-25Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Paul Oliver
2008-04-30Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-30cvsimport: always pass user data to "system" as a listJeff King
2008-03-13Merge branch 'maint'Junio C Hamano
2008-03-13git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau
2008-03-01cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK
2008-03-01cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape
2008-01-14cvsimport: remove last use of repo-config from git standard toolsDan McGee
2007-12-24cvsimport: die on cvsps errorsJeff King
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling
2007-12-01Merge branch 'maint'Junio C Hamano
2007-11-30cvsimport: fix usage of cvsimport.moduleJeff King
2007-11-28cvsimport: miscellaneous packed-ref fixesJeff King
2007-11-28cvsimport: use rev-parse to support packed refsJeff King
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper
2007-11-04git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape
2007-09-08(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith
2007-06-29git-cvsimport: force checkout of working tree after initial importGerrit Pape
2007-06-23Generate tags with correct timestamp (git-svnimport)Dave O'Neill
2007-06-13Merge branch 'aw/cvs'Junio C Hamano
2007-06-13Merge branch 'ep/cvstag'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Use git-tag in git-cvsimportElvis Pranskevichus
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft
2007-06-06cvsimport: update documentation to include separate remotes optionAndy Whitcroft
2007-06-06cvsimport: add support for new style remote layoutAndy Whitcroft
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld