aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-07cvsimport: Remove master-updating codeMatthias Urlichs1-25/+2
2006-02-20cvsimport: avoid open "-|" list form for Perl 5.6Junio C Hamano1-1/+5
2006-02-18Fix retries in git-cvsimportv1.2.2Martin Mares1-8/+5
2006-01-29cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff1-4/+15
2006-01-15cvsimport: ease migration from CVSROOT/users formatJunio C Hamano1-9/+20
2006-01-15git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson1-6/+50
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesJoe English1-0/+1
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson1-1/+1
2005-11-16symref support for import scriptsPavel Roskin1-3/+6
2005-11-01cvsimport: cvsps should be quiet tooMartin Langhoff1-0/+1
2005-11-01cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff1-4/+8
2005-11-01cvsimport: catch error condition where cvs host disappearsMartin Langhoff1-0/+4
2005-10-18Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin1-1/+1
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano1-3/+3
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff1-1/+4
2005-10-10cvsimport: report merge parentsMatthias Urlichs1-3/+3
2005-10-01Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano1-7/+11
2005-09-07Big tool rename.Junio C Hamano1-0/+823