summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* (cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith2007-09-071-1/+1
* git-cvsimport: force checkout of working tree after initial importGerrit Pape2007-06-281-1/+1
* Generate tags with correct timestamp (git-svnimport)Dave O'Neill2007-06-221-1/+0
* Merge branch 'aw/cvs'Junio C Hamano2007-06-121-15/+25
|\
| * cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft2007-06-061-0/+2
| * cvsimport: update documentation to include separate remotes optionAndy Whitcroft2007-06-061-1/+1
| * cvsimport: add support for new style remote layoutAndy Whitcroft2007-06-061-14/+22
* | Merge branch 'ep/cvstag'Junio C Hamano2007-06-121-23/+1
|\ \
| * | Use git-tag in git-cvsimportElvis Pranskevichus2007-06-061-24/+2
* | | War on whitespaceJunio C Hamano2007-06-071-6/+6
|/ /
* / git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan2007-06-061-3/+3
|/
* Use git-for-each-ref to check whether the origin branch exists.Stephan Springl2007-05-231-5/+5
* cvsimport: Improve usage error reportingFrank Lichtenheld2007-04-061-4/+6
* cvsimport: sync usage lines with existing optionsFrank Lichtenheld2007-04-061-2/+3
* Read cvsimport options from repo-configJames Bowes2007-02-071-1/+29
* cvsimport: activate -a option, really.Junio C Hamano2007-01-221-1/+1
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-2/+2
* cvsimport: cleanup temporary cvsps fileMartin Langhoff2007-01-081-5/+11
* cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff2007-01-081-3/+5
* cvsimport: skip commits that are too recentMartin Langhoff2007-01-071-0/+14
* cvsimport: style fixup.Junio C Hamano2006-11-271-84/+84
* git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza2006-11-241-5/+49
* Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering2006-11-151-0/+10
* cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft2006-09-201-15/+10
* cvsimport - cleanup of the multi-indexes handlingMartin Langhoff2006-06-281-38/+24