summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
AgeCommit message (Expand)AuthorFilesLines
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