summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorLines
2008-08-05Merge branch 'maint'Junio C Hamano-1/+1
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer-1/+1
2008-06-10git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)-0/+1
2008-05-25Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them.Paul Oliver-0/+1
2008-04-29Merge branch 'maint-1.5.4' into maintJunio C Hamano-1/+1
2008-04-29cvsimport: always pass user data to "system" as a listJeff King-1/+1
2008-03-12Merge branch 'maint'Junio C Hamano-1/+1
2008-03-12git-cvsimport: fix merging with remote parent branchMarc-Andre Lureau-1/+1
2008-03-01cvsimport: allow for multiple -M optionsPhilippe Bruhat (BooK-5/+10
2008-03-01cvsimport: have default merge regex allow for dashes in the branch namePhilippe Bruhat (BooK-1/+1
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape-1/+1
2008-01-13cvsimport: remove last use of repo-config from git standard toolsDan McGee-3/+3
2007-12-23cvsimport: die on cvsps errorsJeff King-0/+1
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling-1/+1
2007-11-30Merge branch 'maint'Junio C Hamano-30/+23
2007-11-30cvsimport: fix usage of cvsimport.moduleJeff King-4/+4
2007-11-28cvsimport: miscellaneous packed-ref fixesJeff King-11/+9
2007-11-28cvsimport: use rev-parse to support packed refsJeff King-15/+10
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper-1/+2
2007-11-03git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape-0/+1
2007-09-07(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith-1/+1
2007-06-28git-cvsimport: force checkout of working tree after initial importGerrit Pape-1/+1
2007-06-22Generate tags with correct timestamp (git-svnimport)Dave O'Neill-1/+0
2007-06-12Merge branch 'aw/cvs'Junio C Hamano-15/+25
2007-06-12Merge branch 'ep/cvstag'Junio C Hamano-23/+1
2007-06-07War on whitespaceJunio C Hamano-6/+6
2007-06-06Use git-tag in git-cvsimportElvis Pranskevichus-24/+2
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan-3/+3
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft-0/+2
2007-06-06cvsimport: update documentation to include separate remotes optionAndy Whitcroft-1/+1
2007-06-06cvsimport: add support for new style remote layoutAndy Whitcroft-14/+22
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl-5/+5
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld-4/+6
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld-2/+3
2007-02-07Read cvsimport options from repo-configJames Bowes-1/+29
2007-01-22cvsimport: activate -a option, really.Junio C Hamano-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre-2/+2
2007-01-08cvsimport: cleanup temporary cvsps fileMartin Langhoff-5/+11
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff-3/+5
2007-01-07cvsimport: skip commits that are too recentMartin Langhoff-0/+14
2006-11-27cvsimport: style fixup.Junio C Hamano-84/+84
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza-5/+49
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering-0/+10
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft-15/+10
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff-38/+24
2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff-17/+22
2006-06-16cvsimport: keep one index per branch during importMartin Langhoff-7/+30
2006-06-16cvsimport: complete the cvsps run before starting the importMartin Langhoff-14/+28