summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)Author
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape
2008-01-14cvsimport: remove last use of repo-config from git standard toolsDan McGee
2007-12-24cvsimport: die on cvsps errorsJeff King
2007-12-22Small comment fix for git-cvsimport.Stefan Sperling
2007-12-01Merge branch 'maint'Junio C Hamano
2007-11-30cvsimport: fix usage of cvsimport.moduleJeff King
2007-11-28cvsimport: miscellaneous packed-ref fixesJeff King
2007-11-28cvsimport: use rev-parse to support packed refsJeff King
2007-11-09git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper
2007-11-04git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape
2007-09-08(cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith
2007-06-29git-cvsimport: force checkout of working tree after initial importGerrit Pape
2007-06-23Generate tags with correct timestamp (git-svnimport)Dave O'Neill
2007-06-13Merge branch 'aw/cvs'Junio C Hamano
2007-06-13Merge branch 'ep/cvstag'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Use git-tag in git-cvsimportElvis Pranskevichus
2007-06-06git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan
2007-06-06cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft
2007-06-06cvsimport: update documentation to include separate remotes optionAndy Whitcroft
2007-06-06cvsimport: add support for new style remote layoutAndy Whitcroft
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl
2007-04-06cvsimport: Improve usage error reportingFrank Lichtenheld
2007-04-06cvsimport: sync usage lines with existing optionsFrank Lichtenheld
2007-02-08Read cvsimport options from repo-configJames Bowes
2007-01-22cvsimport: activate -a option, really.Junio C Hamano
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-08cvsimport: cleanup temporary cvsps fileMartin Langhoff
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff
2007-01-08cvsimport: skip commits that are too recentMartin Langhoff
2006-11-27cvsimport: style fixup.Junio C Hamano
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft
2006-06-28cvsimport - cleanup of the multi-indexes handlingMartin Langhoff
2006-06-25cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff
2006-06-17cvsimport: keep one index per branch during importMartin Langhoff
2006-06-17cvsimport: complete the cvsps run before starting the importMartin Langhoff
2006-06-17cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff
2006-05-25cvsimport: avoid "use" with :tagJeff King
2006-05-23cvsimport: set up commit environment in perl instead of using envJeff King
2006-05-23cvsimport: do not barf on creation of an empty file.Junio C Hamano
2006-05-23cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff
2006-05-23cvsimport: cleanup commit functionJeff King
2006-05-23cvsimport: use git-update-index --index-infoJeff King
2006-05-23cvsimport: repack every kilo-commits.Linus Torvalds
2006-05-23cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff
2006-05-23cvsimport: replace anonymous sub ref with a normal subMartin Langhoff
2006-05-23cvsimport: minor fixupsMartin Langhoff