]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsexportcommit.perl
Allow forcing of a parent commit, even if the parent is not a direct one.
authorSimon 'corecode' Schubert <corecode@fs.ei.tum.de>
Thu, 1 Feb 2007 10:43:39 +0000 (11:43 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 22:10:01 +0000 (14:10 -0800)
commitca28370a3567c14841c594b89fd62449abc166e6
tree0b6af18340d906d71f8c85a0ac7abc2ef769417d
parent4c55068683ac2e9765ba6e112d2227e50fefae87
Allow forcing of a parent commit, even if the parent is not a direct one.

This can be used to compress multiple changesets into one, for example
like

git cvsexportcommit -P cvshead mybranch

without having to do so in git first.

Signed-off-by: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsexportcommit.txt
git-cvsexportcommit.perl