summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
AgeCommit message (Expand)AuthorFilesLines
2012-01-11git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYSLibravatar Sebastian Schuberth1-0/+7
2010-09-27perl: use "use warnings" instead of -wLibravatar Ævar Arnfjörð Bjarmason1-1/+2
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedLibravatar Nick Woolley1-1/+2
2009-07-06Remove archaic use of regex capture \1 in favour of $1Libravatar Nick Woolley1-1/+1
2009-06-18Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Libravatar Alex Bennée1-3/+22
2009-05-28git-cvsexportcommit can't commit files which have been removed from CVSLibravatar Nick Woolley1-14/+35
2008-07-13Make usage strings dash-lessLibravatar Stephan Beyer1-1/+1
2008-05-25Merge branch 'js/cvsexportcommit'Libravatar Junio C Hamano1-6/+32
2008-05-21cvsexportcommit: Create config option for CVS dirLibravatar Trent Piepho1-0/+5
2008-05-15cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Libravatar Johannes Schindelin1-5/+30
2008-05-15cvsexportcommit: chomp only removes trailing whitespaceLibravatar Johannes Schindelin1-1/+2
2008-02-20Merge branch 'js/maint-cvsexport'Libravatar Junio C Hamano1-8/+32
2008-02-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsLibravatar Johannes Schindelin1-8/+32
2008-02-12Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRLibravatar Johan Herland1-6/+5
2007-12-14cvsexportcommit: fix massive commitsLibravatar Jeff King1-14/+23
2007-11-01cvsexportcommit: Add switch to specify CVS workdirLibravatar Robin Rosenberg1-12/+27
2007-11-01Merge branch 'bk/maint-cvsexportcommit'Libravatar Junio C Hamano1-3/+10
2007-10-31cvsexportcommit: fix for commits that do not have parentsLibravatar Brad King1-3/+10
2007-10-19Merge branch 'maint'Libravatar Shawn O. Pearce1-0/+11
2007-10-18Ensure we add directories in the correct orderLibravatar Alex Bennee1-0/+11
2007-10-16git-cvsexportcommit.perl: git-apply no longer needs --binaryLibravatar Michael Witten1-2/+2
2007-10-16cvsexportcommit: get rid of temporary directoryLibravatar Johannes Schindelin1-5/+0
2007-07-24cvsexportcommit: avoid racy CVS problem.Libravatar Robin Rosenberg1-0/+5
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-05-24Add option to cvs update before exportLibravatar Robin Rosenberg1-2/+6
2007-05-14Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Libravatar Steffen Prohaska1-15/+30
2007-04-09cvsexportcommit -p : fix the usage of git-apply -C.Libravatar Tomash Brechko1-3/+8
2007-02-28Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Libravatar Gerrit Pape1-1/+2
2007-02-20Allow passing of an alternative CVSROOT via -d.Libravatar Simon 'corecode' Schubert1-10/+17
2007-02-05Allow forcing of a parent commit, even if the parent is not a direct one.Libravatar Simon 'corecode' Schubert1-3/+3
2006-12-11Make cvsexportcommit work with filenames with spaces and non-ascii characters.Libravatar Robin Rosenberg1-138/+65
2006-12-04Set permissions of each new file before "cvs add"ing it.Libravatar Jim Meyering1-0/+13
2006-11-13Rework cvsexportcommit to handle binary files for all cases.Libravatar Robin Rosenberg1-20/+50
2006-09-29Make cvsexportcommit remove files.Libravatar Robin Rosenberg1-1/+1
2006-07-23cvsexportcommit - add -a (add author line) flag, cleanup warningsLibravatar Martin Langhoff1-12/+38
2006-07-10Fix more typos, primarily in the codeLibravatar Pavel Roskin1-2/+2
2006-07-09git-cvsexportcommit can't handle merge commits correctlyLibravatar Peter Baumann1-2/+2
2006-06-17git-cvsexportcommit.perl: fix typoLibravatar Sven Verdoolaege1-1/+1
2006-05-28Make cvsexportcommit create parent directories as needed.Libravatar Yann Dirson1-5/+32
2006-05-28Document current cvsexportcommit limitations.Libravatar Yann Dirson1-0/+7
2006-05-28Do not call 'cmp' with non-existant -q flag.Libravatar Yann Dirson1-1/+1
2006-04-26git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Libravatar Martin Langhoff1-7/+15
2006-01-29exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Libravatar Martin Langhoff1-20/+33
2006-01-06Teach cvsexportcommit to add new filesLibravatar Yann Dirson1-2/+10
2005-11-16GIT 0.99.9j aka 1.0rc3Libravatar Junio C Hamano1-6/+6
2005-11-08Fix cvsexportcommit syntax errorLibravatar Alexander Litvinov1-1/+1
2005-11-07Introducing: git-cvsexportcommitLibravatar Martin Langhoff1-0/+225