summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
AgeCommit message (Expand)AuthorFilesLines
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Libravatar Stephan Springl1-5/+5
2007-04-06cvsimport: Improve usage error reportingLibravatar Frank Lichtenheld1-4/+6
2007-04-06cvsimport: sync usage lines with existing optionsLibravatar Frank Lichtenheld1-2/+3
2007-02-07Read cvsimport options from repo-configLibravatar James Bowes1-1/+29
2007-01-22cvsimport: activate -a option, really.Libravatar Junio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre1-2/+2
2007-01-08cvsimport: cleanup temporary cvsps fileLibravatar Martin Langhoff1-5/+11
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Libravatar Martin Langhoff1-3/+5
2007-01-07cvsimport: skip commits that are too recentLibravatar Martin Langhoff1-0/+14
2006-11-27cvsimport: style fixup.Libravatar Junio C Hamano1-84/+84
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingLibravatar IƱaki Arenaza1-5/+49
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Libravatar Jim Meyering1-0/+10
2006-09-20cvsimport: move over to using git-for-each-ref to read refs.Libravatar Andy Whitcroft1-15/+10
2006-06-28cvsimport - cleanup of the multi-indexes handlingLibravatar Martin Langhoff1-38/+24
2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Libravatar Johannes Schindelin1-7/+8
2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsLibravatar Martin Langhoff1-17/+22
2006-06-16cvsimport: keep one index per branch during importLibravatar Martin Langhoff1-7/+30
2006-06-16cvsimport: complete the cvsps run before starting the importLibravatar Martin Langhoff1-14/+28
2006-06-16cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesLibravatar Martin Langhoff1-1/+16
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