From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6BBB95A64 for ; Fri, 6 Nov 2015 14:48:58 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 06 Nov 2015 05:48:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,252,1444719600"; d="scan'208";a="595253730" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 06 Nov 2015 05:48:56 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tA6Dmt2T022188; Fri, 6 Nov 2015 13:48:55 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id tA6DmtXh017908; Fri, 6 Nov 2015 13:48:55 GMT Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id tA6DmtPS017904; Fri, 6 Nov 2015 13:48:55 GMT From: Ferruh Yigit To: dev@dpdk.org Date: Fri, 6 Nov 2015 13:48:51 +0000 Message-Id: <1446817732-17873-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1446160974-31675-1-git-send-email-ferruh.yigit@intel.com> References: <1446160974-31675-1-git-send-email-ferruh.yigit@intel.com> Subject: [dpdk-dev] [PATCH] scripts: add git hook scripts for checkpatch and auto doc generation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 13:48:58 -0000 Sorry for duplication, previous patch is not in the patchwork, this is the exact same patch and re-sent for patchwork. Ferruh Yigit (1): scripts: add git hook scripts for checkpatch and auto doc generation scripts/git-hooks/deploy.sh | 19 +++++++++++++++++++ scripts/git-hooks/post-commit | 10 ++++++++++ scripts/git-hooks/post-merge | 10 ++++++++++ scripts/git-hooks/pre-commit | 44 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 83 insertions(+) create mode 100755 scripts/git-hooks/deploy.sh create mode 100755 scripts/git-hooks/post-commit create mode 100755 scripts/git-hooks/post-merge create mode 100755 scripts/git-hooks/pre-commit -- 2.5.0