aboutsummaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
Commit message (Expand)AuthorAge
* git-cvsexportcommit: use a lowercase "usage:" stringDavid Aguilar2013-02-24
* git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYSSebastian Schuberth2012-01-11
* perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-27
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-27
* Avoid generating a warning if $fullname{$file} is undefinedNick Woolley2009-07-06
* Remove archaic use of regex capture \1 in favour of $1Nick Woolley2009-07-06
* Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée2009-06-18
* git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley2009-05-28
* Make usage strings dash-lessStephan Beyer2008-07-13
* Merge branch 'js/cvsexportcommit'Junio C Hamano2008-05-25
|\
| * cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-15
| * cvsexportcommit: chomp only removes trailing whitespaceJohannes Schindelin2008-05-15
* | cvsexportcommit: Create config option for CVS dirTrent Piepho2008-05-21
|/
* Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-20
|\
| * cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-19
* | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-12
|/
* cvsexportcommit: fix massive commitsJeff King2007-12-14
* cvsexportcommit: Add switch to specify CVS workdirRobin Rosenberg2007-11-01
* Merge branch 'bk/maint-cvsexportcommit'Junio C Hamano2007-11-01
|\
| * cvsexportcommit: fix for commits that do not have parentsBrad King2007-10-31
* | Merge branch 'maint'Shawn O. Pearce2007-10-19
|\ \ | |/
| * Ensure we add directories in the correct orderAlex Bennee2007-10-18
* | git-cvsexportcommit.perl: git-apply no longer needs --binaryMichael Witten2007-10-16
* | cvsexportcommit: get rid of temporary directoryJohannes Schindelin2007-10-16
|/
* cvsexportcommit: avoid racy CVS problem.Robin Rosenberg2007-07-24
* War on whitespaceJunio C Hamano2007-06-07
* Add option to cvs update before exportRobin Rosenberg2007-05-24
* Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Steffen Prohaska2007-05-14
* cvsexportcommit -p : fix the usage of git-apply -C.Tomash Brechko2007-04-09
* Merge branch 'maint'Junio C Hamano2007-02-28
|\
| * git-cvsexportcommit: don't cleanup .msg if not yet committed to cvs.Gerrit Pape2007-02-28
* | Allow passing of an alternative CVSROOT via -d.Simon 'corecode' Schubert2007-02-20
|/
* Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert2007-02-05
* Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg2006-12-11
* Set permissions of each new file before "cvs add"ing it.Jim Meyering2006-12-04
* Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg2006-11-13
* Make cvsexportcommit remove files.Robin Rosenberg2006-09-29
* cvsexportcommit - add -a (add author line) flag, cleanup warningsMartin Langhoff2006-07-23
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* git-cvsexportcommit can't handle merge commits correctlyPeter Baumann2006-07-09
* git-cvsexportcommit.perl: fix typoSven Verdoolaege2006-06-17
* Make cvsexportcommit create parent directories as needed.Yann Dirson2006-05-28
* Document current cvsexportcommit limitations.Yann Dirson2006-05-28
* Do not call 'cmp' with non-existant -q flag.Yann Dirson2006-05-28
* git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.Martin Langhoff2006-04-26
* exportcommit: replace backticks with safe_pipe_capture() or system() - initia...Martin Langhoff2006-01-29
* Teach cvsexportcommit to add new filesYann Dirson2006-01-06
* GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano2005-11-16
* Fix cvsexportcommit syntax errorAlexander Litvinov2005-11-08
* Introducing: git-cvsexportcommitMartin Langhoff2005-11-07