From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89BC7138202 for ; Fri, 6 Sep 2013 11:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD22E1037; Fri, 6 Sep 2013 11:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6309E102C for ; Fri, 6 Sep 2013 11:11:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9A5B33EB38 for ; Fri, 6 Sep 2013 11:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5EE83E468F for ; Fri, 6 Sep 2013 11:10:58 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1378465583.7e034cd72de22dc70ca76bbf0b150e3a6fc722b8.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: files/hooks/ X-VCS-Repository: proj/R_overlay X-VCS-Files: files/hooks/git-push.sh X-VCS-Directories: files/hooks/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 7e034cd72de22dc70ca76bbf0b150e3a6fc722b8 X-VCS-Branch: master Date: Fri, 6 Sep 2013 11:10:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 543ace95-0a12-40a1-b3d8-f9a370b1c007 X-Archives-Hash: 7b861fa97b958b9d21711fb3b2efb3a9 commit: 7e034cd72de22dc70ca76bbf0b150e3a6fc722b8 Author: André Erdmann mailerd de> AuthorDate: Fri Sep 6 11:06:23 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Sep 6 11:06:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=7e034cd7 load git functions in git-push --- files/hooks/git-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/hooks/git-push.sh b/files/hooks/git-push.sh index e65d861..7d79e64 100644 --- a/files/hooks/git-push.sh +++ b/files/hooks/git-push.sh @@ -11,7 +11,7 @@ set -u #dont_run_as_root # using line_iterator() from itertools -$lf itertools +$lf git itertools ## functions