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