From: Eric S. Raymond Date: Tue, 2 Oct 2012 16:13:36 +0000 (-0400) Subject: Fix broken markup. X-Git-Tag: 1.4^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3666efeccf435816c3bffcc646cad15a45b3f06;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