aboutsummaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.perl
AgeCommit message (Expand)AuthorFilesLines
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger1-1/+1
2020-08-26cvsexportcommit: do not run git programs in dashed formJunio C Hamano1-8/+8
2020-08-05git-cvsexportcommit: support Perl before 5.10.1brian m. carlson1-1/+1
2020-06-22git-cvsexportcommit: port to SHA-256brian m. carlson1-5/+9
2019-05-07cvsexportcommit: force crlf translationDustin Spicuzza1-0/+1
2013-02-24git-cvsexportcommit: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2012-01-11git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYSSebastian Schuberth1-0/+7
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason1-1/+2
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedNick Woolley1-1/+2
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley1-1/+1
2009-06-18Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée1-3/+22
2009-05-28git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley1-14/+35
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/cvsexportcommit'Junio C Hamano1-6/+32
2008-05-21cvsexportcommit: Create config option for CVS dirTrent Piepho1-0/+5
2008-05-15cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin1-5/+30
2008-05-15cvsexportcommit: chomp only removes trailing whitespaceJohannes Schindelin1-1/+2
2008-02-20Merge branch 'js/maint-cvsexport'Junio C Hamano1-8/+32
2008-02-19cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin1-8/+32
2008-02-12Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland1-6/+5
2007-12-14cvsexportcommit: fix massive commitsJeff King1-14/+23
2007-11-01cvsexportcommit: Add switch to specify CVS workdirRobin Rosenberg1-12/+27
2007-11-01Merge branch 'bk/maint-cvsexportcommit'Junio C Hamano1-3/+10
2007-10-31cvsexportcommit: fix for commits that do not have parentsBrad King1-3/+10
2007-10-19Merge branch 'maint'Shawn O. Pearce1-0/+11
2007-10-18Ensure we add directories in the correct orderAlex Bennee1-0/+11
2007-10-16git-cvsexportcommit.perl: git-apply no longer needs --binaryMichael Witten1-2/+2
2007-10-16cvsexportcommit: get rid of temporary directoryJohannes Schindelin1-5/+0
2007-07-24cvsexportcommit: avoid racy CVS problem.Robin Rosenberg1-0/+5
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-05-24Add option to cvs update before exportRobin Rosenberg1-2/+6
2007-05-14Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Steffen Prohaska1-15/+30
2007-04-09cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko1-3/+8
2007-02-28Merge branch 'maint'Junio C Hamano1-1/+2
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape1-1/+2
2007-02-20Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert1-10/+17
2007-02-05Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert1-3/+3
2006-12-11Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg1-138/+65
2006-12-04Set permissions of each new file before "cvs add"ing it.Jim Meyering1-0/+13
2006-11-13Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg1-20/+50
2006-09-29Make cvsexportcommit remove files.Robin Rosenberg1-1/+1
2006-07-23cvsexportcommit - add -a (add author line) flag, cleanup warningsMartin Langhoff1-12/+38
2006-07-10Fix more typos, primarily in the codePavel Roskin1-2/+2
2006-07-09git-cvsexportcommit can't handle merge commits correctlyPeter Baumann1-2/+2
2006-06-17git-cvsexportcommit.perl: fix typoSven Verdoolaege1-1/+1
2006-05-28Make cvsexportcommit create parent directories as needed.Yann Dirson1-5/+32
2006-05-28Document current cvsexportcommit limitations.Yann Dirson1-0/+7
2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson1-1/+1
2006-04-26git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Martin Langhoff1-7/+15
2006-01-29exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff1-20/+33
2006-01-06Teach cvsexportcommit to add new filesYann Dirson1-2/+10
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-6/+6
2005-11-08Fix cvsexportcommit syntax errorAlexander Litvinov1-1/+1
2005-11-07Introducing: git-cvsexportcommitMartin Langhoff1-0/+225