summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingLibravatar IƱaki Arenaza1-5/+49
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Libravatar Jim Meyering1-0/+10
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Libravatar Andy Whitcroft1-15/+10
2006-06-28cvsimport - cleanup of the multi-indexes handlingLibravatar Martin Langhoff1-38/+24
2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Libravatar Johannes Schindelin1-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsLibravatar Martin Langhoff1-17/+22
2006-06-16cvsimport: keep one index per branch during importLibravatar Martin Langhoff1-7/+30
2006-06-16cvsimport: complete the cvsps run before starting the importLibravatar Martin Langhoff1-14/+28