summaryrefslogtreecommitdiff
path: root/git-cvsexportcommit.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach cvsexportcommit to add new filesYann Dirson2006-01-061-2/+10
* GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano2005-11-161-6/+6
* Fix cvsexportcommit syntax errorAlexander Litvinov2005-11-081-1/+1
* Introducing: git-cvsexportcommitMartin Langhoff2005-11-071-0/+225