summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
Commit message (Expand)AuthorAgeFilesLines
* cvsexportcommit: do not run git programs in dashed formJunio C Hamano2020-08-261-8/+8
* git-cvsexportcommit: support Perl before 5.10.1brian m. carlson2020-08-051-1/+1
* git-cvsexportcommit: port to SHA-256brian m. carlson2020-06-221-5/+9
* cvsexportcommit: force crlf translationDustin Spicuzza2019-05-071-0/+1
* git-cvsexportcommit: use a lowercase "usage:" stringDavid Aguilar2013-02-241-1/+1
* git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYSss/maint-msys-cvsexportcommitSebastian Schuberth2012-01-111-0/+7
* perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-271-1/+2
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
* Avoid generating a warning if $fullname{$file} is undefinedNick Woolley2009-07-061-1/+2
* Remove archaic use of regex capture \1 in favour of $1Nick Woolley2009-07-061-1/+1
* Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée2009-06-181-3/+22
* git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley2009-05-281-14/+35
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'js/cvsexportcommit'Junio C Hamano2008-05-251-6/+32
|\
| * cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-151-5/+30
| * cvsexportcommit: chomp only removes trailing whitespaceJohannes Schindelin2008-05-151-1/+2
* | cvsexportcommit: Create config option for CVS dirTrent Piepho2008-05-211-0/+5
|/
* Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-201-8/+32
|\
| * cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-191-8/+32
* | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-121-6/+5
|/
* cvsexportcommit: fix massive commitsJeff King2007-12-141-14/+23
* cvsexportcommit: Add switch to specify CVS workdirRobin Rosenberg2007-11-011-12/+27
* Merge branch 'bk/maint-cvsexportcommit'Junio C Hamano2007-11-011-3/+10
|\
| * cvsexportcommit: fix for commits that do not have parentsBrad King2007-10-311-3/+10
* | Merge branch 'maint'Shawn O. Pearce2007-10-191-0/+11
|\ \ | |/
| * Ensure we add directories in the correct orderAlex Bennee2007-10-181-0/+11
* | git-cvsexportcommit.perl: git-apply no longer needs --binaryMichael Witten2007-10-161-2/+2
* | cvsexportcommit: get rid of temporary directoryJohannes Schindelin2007-10-161-5/+0
|/
* cvsexportcommit: avoid racy CVS problem.Robin Rosenberg2007-07-241-0/+5
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Add option to cvs update before exportRobin Rosenberg2007-05-241-2/+6
* Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Steffen Prohaska2007-05-141-15/+30
* cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko2007-04-091-3/+8
* Merge branch 'maint'Junio C Hamano2007-02-281-1/+2
|\
| * git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape2007-02-281-1/+2
* | Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert2007-02-201-10/+17
|/
* Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert2007-02-051-3/+3
* Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg2006-12-111-138/+65
* Set permissions of each new file before "cvs add"ing it.Jim Meyering2006-12-041-0/+13
* Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg2006-11-131-20/+50
* Make cvsexportcommit remove files.Robin Rosenberg2006-09-291-1/+1
* cvsexportcommit - add -a (add author line) flag, cleanup warningsMartin Langhoff2006-07-231-12/+38
* Fix more typos, primarily in the codePavel Roskin2006-07-101-2/+2
* git-cvsexportcommit can't handle merge commits correctlyPeter Baumann2006-07-091-2/+2
* git-cvsexportcommit.perl: fix typoSven Verdoolaege2006-06-171-1/+1
* Make cvsexportcommit create parent directories as needed.Yann Dirson2006-05-281-5/+32
* Document current cvsexportcommit limitations.Yann Dirson2006-05-281-0/+7
* Do not call 'cmp' with non-existant -q flag.Yann Dirson2006-05-281-1/+1
* git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Martin Langhoff2006-04-261-7/+15
* exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff2006-01-291-20/+33