summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
AgeCommit message (Expand)Author
2013-02-24git-cvsexportcommit: use a lowercase "usage:" stringDavid Aguilar
2012-01-12git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYSSebastian Schuberth
2010-09-27perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedNick Woolley
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley
2009-06-18Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée
2009-05-29git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-25Merge branch 'js/cvsexportcommit'Junio C Hamano
2008-05-21cvsexportcommit: Create config option for CVS dirTrent Piepho
2008-05-15cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin
2008-05-15cvsexportcommit: chomp only removes trailing whitespaceJohannes Schindelin
2008-02-21Merge branch 'js/maint-cvsexport'Junio C Hamano
2008-02-20cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin
2008-02-13Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland
2007-12-14cvsexportcommit: fix massive commitsJeff King
2007-11-02cvsexportcommit: Add switch to specify CVS workdirRobin Rosenberg
2007-11-01Merge branch 'bk/maint-cvsexportcommit'Junio C Hamano
2007-11-01cvsexportcommit: fix for commits that do not have parentsBrad King
2007-10-19Merge branch 'maint'Shawn O. Pearce
2007-10-19Ensure we add directories in the correct orderAlex Bennee
2007-10-17git-cvsexportcommit.perl: git-apply no longer needs --binaryMichael Witten
2007-10-16cvsexportcommit: get rid of temporary directoryJohannes Schindelin
2007-07-25cvsexportcommit: avoid racy CVS problem.Robin Rosenberg
2007-06-07War on whitespaceJunio C Hamano
2007-05-25Add option to cvs update before exportRobin Rosenberg
2007-05-15Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Steffen Prohaska
2007-04-10cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko
2007-02-28Merge branch 'maint'Junio C Hamano
2007-02-28git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape
2007-02-21Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert
2007-02-05Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert
2006-12-11Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg
2006-12-04Set permissions of each new file before "cvs add"ing it.Jim Meyering
2006-11-13Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg
2006-09-29Make cvsexportcommit remove files.Robin Rosenberg
2006-07-24cvsexportcommit - add -a (add author line) flag, cleanup warningsMartin Langhoff
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-09git-cvsexportcommit can't handle merge commits correctlyPeter Baumann
2006-06-17git-cvsexportcommit.perl: fix typoSven Verdoolaege
2006-05-28Make cvsexportcommit create parent directories as needed.Yann Dirson
2006-05-28Document current cvsexportcommit limitations.Yann Dirson
2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson
2006-04-26git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Martin Langhoff
2006-01-30exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff
2006-01-06Teach cvsexportcommit to add new filesYann Dirson
2005-11-17GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano
2005-11-09Fix cvsexportcommit syntax errorAlexander Litvinov
2005-11-07Introducing: git-cvsexportcommitMartin Langhoff