aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl (follow)
AgeCommit message (Expand)AuthorFilesLines
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-24/+2
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
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza1-5/+49
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering1-0/+10
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft1-15/+10
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff1-38/+24
2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin1-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff1-17/+22
2006-06-16cvsimport: keep one index per branch during importMartin Langhoff1-7/+30
2006-06-16cvsimport: complete the cvsps run before starting the importMartin Langhoff1-14/+28
2006-06-16cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff1-1/+16
2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1
2006-05-23cvsimport: set up commit environment in perl instead of using envJeff King1-7/+6
2006-05-23cvsimport: do not barf on creation of an empty file.Junio C Hamano1-1/+1
2006-05-23cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff1-17/+19
2006-05-23cvsimport: cleanup commit functionJeff King1-86/+64
2006-05-23cvsimport: use git-update-index --index-infoJeff King1-23/+13
2006-05-23cvsimport: repack every kilo-commits.Linus Torvalds1-1/+5
2006-05-23cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff1-2/+6
2006-05-22cvsimport: replace anonymous sub ref with a normal subMartin Langhoff1-3/+3
2006-05-22cvsimport: minor fixupsMartin Langhoff1-0/+3
2006-05-17git-cvsimport: Handle "Removed" from pserverElrond1-1/+1
2006-04-04cvsimport: use git-update-ref when updatingJohannes Schindelin1-5/+1
2006-03-18cvsimport: fix reading from rev-parseJunio C Hamano1-0/+1
2006-03-17cvsimport: honor -i and non -i upon subsequent importsJunio C Hamano1-1/+17