"Phil Holmes" <m...@philholmes.net> writes:

> I'd be happy to push this, but would like a little advice.  If I go to
> Rietveld and download the raw patch set, it comes without proper email
> addresses and formatting.  This means to push stuff from Rietveld, I
> have to git apply the diff, then manually update the author (assuming
> I remember).  Is there a way of getting a formatted patch?

David can run

git format-patch origin

and send you the resulting file.  You can then apply that file using
git checkout origin/staging
git am [filename here]
git push ...

It would be advisable that both you and David check that his mail
address in that file as well as the commit message make sense.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to