Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes typo in README file, 'git-format-patch' is actually 'git format…
…-patch'

Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
Bob Kuo authored and moritz committed Jul 20, 2009
1 parent 3a2c5e2 commit 0cdcc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -149,7 +149,7 @@ general this means that in the C<languages/rakudo/> directory you make your
changes, and then type

git commit -m 'Your commit message'
git-format-patch HEAD^
git format-patch HEAD^

This will generate a file called C<001-your-commit-message.patch>, or more of
them if you made multiple commits; please attach these to your email.
Expand Down

0 comments on commit 0cdcc88

Please sign in to comment.