From 100e762a60a691a4978434f1cd5532e19cad39fc Mon Sep 17 00:00:00 2001 From: Ben Walton Date: Sat, 20 Mar 2010 10:48:09 -0400 Subject: Modernize git calling conventions in hook templates The hook templates were still using/referencing 'git-foo' instead of 'git foo.' This patch updates the sample hooks to use the modern conventions instead. Signed-off-by: Ben Walton Signed-off-by: Junio C Hamano --- templates/info--exclude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/info--exclude') diff --git a/templates/info--exclude b/templates/info--exclude index 2c87b72df..a5196d1be 100644 --- a/templates/info--exclude +++ b/templates/info--exclude @@ -1,4 +1,4 @@ -# git-ls-files --others --exclude-from=.git/info/exclude +# git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): -- cgit v1.2.1