summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
2006-05-25cvsimport: avoid "use" with :tagLibravatar Jeff King1-1/+1
2006-05-23cvsimport: set up commit environment in perl instead of using envLibravatar Jeff King1-7/+6
2006-05-23cvsimport: do not barf on creation of an empty file.Libravatar Junio C Hamano1-1/+1
2006-05-23cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Libravatar Martin Langhoff1-17/+19
2006-05-23cvsimport: cleanup commit functionLibravatar Jeff King1-86/+64
2006-05-23cvsimport: use git-update-index --index-infoLibravatar Jeff King1-23/+13
2006-05-23cvsimport: repack every kilo-commits.Libravatar Linus Torvalds1-1/+5
2006-05-23cvsimport: introduce -L<imit> option to workaround memory leaksLibravatar Martin Langhoff1-2/+6
2006-05-22cvsimport: replace anonymous sub ref with a normal subLibravatar Martin Langhoff1-3/+3
2006-05-22cvsimport: minor fixupsLibravatar Martin Langhoff1-0/+3
2006-05-17git-cvsimport: Handle "Removed" from pserverLibravatar Elrond1-1/+1
2006-04-04cvsimport: use git-update-ref when updatingLibravatar Johannes Schindelin1-5/+1
2006-03-18cvsimport: fix reading from rev-parseLibravatar Junio C Hamano1-0/+1
2006-03-17cvsimport: honor -i and non -i upon subsequent importsLibravatar Junio C Hamano1-1/+17
2006-03-07cvsimport: Remove master-updating codeLibravatar Matthias Urlichs1-25/+2
2006-02-20cvsimport: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-1/+5
2006-02-18Fix retries in git-cvsimportLibravatar Martin Mares1-8/+5
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedLibravatar Martin Langhoff1-4/+15
2006-01-15cvsimport: ease migration from CVSROOT/users formatLibravatar Junio C Hamano1-9/+20
2006-01-15git-cvsimport: Add -A <author-conv-file> optionLibravatar Andreas Ericsson1-6/+50
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesLibravatar Joe English1-0/+1
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Libravatar Andreas Ericsson1-1/+1
2005-11-16symref support for import scriptsLibravatar Pavel Roskin1-3/+6
2005-11-01cvsimport: cvsps should be quiet tooLibravatar Martin Langhoff1-0/+1
2005-11-01cvsimport: introduce -P <cvsps-output-file> optionLibravatar Martin Langhoff1-4/+8
2005-11-01cvsimport: catch error condition where cvs host disappearsLibravatar Martin Langhoff1-0/+4
2005-10-18Fix cvsimport warning when called without --no-cvs-directLibravatar Johannes Schindelin1-1/+1
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitLibravatar Junio C Hamano1-3/+3
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usLibravatar Martin Langhoff1-1/+4
2005-10-10cvsimport: report merge parentsLibravatar Matthias Urlichs1-3/+3
2005-10-01Pass CVSps generated A U Thor <author@domain.xz> intact.Libravatar Junio C Hamano1-7/+11
2005-09-07Big tool rename.Libravatar Junio C Hamano1-0/+823