My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 1594 attachment: 0001-Add-a-note-about-setting-the-execute-permission-bit-.patch (959 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From b7af1028b19fc332421dc9a82b85c72a2ff6fb0c Mon Sep 17 00:00:00 2001
From: Aleksander Adamowski <aadamowski@pzu.pl>
Date: Wed, 2 Oct 2012 21:21:51 +0200
Subject: [PATCH] Add a note about setting the execute permission bit on the
commit message hook script to Change-Ids documentation.

Change-Id: I289dc3d8112c8492ec1fce78502f97cd55e75cbe
---
Documentation/user-changeid.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Documentation/user-changeid.txt b/Documentation/user-changeid.txt
index a3015e1..4e87270 100644
--- a/Documentation/user-changeid.txt
+++ b/Documentation/user-changeid.txt
@@ -54,6 +54,10 @@ of the local Git repository:

$ curl -o .git/hooks/commit-msg http://review.example.com/tools/hooks/commit-msg

+Then ensure that the execute bit is set on the hook script:
+
+ $ chmod u+x .git/hooks/commit-msg
+
For more details, see link:cmd-hook-commit-msg.html[commit-msg].

Change Upload
--
1.7.9

Powered by Google Project Hosting