You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/05/20 20:44:39 UTC

git commit: Minor fix to pre-commit hook.

Repository: mesos
Updated Branches:
  refs/heads/master ce98036ed -> 4050229cc


Minor fix to pre-commit hook.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4050229c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4050229c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4050229c

Branch: refs/heads/master
Commit: 4050229cc6dc9565fa65ee68cf46b027e4edc408
Parents: ce98036
Author: Vinod Kone <vi...@twitter.com>
Authored: Tue May 20 11:44:28 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Tue May 20 11:44:28 2014 -0700

----------------------------------------------------------------------
 support/hooks/pre-commit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4050229c/support/hooks/pre-commit
----------------------------------------------------------------------
diff --git a/support/hooks/pre-commit b/support/hooks/pre-commit
index a371967..f6910f8 100755
--- a/support/hooks/pre-commit
+++ b/support/hooks/pre-commit
@@ -24,4 +24,4 @@ exec 1>&2
 git diff-index --check --cached $against -- || exit 1
 
 # Check Mesos style.
-exec git diff --cached --name-only --diff-filter=AM -z $against | xargs ./support/mesos-style.py
+exec git diff --cached --name-only --diff-filter=AM | xargs ./support/mesos-style.py