Re: [PATCH 2/6] templates: Reformat pre-commit hook's message

2013-07-14 Thread Jonathan Nieder
Richard Hartmann wrote: > Now that we're using heredoc, the message can span the full 80 chars. The output is going to a console and not an email, so makes sense. :) > Verbatim copy of 634709b489bb3db79f59127fd6bf79c5fd9b5ddf in original > patch series from 2013-06-10. As in patch 1, please dro

[PATCH 2/6] templates: Reformat pre-commit hook's message

2013-07-14 Thread Richard Hartmann
Now that we're using heredoc, the message can span the full 80 chars. Verbatim copy of 634709b489bb3db79f59127fd6bf79c5fd9b5ddf in original patch series from 2013-06-10. Signed-off-by: Richard Hartmann --- templates/hooks--pre-commit.sample |6 ++ 1 file changed, 2 insertions(+), 4 dele

Re: [PATCH 2/6] templates: Reformat pre-commit hook's message

2013-06-10 Thread Junio C Hamano
Richard Hartmann writes: > Now that the there's only one echo being spawned, the message can span > the full 80 chars. > > Signed-off-by: Richard Hartmann > --- > templates/hooks--pre-commit.sample |6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/templates/hooks

[PATCH 2/6] templates: Reformat pre-commit hook's message

2013-06-10 Thread Richard Hartmann
Now that the there's only one echo being spawned, the message can span the full 80 chars. Signed-off-by: Richard Hartmann --- templates/hooks--pre-commit.sample |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/hooks--pre-commit.sample b/templates/hooks--pre