| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-24 | git-cvsimport: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
| 2013-02-09 | cvsimport: format commit timestamp ourselves without using strftime | Ben Walton | 1 | -1/+4 |
| 2012-11-04 | cvsimport: work around perl tzset issue | Jeff King | 1 | -4/+13 |
| 2012-10-16 | git-cvsimport: allow author-specific timezones | Chris Rorvick | 1 | -4/+18 |
| 2012-09-06 | cvsimport: strip all inappropriate tag strings | Ken Dreyer | 1 | -3/+30 |
| 2011-05-06 | Merge branch 'gr/cvsimport-alternative-cvspass-location' | Junio C Hamano | 1 | -12/+41 |
| 2011-05-01 | Look for password in both CVS and CVSNT password files. | Guy Rouillier | 1 | -12/+41 |
| 2011-02-27 | git-cvsimport.perl: Bail out right away when reading from the server fails | Fabian Keil | 1 | -1/+3 |
| 2011-01-05 | Merge branch 'mg/cvsimport' | Junio C Hamano | 1 | -9/+26 |
| 2011-01-04 | cvsimport: handle the parsing of uppercase config options | Michael J Gruber | 1 | -2/+19 |
| 2010-11-29 | cvsimport: partial whitespace cleanup | Michael J Gruber | 1 | -8/+8 |
| 2010-10-26 | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 1 | -1/+2 |
| 2010-10-19 | {cvs,svn}import: use the new 'git read-tree --empty' | Thomas Rast | 1 | -1/+1 |
| 2010-09-27 | perl: use "use warnings" instead of -w | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2010-09-27 | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2010-02-06 | cvsimport: new -R option: generate .git/cvs-revisions mapping | Aaron Crane | 1 | -4/+17 |
| 2010-01-19 | cvsimport: standarize system() calls to external git tools | Ben Walton | 1 | -5/+5 |
| 2010-01-19 | cvsimport: standarize open() calls to external git tools | Ben Walton | 1 | -4/+4 |
| 2010-01-19 | cvsimport: modernize callouts to git subcommands | Ben Walton | 1 | -32/+32 |
| 2009-10-19 | cvsimport: fix relative argument filenames | Jeff King | 1 | -3/+14 |
| 2009-09-17 | cvs: initialize empty password | Clemens Buchacher | 1 | -0/+1 |
| 2009-09-05 | Do not scramble password read from .cvspass | Pascal Obry | 1 | -3/+3 |
| 2009-08-14 | git-cvsimport: add support for cvs pserver password scrambling. | Dirk Hoerner | 1 | -1/+38 |
| 2008-08-05 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-08-05 | git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout. | Jim Meyering | 1 | -1/+1 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-06-10 | git-cvsimport: do not fail when CVSROOT is / | Philippe Bruhat (BooK) | 1 | -0/+1 |
| 2008-05-25 | Make git-cvsimport remove ['s from tags, as bad_ref_char doesn't allow them. | Paul Oliver | 1 | -0/+1 |
| 2008-04-29 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+1 |
| 2008-04-29 | cvsimport: always pass user data to "system" as a list | Jeff King | 1 | -1/+1 |
| 2008-03-12 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-03-12 | git-cvsimport: fix merging with remote parent branch | Marc-Andre Lureau | 1 | -1/+1 |
| 2008-03-01 | cvsimport: allow for multiple -M options | Philippe Bruhat (BooK | 1 | -5/+10 |
| 2008-03-01 | cvsimport: have default merge regex allow for dashes in the branch name | Philippe Bruhat (BooK | 1 | -1/+1 |
| 2008-02-13 | cvsimport: have default merge regex also match beginning of commit message | Gerrit Pape | 1 | -1/+1 |
| 2008-01-13 | cvsimport: remove last use of repo-config from git standard tools | Dan McGee | 1 | -3/+3 |
| 2007-12-23 | cvsimport: die on cvsps errors | Jeff King | 1 | -0/+1 |
| 2007-12-22 | Small comment fix for git-cvsimport. | Stefan Sperling | 1 | -1/+1 |
| 2007-11-30 | Merge branch 'maint' | Junio C Hamano | 1 | -30/+23 |
| 2007-11-30 | cvsimport: fix usage of cvsimport.module | Jeff King | 1 | -4/+4 |
| 2007-11-28 | cvsimport: miscellaneous packed-ref fixes | Jeff King | 1 | -11/+9 |
| 2007-11-28 | cvsimport: use rev-parse to support packed refs | Jeff King | 1 | -15/+10 |
| 2007-11-09 | git-cvsimport: fix handling of user name when it is not set in CVSROOT | Gordon Hopper | 1 | -1/+2 |
| 2007-11-03 | git-cvsimport: really convert underscores in branch names to dots with -u | Gerrit Pape | 1 | -0/+1 |
| 2007-09-07 | (cvs|svn)import: Ask git-tag to overwrite old tags. | Michael Smith | 1 | -1/+1 |
| 2007-06-28 | git-cvsimport: force checkout of working tree after initial import | Gerrit Pape | 1 | -1/+1 |
| 2007-06-22 | Generate tags with correct timestamp (git-svnimport) | Dave O'Neill | 1 | -1/+0 |
| 2007-06-12 | Merge branch 'aw/cvs' | Junio C Hamano | 1 | -15/+25 |
| 2007-06-12 | Merge branch 'ep/cvstag' | Junio C Hamano | 1 | -23/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -6/+6 |
| 2007-06-06 | Use git-tag in git-cvsimport | Elvis Pranskevichus | 1 | -24/+2 |
| 2007-06-06 | git-cvsimport: Make sure to use $git_dir always instead of .git sometimes | Michael Milligan | 1 | -3/+3 |
| 2007-06-06 | cvsimport: add <remote>/HEAD reference in separate remotes more | Andy Whitcroft | 1 | -0/+2 |
| 2007-06-06 | cvsimport: update documentation to include separate remotes option | Andy Whitcroft | 1 | -1/+1 |
| 2007-06-06 | cvsimport: add support for new style remote layout | Andy Whitcroft | 1 | -14/+22 |
| 2007-05-23 | Use git-for-each-ref to check whether the origin branch exists. | Stephan Springl | 1 | -5/+5 |
| 2007-04-06 | cvsimport: Improve usage error reporting | Frank Lichtenheld | 1 | -4/+6 |
| 2007-04-06 | cvsimport: sync usage lines with existing options | Frank Lichtenheld | 1 | -2/+3 |
| 2007-02-07 | Read cvsimport options from repo-config | James Bowes | 1 | -1/+29 |
| 2007-01-22 | cvsimport: activate -a option, really. | Junio C Hamano | 1 | -1/+1 |
| 2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -2/+2 |
| 2007-01-08 | cvsimport: cleanup temporary cvsps file | Martin Langhoff | 1 | -5/+11 |
| 2007-01-08 | cvsimport: skip commits that are too recent (option and documentation) | Martin Langhoff | 1 | -3/+5 |
| 2007-01-07 | cvsimport: skip commits that are too recent | Martin Langhoff | 1 | -0/+14 |
| 2006-11-27 | cvsimport: style fixup. | Junio C Hamano | 1 | -84/+84 |
| 2006-11-24 | git-cvsimport: add support for CVS pserver method HTTP/1.x proxying | Iñaki Arenaza | 1 | -5/+49 |
| 2006-11-15 | Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed... | Jim Meyering | 1 | -0/+10 |
| 2006-09-20 | cvsimport: move over to using git-for-each-ref to read refs. | Andy Whitcroft | 1 | -15/+10 |
| 2006-06-28 | cvsimport - cleanup of the multi-indexes handling | Martin Langhoff | 1 | -38/+24 |
| 2006-06-24 | cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch} | Johannes Schindelin | 1 | -7/+8 |
| 2006-06-24 | cvsimport: setup indexes correctly for ancestors and incremental imports | Martin Langhoff | 1 | -17/+22 |
| 2006-06-16 | cvsimport: keep one index per branch during import | Martin Langhoff | 1 | -7/+30 |
| 2006-06-16 | cvsimport: complete the cvsps run before starting the import | Martin Langhoff | 1 | -14/+28 |
| 2006-06-16 | cvsimport: ignore CVSPS_NO_BRANCH and impossible branches | Martin Langhoff | 1 | -1/+16 |
| 2006-05-25 | cvsimport: avoid "use" with :tag | Jeff King | 1 | -1/+1 |
| 2006-05-23 | cvsimport: set up commit environment in perl instead of using env | Jeff King | 1 | -7/+6 |
| 2006-05-23 | cvsimport: do not barf on creation of an empty file. | Junio C Hamano | 1 | -1/+1 |
| 2006-05-23 | cvsimport: introduce _fetchfile() method and used a 1M buffer to read() | Martin Langhoff | 1 | -17/+19 |
| 2006-05-23 | cvsimport: cleanup commit function | Jeff King | 1 | -86/+64 |
| 2006-05-23 | cvsimport: use git-update-index --index-info | Jeff King | 1 | -23/+13 |
| 2006-05-23 | cvsimport: repack every kilo-commits. | Linus Torvalds | 1 | -1/+5 |
| 2006-05-23 | cvsimport: introduce -L<imit> option to workaround memory leaks | Martin Langhoff | 1 | -2/+6 |
| 2006-05-22 | cvsimport: replace anonymous sub ref with a normal sub | Martin Langhoff | 1 | -3/+3 |
| 2006-05-22 | cvsimport: minor fixups | Martin Langhoff | 1 | -0/+3 |
| 2006-05-17 | git-cvsimport: Handle "Removed" from pserver | Elrond | 1 | -1/+1 |
| 2006-04-04 | cvsimport: use git-update-ref when updating | Johannes Schindelin | 1 | -5/+1 |
| 2006-03-18 | cvsimport: fix reading from rev-parse | Junio C Hamano | 1 | -0/+1 |
| 2006-03-17 | cvsimport: honor -i and non -i upon subsequent imports | Junio C Hamano | 1 | -1/+17 |
| 2006-03-07 | cvsimport: Remove master-updating code | Matthias Urlichs | 1 | -25/+2 |
| 2006-02-20 | cvsimport: avoid open "-|" list form for Perl 5.6 | Junio C Hamano | 1 | -1/+5 |
| 2006-02-18 | Fix retries in git-cvsimportv1.2.2 | Martin Mares | 1 | -8/+5 |
| 2006-01-29 | cvsimport: Add -S <skipfileregex> support and -v announces files retrieved | Martin Langhoff | 1 | -4/+15 |
| 2006-01-15 | cvsimport: ease migration from CVSROOT/users format | Junio C Hamano | 1 | -9/+20 |
| 2006-01-15 | git-cvsimport: Add -A <author-conv-file> option | Andreas Ericsson | 1 | -6/+50 |
| 2006-01-06 | Substitute "/" with $opt_s in tag names as well as branch names | Joe English | 1 | -0/+1 |
| 2005-11-25 | cvsimport: Don't let local settings hinder cvs user-migration. | Andreas Ericsson | 1 | -1/+1 |
| 2005-11-16 | symref support for import scripts | Pavel Roskin | 1 | -3/+6 |
| 2005-11-01 | cvsimport: cvsps should be quiet too | Martin Langhoff | 1 | -0/+1 |
| 2005-11-01 | cvsimport: introduce -P <cvsps-output-file> option | Martin Langhoff | 1 | -4/+8 |
| 2005-11-01 | cvsimport: catch error condition where cvs host disappears | Martin Langhoff | 1 | -0/+4 |
| 2005-10-18 | Fix cvsimport warning when called without --no-cvs-direct | Johannes Schindelin | 1 | -1/+1 |
| 2005-10-16 | Merge branch 'svn' of http://netz.smurf.noris.de/git/git | Junio C Hamano | 1 | -3/+3 |
| 2005-10-11 | [PATCH] cvsimport: don't pass --cvs-direct if user options contradict us | Martin Langhoff | 1 | -1/+4 |
| 2005-10-10 | cvsimport: report merge parents | Matthias Urlichs | 1 | -3/+3 |
| 2005-10-01 | Pass CVSps generated A U Thor <author@domain.xz> intact. | Junio C Hamano | 1 | -7/+11 |
| 2005-09-07 | Big tool rename. | Junio C Hamano | 1 | -0/+823 |