summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
2010-02-06cvsimport: new -R option: generate .git/cvs-revisions mappingLibravatar Aaron Crane1-4/+17
2010-01-19cvsimport: standarize system() calls to external git toolsLibravatar Ben Walton1-5/+5
2010-01-19cvsimport: standarize open() calls to external git toolsLibravatar Ben Walton1-4/+4
2010-01-19cvsimport: modernize callouts to git subcommandsLibravatar Ben Walton1-32/+32
2009-10-19cvsimport: fix relative argument filenamesLibravatar Jeff King1-3/+14
2009-09-17cvs: initialize empty passwordLibravatar Clemens Buchacher1-0/+1
2009-09-05Do not scramble password read from .cvspassLibravatar Pascal Obry1-3/+3
2009-08-14git-cvsimport: add support for cvs pserver password scrambling.Libravatar Dirk Hoerner1-1/+38
2008-08-05Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Libravatar Jim Meyering1-1/+1
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-06-10git-cvsimport: do not fail when CVSROOT is /Libravatar Philippe Bruhat (BooK)1-0/+1
2008-05-25Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Libravatar Paul Oliver1-0/+1
2008-04-29Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-29cvsimport: always pass user data to "system" as a listLibravatar Jeff King1-1/+1
2008-03-12Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-03-12git-cvsimport: fix merging with remote parent branchLibravatar Marc-Andre Lureau1-1/+1
2008-03-01cvsimport: allow for multiple -M optionsLibravatar Philippe Bruhat (BooK1-5/+10
2008-03-01cvsimport: have default merge regex allow for dashes in the branch nameLibravatar Philippe Bruhat (BooK1-1/+1
2008-02-13cvsimport: have default merge regex also match beginning of commit messageLibravatar Gerrit Pape1-1/+1
2008-01-13cvsimport: remove last use of repo-config from git standard toolsLibravatar Dan McGee1-3/+3
2007-12-23cvsimport: die on cvsps errorsLibravatar Jeff King1-0/+1
2007-12-22Small comment fix for git-cvsimport.Libravatar Stefan Sperling1-1/+1
2007-11-30Merge branch 'maint'Libravatar Junio C Hamano1-30/+23
2007-11-30cvsimport: fix usage of cvsimport.moduleLibravatar Jeff King1-4/+4
2007-11-28cvsimport: miscellaneous packed-ref fixesLibravatar Jeff King1-11/+9
2007-11-28cvsimport: use rev-parse to support packed refsLibravatar Jeff King1-15/+10
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTLibravatar Gordon Hopper1-1/+2
2007-11-03git-cvsimport: really convert underscores in branch names to dots with -uLibravatar Gerrit Pape1-0/+1
2007-09-07(cvs|svn)import: Ask git-tag to overwrite old tags.Libravatar Michael Smith1-1/+1
2007-06-28git-cvsimport: force checkout of working tree after initial importLibravatar Gerrit Pape1-1/+1
2007-06-22Generate tags with correct timestamp (git-svnimport)Libravatar Dave O'Neill1-1/+0
2007-06-12Merge branch 'aw/cvs'Libravatar Junio C Hamano1-15/+25
2007-06-12Merge branch 'ep/cvstag'Libravatar Junio C Hamano1-23/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-6/+6
2007-06-06Use git-tag in git-cvsimportLibravatar Elvis Pranskevichus1-24/+2
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesLibravatar Michael Milligan1-3/+3
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreLibravatar Andy Whitcroft1-0/+2
2007-06-06cvsimport: update documentation to include separate remotes optionLibravatar Andy Whitcroft1-1/+1
2007-06-06cvsimport: add support for new style remote layoutLibravatar Andy Whitcroft1-14/+22
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Libravatar Stephan Springl1-5/+5
2007-04-06cvsimport: Improve usage error reportingLibravatar Frank Lichtenheld1-4/+6
2007-04-06cvsimport: sync usage lines with existing optionsLibravatar Frank Lichtenheld1-2/+3
2007-02-07Read cvsimport options from repo-configLibravatar James Bowes1-1/+29
2007-01-22cvsimport: activate -a option, really.Libravatar Junio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre1-2/+2
2007-01-08cvsimport: cleanup temporary cvsps fileLibravatar Martin Langhoff1-5/+11
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Libravatar Martin Langhoff1-3/+5
2007-01-07cvsimport: skip commits that are too recentLibravatar Martin Langhoff1-0/+14
2006-11-27cvsimport: style fixup.Libravatar Junio C Hamano1-84/+84