http://tracker.phpbb.com/browse/PHPBB3-9808eviL3 wrote:Can we have that section commented out until a cross-platform solution is found? I'd really like to re-enable my git plugins.
Git hooks
Re: Git hooks
Re: Git hooks
if test $(cat $file |cut -c 80- |wc -w) -ne 0; then
echo $file has lines exceeding 79 chars
fi
echo $file has lines exceeding 79 chars
fi
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Git hooks
Looks like it was already fixed. http://tracker.phpbb.com/browse/PHPBB3-9808nn- wrote:if test $(cat $file |cut -c 80- |wc -w) -ne 0; then
echo $file has lines exceeding 79 chars
fi
Re: Git hooks
That's a nice solution, but yes I've already fixed it unless there is further issues.nn- wrote:if test $(cat $file |cut -c 80- |wc -w) -ne 0; then
echo $file has lines exceeding 79 chars
fi