From: Eric S. Raymond Date: Tue, 2 Oct 2012 16:13:36 +0000 (-0400) Subject: Fix broken markup. X-Git-Tag: 1.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5cfc3959c3a8f6fb330ad0e3a3d48bdfeb00392;p=irker.git Fix broken markup. --- diff --git a/irkerhook.xml b/irkerhook.xml index 914e3a7..4c7228e 100644 --- a/irkerhook.xml +++ b/irkerhook.xml @@ -146,8 +146,6 @@ a value less than 2, however, would probably be unwise. git -irkerhook.py - Under git, the normal way to invoke this hook (from within the update hook) passes with a refname followed by a list of commits. Because git rev-list normally lists from most recent to oldest, @@ -166,7 +164,7 @@ irkerhook.py --refname=${refname} $(git rev-list --reverse ${old}..${new}) For testing purposes and backward compatibility, if you invoke irkerhook.py with no arguments (as in a post-commit hook) it will behave as though it had been called like -this: +this: irkerhook.py --refname=refs/heads/master HEAD