dabase.com e

Howto send a PATCH from git

Comment

Clone the master. Make the change, commit.

git-format-patch "HEAD^"

or rather

git format-patch origin

git-send-email 0001-

Caveat: 'format-patch' doesn't handle revision range expressions in normal manner. if you provide a single revision, it is the same as if you appended ".."

Comments

Add a comment