-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Sonntag, 18. Januar 2009 15:47:34 schrieb Maximilian Albert: > 1.3.1: AFAICT the second command "git-format-patch HEAD" doesn't do > anything because HEAD is the latest commit the user did, i.e., it > already includes his changes. Thus there is no diff which could be > produced. I suppose it should be changed to "git-format-patch master" > instead (or whatever branch he is working on).
This won't work either, because master==HEAD ;-) I suppose it should rather be git-format-patch origin for one patch for each local commit or git-format-patch HEAD^1 for just the last local commit. Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFJc0hBTqjEwhXvPN0RAttXAJ9zxj1Ezh6krAdW+nLMs02Je0xcMgCg1VUP GRKBTjnkp6BWL+SpSR4xeSo= =WSLl -----END PGP SIGNATURE----- _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
