summaryrefslogtreecommitdiff
path: root/git-cvsimport.perl
Commit message (Expand)AuthorAgeFilesLines
...
* | git-cvsimport: fix handling of user name when it is not set in CVSROOTGordon Hopper2007-11-091-1/+2
|/
* git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape2007-11-031-0/+1
* (cvs|svn)import: Ask git-tag to overwrite old tags.Michael Smith2007-09-071-1/+1
* git-cvsimport: force checkout of working tree after initial importGerrit Pape2007-06-281-1/+1
* Generate tags with correct timestamp (git-svnimport)Dave O'Neill2007-06-221-1/+0
* Merge branch 'aw/cvs'Junio C Hamano2007-06-121-15/+25
|\
| * cvsimport: add <remote>/HEAD reference in separate remotes moreAndy Whitcroft2007-06-061-0/+2
| * cvsimport: update documentation to include separate remotes optionAndy Whitcroft2007-06-061-1/+1
| * cvsimport: add support for new style remote layoutAndy Whitcroft2007-06-061-14/+22
* | Merge branch 'ep/cvstag'Junio C Hamano2007-06-121-23/+1
|\ \
| * | Use git-tag in git-cvsimportElvis Pranskevichus2007-06-061-24/+2
* | | War on whitespaceJunio C Hamano2007-06-071-6/+6
|/ /
* | git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan2007-06-061-3/+3
|/
* 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