From 724e99422ae68ec5eb5943d46e2289dd6f8acbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Leinh=C3=A4user?= Date: Thu, 17 Nov 2011 12:13:02 +0100 Subject: [PATCH] Intended code block was not indented with enough spaces. --- text/31_Git_Hooks/0_ Git_Hooks.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/31_Git_Hooks/0_ Git_Hooks.markdown b/text/31_Git_Hooks/0_ Git_Hooks.markdown index e4104506..4bcfb893 100755 --- a/text/31_Git_Hooks/0_ Git_Hooks.markdown +++ b/text/31_Git_Hooks/0_ Git_Hooks.markdown @@ -199,7 +199,7 @@ This hook executes once for the receive operation. It takes no arguments, but for each ref to be updated it receives on standard input a line of the format: - SP SP LF + SP SP LF where `` is the old object name stored in the ref, `` is the new object name to be stored in the ref and