From d3666efeccf435816c3bffcc646cad15a45b3f06 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 2 Oct 2012 12:13:36 -0400 Subject: [PATCH] Fix broken markup. --- irkerhook.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.26.2