| Commit message (Expand) | Author | Age |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-05 |
|\ |
|
| * | git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout. | Jim Meyering | 2008-08-05 |
* | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
|/ |
|
* | git-cvsimport: do not fail when CVSROOT is / | Philippe Bruhat (BooK) | 2008-06-10 |
* | Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them. | Paul Oliver | 2008-05-25 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-29 |
|\ |
|
| * | cvsimport: always pass user data to "system" as a list | Jeff King | 2008-04-29 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-12 |
|\ \
| |/ |
|
| * | git-cvsimport: fix merging with remote parent branch | Marc-Andre Lureau | 2008-03-12 |
* | | cvsimport: allow for multiple -M options | Philippe Bruhat (BooK | 2008-03-01 |
* | | cvsimport: have default merge regex allow for dashes in the branch name | Philippe Bruhat (BooK | 2008-03-01 |
|/ |
|
* | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 2008-02-13 |
* | cvsimport: remove last use of repo-config from git standard tools | Dan McGee | 2008-01-13 |
* | cvsimport: die on cvsps errors | Jeff King | 2007-12-23 |
* | Small comment fix for git-cvsimport. | Stefan Sperling | 2007-12-22 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-30 |
|\ |
|
| * | cvsimport: fix usage of cvsimport.module | Jeff King | 2007-11-30 |
| * | cvsimport: miscellaneous packed-ref fixes | Jeff King | 2007-11-28 |
| * | cvsimport: use rev-parse to support packed refs | Jeff King | 2007-11-28 |
* | | git-cvsimport: fix handling of user name when it is not set in CVSROOT | Gordon Hopper | 2007-11-09 |
|/ |
|
* | git-cvsimport: really convert underscores in branch names to dots with -u | Gerrit Pape | 2007-11-03 |
* | (cvs|svn)import: Ask git-tag to overwrite old tags. | Michael Smith | 2007-09-07 |
* | git-cvsimport: force checkout of working tree after initial import | Gerrit Pape | 2007-06-28 |
* | Generate tags with correct timestamp (git-svnimport) | Dave O'Neill | 2007-06-22 |
* | Merge branch 'aw/cvs' | Junio C Hamano | 2007-06-12 |
|\ |
|
| * | cvsimport: add <remote>/HEAD reference in separate remotes more | Andy Whitcroft | 2007-06-06 |
| * | cvsimport: update documentation to include separate remotes option | Andy Whitcroft | 2007-06-06 |
| * | cvsimport: add support for new style remote layout | Andy Whitcroft | 2007-06-06 |
* | | Merge branch 'ep/cvstag' | Junio C Hamano | 2007-06-12 |
|\ \ |
|
| * | | Use git-tag in git-cvsimport | Elvis Pranskevichus | 2007-06-06 |
* | | | War on whitespace | Junio C Hamano | 2007-06-07 |
|/ / |
|
* | | git-cvsimport: Make sure to use $git_dir always instead of .git sometimes | Michael Milligan | 2007-06-06 |
|/ |
|
* | Use git-for-each-ref to check whether the origin branch exists. | Stephan Springl | 2007-05-23 |
* | cvsimport: Improve usage error reporting | Frank Lichtenheld | 2007-04-06 |
* | cvsimport: sync usage lines with existing options | Frank Lichtenheld | 2007-04-06 |
* | Read cvsimport options from repo-config | James Bowes | 2007-02-07 |
* | cvsimport: activate -a option, really. | Junio C Hamano | 2007-01-22 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 |
* | cvsimport: cleanup temporary cvsps file | Martin Langhoff | 2007-01-08 |
* | cvsimport: skip commits that are too recent (option and documentation) | Martin Langhoff | 2007-01-08 |
* | cvsimport: skip commits that are too recent | Martin Langhoff | 2007-01-07 |
* | cvsimport: style fixup. | Junio C Hamano | 2006-11-27 |
* | git-cvsimport: add support for CVS pserver method HTTP/1.x proxying | IƱaki Arenaza | 2006-11-24 |
* | Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed... | Jim Meyering | 2006-11-15 |
* | cvsimport: move over to using git-for-each-ref to read refs. | Andy Whitcroft | 2006-09-20 |
* | cvsimport - cleanup of the multi-indexes handling | Martin Langhoff | 2006-06-28 |
* | cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch} | Johannes Schindelin | 2006-06-24 |
* | cvsimport: setup indexes correctly for ancestors and incremental imports | Martin Langhoff | 2006-06-24 |
* | cvsimport: keep one index per branch during import | Martin Langhoff | 2006-06-16 |
* | cvsimport: complete the cvsps run before starting the import | Martin Langhoff | 2006-06-16 |