On Sun, Feb 06, 2011 at 05:05:37PM -0700, Carl Sorensen wrote: > > On 2/6/11 4:44 PM, "Janek Warchoł" <lemniskata.bernoull...@gmail.com> wrote: > > > git status (everything looks fine, 3 files i've changed are listed) > > git diff HEAD (i see something resembling patch file) > > git commit -a (it asked me for message - i'm not sure if it's needed > > since it will be an update of existing commit, but i wrote something > > there and answered yes to questions that shown up...) > > There's no such thing as "an update of an existing commit". Every time you > do git commit, it's a new commit, even though it's an existing patch set. > > If you want to make it part of the previous commit, you can do so with > git commit -a --amend
Um. I agree that on a technical note, clicking "amend previous commit" is *not* an "update" of the previous commit. Technically, it (probably) removes the first commit, then creates a new commit with the same old material plus some new material. But from a user's perspective, I definitely _would_ call that "an update of an existing commit". > > and i see the changes now in http://codereview.appspot.com/4134041, > > but i don't see any notification e-mail send to-devel... > > Is everything right? > > Yes, everything is right. Notification emails are never sent to -devel when > a new patch set is uploaded. Just click on "Publish and mail comments" with > a comment that says "New patch set uploaded". I've added a @warning to the paragraph that explains doing this. Cheers, - Graham _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel