| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gr/cvsimport-alternative-cvspass-location' | Junio C Hamano | 2011-05-06 | 1 | -12/+41 |
|\ |
|
| * | Look for password in both CVS and CVSNT password files. | Guy Rouillier | 2011-05-01 | 1 | -12/+41 |
* | | git-cvsimport.perl: Bail out right away when reading from the server fails | Fabian Keil | 2011-02-27 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'mg/cvsimport' | Junio C Hamano | 2011-01-05 | 1 | -9/+26 |
|\ |
|
| * | cvsimport: handle the parsing of uppercase config options | Michael J Gruber | 2011-01-04 | 1 | -2/+19 |
| * | cvsimport: partial whitespace cleanup | Michael J Gruber | 2010-11-29 | 1 | -8/+8 |
* | | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 2010-10-26 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | perl: use "use warnings" instead of -w | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -1/+1 |
| * | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 2010-09-27 | 1 | -0/+1 |
* | | {cvs,svn}import: use the new 'git read-tree --empty' | Thomas Rast | 2010-10-19 | 1 | -1/+1 |
|/ |
|
* | cvsimport: new -R option: generate .git/cvs-revisions mapping | Aaron Crane | 2010-02-06 | 1 | -4/+17 |
* | cvsimport: standarize system() calls to external git tools | Ben Walton | 2010-01-19 | 1 | -5/+5 |
* | cvsimport: standarize open() calls to external git tools | Ben Walton | 2010-01-19 | 1 | -4/+4 |
* | cvsimport: modernize callouts to git subcommands | Ben Walton | 2010-01-19 | 1 | -32/+32 |
* | cvsimport: fix relative argument filenames | Jeff King | 2009-10-19 | 1 | -3/+14 |
* | cvs: initialize empty password | Clemens Buchacher | 2009-09-17 | 1 | -0/+1 |
* | Do not scramble password read from .cvspass | Pascal Obry | 2009-09-05 | 1 | -3/+3 |
* | git-cvsimport: add support for cvs pserver password scrambling. | Dirk Hoerner | 2009-08-14 | 1 | -1/+38 |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-05 | 1 | -1/+1 |
|\ |
|
| * | git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout. | Jim Meyering | 2008-08-05 | 1 | -1/+1 |
* | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
|/ |
|
* | git-cvsimport: do not fail when CVSROOT is / | Philippe Bruhat (BooK) | 2008-06-10 | 1 | -0/+1 |
* | Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them. | Paul Oliver | 2008-05-25 | 1 | -0/+1 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-29 | 1 | -1/+1 |
|\ |
|
| * | cvsimport: always pass user data to "system" as a list | Jeff King | 2008-04-29 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | git-cvsimport: fix merging with remote parent branch | Marc-Andre Lureau | 2008-03-12 | 1 | -1/+1 |
* | | cvsimport: allow for multiple -M options | Philippe Bruhat (BooK | 2008-03-01 | 1 | -5/+10 |
* | | cvsimport: have default merge regex allow for dashes in the branch name | Philippe Bruhat (BooK | 2008-03-01 | 1 | -1/+1 |
|/ |
|
* | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 2008-02-13 | 1 | -1/+1 |
* | cvsimport: remove last use of repo-config from git standard tools | Dan McGee | 2008-01-13 | 1 | -3/+3 |
* | cvsimport: die on cvsps errors | Jeff King | 2007-12-23 | 1 | -0/+1 |
* | Small comment fix for git-cvsimport. | Stefan Sperling | 2007-12-22 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-30 | 1 | -30/+23 |
|\ |
|
| * | cvsimport: fix usage of cvsimport.module | Jeff King | 2007-11-30 | 1 | -4/+4 |
| * | cvsimport: miscellaneous packed-ref fixes | Jeff King | 2007-11-28 | 1 | -11/+9 |
| * | cvsimport: use rev-parse to support packed refs | Jeff King | 2007-11-28 | 1 | -15/+10 |
* | | git-cvsimport: fix handling of user name when it is not set in CVSROOT | Gordon Hopper | 2007-11-09 | 1 | -1/+2 |
|/ |
|
* | git-cvsimport: really convert underscores in branch names to dots with -u | Gerrit Pape | 2007-11-03 | 1 | -0/+1 |
* | (cvs|svn)import: Ask git-tag to overwrite old tags. | Michael Smith | 2007-09-07 | 1 | -1/+1 |
* | git-cvsimport: force checkout of working tree after initial import | Gerrit Pape | 2007-06-28 | 1 | -1/+1 |
* | Generate tags with correct timestamp (git-svnimport) | Dave O'Neill | 2007-06-22 | 1 | -1/+0 |
* | Merge branch 'aw/cvs' | Junio C Hamano | 2007-06-12 | 1 | -15/+25 |
|\ |
|
| * | cvsimport: add <remote>/HEAD reference in separate remotes more | Andy Whitcroft | 2007-06-06 | 1 | -0/+2 |
| * | cvsimport: update documentation to include separate remotes option | Andy Whitcroft | 2007-06-06 | 1 | -1/+1 |
| * | cvsimport: add support for new style remote layout | Andy Whitcroft | 2007-06-06 | 1 | -14/+22 |
* | | Merge branch 'ep/cvstag' | Junio C Hamano | 2007-06-12 | 1 | -23/+1 |
|\ \ |
|
| * | | Use git-tag in git-cvsimport | Elvis Pranskevichus | 2007-06-06 | 1 | -24/+2 |
* | | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -6/+6 |
|/ / |
|
* | | git-cvsimport: Make sure to use $git_dir always instead of .git sometimes | Michael Milligan | 2007-06-06 | 1 | -3/+3 |
|/ |
|