summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)Author
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
2006-05-18git-cvsimport: Handle "Removed" from pserverElrond
2006-04-05cvsimport: use git-update-ref when updatingJohannes Schindelin
2006-03-18cvsimport: fix reading from rev-parseJunio C Hamano
2006-03-17cvsimport: honor -i and non -i upon subsequent importsJunio C Hamano
2006-03-08cvsimport: Remove master-updating codeMatthias Urlichs
2006-02-20cvsimport: avoid open "-|" list form for Perl 5.6Junio C Hamano
2006-02-19Fix retries in git-cvsimportv1.2.2Martin Mares
2006-01-30cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff
2006-01-16cvsimport: ease migration from CVSROOT/users formatJunio C Hamano
2006-01-16git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesJoe English
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson
2005-11-16symref support for import scriptsPavel Roskin
2005-11-02cvsimport: cvsps should be quiet tooMartin Langhoff
2005-11-02cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff
2005-11-02cvsimport: catch error condition where cvs host disappearsMartin Langhoff
2005-10-18Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano
2005-10-12[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff
2005-10-10cvsimport: report merge parentsMatthias Urlichs
2005-10-02Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano