projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e40c3
)
posts:git:notes: add missing origin/master to format-patch example.
author
W. Trevor King
<wking@tremily.us>
Tue, 4 Sep 2012 21:44:59 +0000
(17:44 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 5 Sep 2012 15:02:28 +0000
(11:02 -0400)
posts/Git/notes.org
patch
|
blob
|
history
diff --git
a/posts/Git/notes.org
b/posts/Git/notes.org
index c177ec3cc9ab6e88bcbe49d192798feb591905e2..945e52448f47682a49a49fe83601af304b56dfdd 100644
(file)
--- a/
posts/Git/notes.org
+++ b/
posts/Git/notes.org
@@
-919,7
+919,7
@@
the appropriate changes with:
Then send off an updated version:
- : $ git format-patch --output-directory patch-my-feature-v2
+ : $ git format-patch --output-directory patch-my-feature-v2
origin/master
: $ git diff -ru patch-my-feature-v{1,2} > /tmp/diff-for-cover-letter
: $ git send-email --signoff --annotate --cover-letter --subject-prefix 'PATCH v2' origin/master