From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RZ1SZ-0006fe-OQ for garchives@archives.gentoo.org; Fri, 09 Dec 2011 14:29:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237B2E0642; Fri, 9 Dec 2011 14:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E10BDE0642 for ; Fri, 9 Dec 2011 14:29:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 354D71B4022 for ; Fri, 9 Dec 2011 14:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7435E80042 for ; Fri, 9 Dec 2011 14:29:50 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/git-hooks-commit-msg X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab Date: Fri, 9 Dec 2011 14:29:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e273ad63-01bf-46fe-a51f-0d71aa4fed56 X-Archives-Hash: 6e10682885864bbf2416f179adf0f9af commit: 3b2956e33efaadd0f7f2547a1406ddeb4bf5e4ab Author: Johannes Huber gentoo org> AuthorDate: Fri Dec 9 14:28:28 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Fri Dec 9 14:28:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D3b2956e3 [Documentation] Update example path in git hook --- Documentation/maintainers/git-hooks-commit-msg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentati= on/maintainers/git-hooks-commit-msg index be2d403..6906cea 100755 --- a/Documentation/maintainers/git-hooks-commit-msg +++ b/Documentation/maintainers/git-hooks-commit-msg @@ -1,7 +1,7 @@ #!/bin/bash # # To enable this hook, link it into .git/hooks/commit-msg like this: -# ln -s ../../Documentation/git-hooks-commit-msg .git/hooks/commit-msg +# ln -s ../../Documentation/maintainers/git-hooks-commit-msg .git/hooks/= commit-msg =20 FILE=3D$1 =20