diff --git a/source/_posts/2014-05-21-git-format-patch.md b/source/_posts/2014-05-21-git-format-patch.md index 451e729f..c3f17823 100644 --- a/source/_posts/2014-05-21-git-format-patch.md +++ b/source/_posts/2014-05-21-git-format-patch.md @@ -24,7 +24,7 @@ This differs slightly different for each Drupal user, and the code can be found If this is added to the end of the commit message, the resulting commit will show that it was committed by the maintainer but authored by a different user. This will then display on Drupal.org that you’ve made a commit to that project. -A screenshot of a commit that was authored by rli but committed by opdavies +![A screenshot of a commit that was authored by rli but committed by opdavies](/assets/images/blog/git-format-patch.png) The problem is that some project maintainers either don’t know about this option or occasionally forget to add it. [Dreditor](http://dreditor.org) can suggest a commit message and assign an author, but it is optional and, of course, not all maintainers use Dreditor (although they probably should). diff --git a/source/assets/images/blog/git-format-patch.png b/source/assets/images/blog/git-format-patch.png new file mode 100644 index 00000000..453a70fe Binary files /dev/null and b/source/assets/images/blog/git-format-patch.png differ