diff options
Diffstat (limited to 'docs/misc/patch.md')
-rw-r--r-- | docs/misc/patch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/patch.md b/docs/misc/patch.md index 07b53b03..00454a79 100644 --- a/docs/misc/patch.md +++ b/docs/misc/patch.md @@ -76,7 +76,7 @@ Note the git revision that you did this with:\ **$ git log** Alternatively (better yet), commit your changes and then use:\ -$ git format-patch -N + $ git format-patch -N Replace N with the number of commits that you want to show. [Back to top of page.](#pagetop) |