summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
Commit message (Expand)AuthorAgeFilesLines
...
* Use git-for-each-ref to check whether the origin branch exists.Stephan Springl2007-05-231-5/+5
* cvsimport: Improve usage error reportingFrank Lichtenheld2007-04-061-4/+6
* cvsimport: sync usage lines with existing optionsFrank Lichtenheld2007-04-061-2/+3
* Read cvsimport options from repo-configJames Bowes2007-02-071-1/+29
* cvsimport: activate -a option, really.Junio C Hamano2007-01-221-1/+1
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-2/+2
* cvsimport: cleanup temporary cvsps fileMartin Langhoff2007-01-081-5/+11
* cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff2007-01-081-3/+5
* cvsimport: skip commits that are too recentMartin Langhoff2007-01-071-0/+14
* cvsimport: style fixup.Junio C Hamano2006-11-271-84/+84
* git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIƱaki Arenaza2006-11-241-5/+49
* Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering2006-11-151-0/+10
* cvsimport: move over to using git-for-each-ref to read refs.Andy Whitcroft2006-09-201-15/+10
* cvsimport - cleanup of the multi-indexes handlingMartin Langhoff2006-06-281-38/+24
* cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin2006-06-241-7/+8
* cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff2006-06-241-17/+22
* cvsimport: keep one index per branch during importMartin Langhoff2006-06-161-7/+30
* cvsimport: complete the cvsps run before starting the importMartin Langhoff2006-06-161-14/+28
* cvsimport: ignore CVSPS_NO_BRANCH and impossible branchesMartin Langhoff2006-06-161-1/+16
* cvsimport: avoid "use" with :tagJeff King2006-05-251-1/+1
* cvsimport: set up commit environment in perl instead of using envJeff King2006-05-231-7/+6
* cvsimport: do not barf on creation of an empty file.Junio C Hamano2006-05-231-1/+1
* cvsimport: introduce _fetchfile() method and used a 1M buffer to read()Martin Langhoff2006-05-231-17/+19
* cvsimport: cleanup commit functionJeff King2006-05-231-86/+64
* cvsimport: use git-update-index --index-infoJeff King2006-05-231-23/+13
* cvsimport: repack every kilo-commits.Linus Torvalds2006-05-231-1/+5
* cvsimport: introduce -L<imit> option to workaround memory leaksMartin Langhoff2006-05-231-2/+6
* cvsimport: replace anonymous sub ref with a normal subMartin Langhoff2006-05-221-3/+3
* cvsimport: minor fixupsMartin Langhoff2006-05-221-0/+3
* git-cvsimport: Handle "Removed" from pserverElrond2006-05-171-1/+1
* cvsimport: use git-update-ref when updatingJohannes Schindelin2006-04-041-5/+1
* cvsimport: fix reading from rev-parseJunio C Hamano2006-03-181-0/+1
* cvsimport: honor -i and non -i upon subsequent importsJunio C Hamano2006-03-171-1/+17
* cvsimport: Remove master-updating codeMatthias Urlichs2006-03-071-25/+2
* cvsimport: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-1/+5
* Fix retries in git-cvsimportv1.2.2Martin Mares2006-02-181-8/+5
* cvsimport: Add -S <skipfileregex> support and -v announces files retrievedMartin Langhoff2006-01-291-4/+15
* cvsimport: ease migration from CVSROOT/users formatJunio C Hamano2006-01-151-9/+20
* git-cvsimport: Add -A <author-conv-file> optionAndreas Ericsson2006-01-151-6/+50
* Substitute "/" with $opt_s in tag names as well as branch namesJoe English2006-01-061-0/+1
* cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson2005-11-251-1/+1
* symref support for import scriptsPavel Roskin2005-11-161-3/+6
* cvsimport: cvsps should be quiet tooMartin Langhoff2005-11-011-0/+1
* cvsimport: introduce -P <cvsps-output-file> optionMartin Langhoff2005-11-011-4/+8
* cvsimport: catch error condition where cvs host disappearsMartin Langhoff2005-11-011-0/+4
* Fix cvsimport warning when called without --no-cvs-directJohannes Schindelin2005-10-181-1/+1
* Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano2005-10-161-3/+3
|\
| * cvsimport: report merge parentsMatthias Urlichs2005-10-101-3/+3
* | [PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff2005-10-111-1/+4
|/
* Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano2005-10-011-7/+11