summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
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-23/+1
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