Age | Commit message (Expand) | Author | Files | Lines |
2013-02-24 | git-cvsexportcommit: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
2012-01-11 | git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYS | Sebastian Schuberth | 1 | -0/+7 |
2010-09-27 | perl: use "use warnings" instead of -w | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2010-09-27 | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2009-07-06 | Avoid generating a warning if $fullname{$file} is undefined | Nick Woolley | 1 | -1/+2 |
2009-07-06 | Remove archaic use of regex capture \1 in favour of $1 | Nick Woolley | 1 | -1/+1 |
2009-06-18 | Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki... | Alex Bennée | 1 | -3/+22 |
2009-05-28 | git-cvsexportcommit can't commit files which have been removed from CVS | Nick Woolley | 1 | -14/+35 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-05-25 | Merge branch 'js/cvsexportcommit' | Junio C Hamano | 1 | -6/+32 |
2008-05-21 | cvsexportcommit: Create config option for CVS dir | Trent Piepho | 1 | -0/+5 |
2008-05-15 | cvsexportcommit: introduce -W for shared working trees (between Git and CVS) | Johannes Schindelin | 1 | -5/+30 |
2008-05-15 | cvsexportcommit: chomp only removes trailing whitespace | Johannes Schindelin | 1 | -1/+2 |
2008-02-20 | Merge branch 'js/maint-cvsexport' | Junio C Hamano | 1 | -8/+32 |
2008-02-19 | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 1 | -8/+32 |
2008-02-12 | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 1 | -6/+5 |
2007-12-14 | cvsexportcommit: fix massive commits | Jeff King | 1 | -14/+23 |
2007-11-01 | cvsexportcommit: Add switch to specify CVS workdir | Robin Rosenberg | 1 | -12/+27 |
2007-11-01 | Merge branch 'bk/maint-cvsexportcommit' | Junio C Hamano | 1 | -3/+10 |
2007-10-31 | cvsexportcommit: fix for commits that do not have parents | Brad King | 1 | -3/+10 |
2007-10-19 | Merge branch 'maint' | Shawn O. Pearce | 1 | -0/+11 |
2007-10-18 | Ensure we add directories in the correct order | Alex Bennee | 1 | -0/+11 |
2007-10-16 | git-cvsexportcommit.perl: git-apply no longer needs --binary | Michael Witten | 1 | -2/+2 |
2007-10-16 | cvsexportcommit: get rid of temporary directory | Johannes Schindelin | 1 | -5/+0 |
2007-07-24 | cvsexportcommit: avoid racy CVS problem. | Robin Rosenberg | 1 | -0/+5 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-05-24 | Add option to cvs update before export | Robin Rosenberg | 1 | -2/+6 |
2007-05-14 | Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc... | Steffen Prohaska | 1 | -15/+30 |
2007-04-09 | cvsexportcommit -p : fix the usage of git-apply -C. | Tomash Brechko | 1 | -3/+8 |
2007-02-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2007-02-28 | git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs. | Gerrit Pape | 1 | -1/+2 |
2007-02-20 | Allow passing of an alternative CVSROOT via -d. | Simon 'corecode' Schubert | 1 | -10/+17 |
2007-02-05 | Allow forcing of a parent commit, even if the parent is not a direct one. | Simon 'corecode' Schubert | 1 | -3/+3 |
2006-12-11 | Make cvsexportcommit work with filenames with spaces and non-ascii characters. | Robin Rosenberg | 1 | -138/+65 |
2006-12-04 | Set permissions of each new file before "cvs add"ing it. | Jim Meyering | 1 | -0/+13 |
2006-11-13 | Rework cvsexportcommit to handle binary files for all cases. | Robin Rosenberg | 1 | -20/+50 |
2006-09-29 | Make cvsexportcommit remove files. | Robin Rosenberg | 1 | -1/+1 |
2006-07-23 | cvsexportcommit - add -a (add author line) flag, cleanup warnings | Martin Langhoff | 1 | -12/+38 |
2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -2/+2 |
2006-07-09 | git-cvsexportcommit can't handle merge commits correctly | Peter Baumann | 1 | -2/+2 |
2006-06-17 | git-cvsexportcommit.perl: fix typo | Sven Verdoolaege | 1 | -1/+1 |
2006-05-28 | Make cvsexportcommit create parent directories as needed. | Yann Dirson | 1 | -5/+32 |
2006-05-28 | Document current cvsexportcommit limitations. | Yann Dirson | 1 | -0/+7 |
2006-05-28 | Do not call 'cmp' with non-existant -q flag. | Yann Dirson | 1 | -1/+1 |
2006-04-26 | git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups. | Martin Langhoff | 1 | -7/+15 |
2006-01-29 | exportcommit: replace backticks with safe_pipe_capture() or system() - initia... | Martin Langhoff | 1 | -20/+33 |
2006-01-06 | Teach cvsexportcommit to add new files | Yann Dirson | 1 | -2/+10 |
2005-11-16 | GIT 0.99.9j aka 1.0rc3 | Junio C Hamano | 1 | -6/+6 |
2005-11-08 | Fix cvsexportcommit syntax error | Alexander Litvinov | 1 | -1/+1 |
2005-11-07 | Introducing: git-cvsexportcommit | Martin Langhoff | 1 | -0/+225 |