author | Simon 'corecode' Schubert <corecode@fs.ei.tum.de> | |
Thu, 1 Feb 2007 10:43:39 +0000 (11:43 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Feb 2007 22:10:01 +0000 (14:10 -0800) | ||
commit | ca28370a3567c14841c594b89fd62449abc166e6 | |
tree | 0b6af18340d906d71f8c85a0ac7abc2ef769417d | tree | snapshot |
parent | 4c55068683ac2e9765ba6e112d2227e50fefae87 | commit | diff |
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>
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 | diff | blob | history | |
git-cvsexportcommit.perl | diff | blob | history |