mirror of
https://github.com/php/karma.git
synced 2026-03-24 09:12:14 +01:00
[PR #3] [MERGED] check for non-empty shortMsg #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/karma/pull/3
Author: @salathe
Created: 1/14/2014
Status: ✅ Merged
Merged: 1/14/2014
Merged by: @php-pulls
Base:
master← Head:patch-1📝 Commits (1)
3f2060bcheck for non-empty shortMsg📊 Changes
1 file changed (+7 additions, -5 deletions)
View changed files
📝
hooks/post-receive.bugsweb(+7 -5)📄 Description
The $shortMsg value can be an empty string when the bug number is the last thing in the commit log line: e.g. "[user@php.net] 0df3233344 Fixed bug #1234"
This variable is not currently used anywhere, so we could probably remove it entirely. But for the moment, let's just fix the Notices being printed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.