Re: [PATCH] Clarify pre-push hook documentation

2014-03-23 Thread Eric Sunshine
On Sun, Mar 23, 2014 at 3:01 PM, David Cowden wrote: > The documentation as-is does not mention that the pre-push hook is > executed even when there is nothing to push. This can lead a new > reader to beilieve there will always be lines fed to the script's > standerd input and cause minor confusi

Re: [PATCH] Clarify pre-push hook documentation

2014-03-23 Thread Junio C Hamano
David Cowden writes: > The documentation as-is does not mention that the pre-push hook is > executed even when there is nothing to push. This can lead a new > reader to beilieve there will always be lines fed to the script's > standerd input and cause minor confusion as to what is happening > wh

[PATCH] Clarify pre-push hook documentation

2014-03-23 Thread David Cowden
The documentation as-is does not mention that the pre-push hook is executed even when there is nothing to push. This can lead a new reader to beilieve there will always be lines fed to the script's standerd input and cause minor confusion as to what is happening when there are no lines provided to

[PATCH] Clarify pre-push hook documentation

2014-03-23 Thread David Cowden
The documentation as-is does not mention that the pre-push hook is executed even when there is nothing to push. This can lead a new reader to beilieve there will always be lines fed to the script's standerd input and cause minor confusion as to what is happening when there are no lines provided to

[PATCH] Clarify pre-push hook documentation

2014-03-23 Thread David Cowden
The documentation as-is does not mention that the pre-push hook is executed even when there is nothing to push. This can lead a new reader to beilieve there will always be lines fed to the script's standerd input and cause minor confusion as to what is happening when there are no lines provided to