ansible/roles/git/hooks/files
Todd Zullinger 4a3ef1013c git/hooks: only use first line as project description
Hi all,

This is something I've seen for ages and thought should be fixed (either by
this patch and/or another which supports multi-line description files
properly).

I have an alternate version of this patch which side-steps the issue by adding
the X-Project header last, so if it's multiple lines it won't screw up other
headers.  I think this is the proper fix though.

If multi-line description files are really something which are desired, then a
commit on top of this change could add support for reading the remaining lines
from the description file and add them to the message body.

 roles/git/hooks/files/git.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
2018-02-22 21:58:11 +00:00
..
git.py git/hooks: only use first line as project description 2018-02-22 21:58:11 +00:00
gnome-post-receive-email Add a new git/hooks role 2014-08-26 18:28:25 +00:00
post-receive-alternativearch git (post-receive-alternativearch): use unicode for git output 2018-01-19 16:40:08 +01:00
post-receive-chained Revert "revert the hook for now until the initial manifest is ready" 2017-10-16 17:05:56 +00:00
post-receive-fedmsg And one more typo to fix... 2017-05-02 13:38:40 +02:00
update-block-push-origin git/hooks: Improve an error message 2015-01-23 11:25:27 +01:00
util.py Add a new git/hooks role 2014-08-26 18:28:25 +00:00