Browse Source
'git for-each-ref --format=%(subject)' currently returns an empty string if the log message does not contain a newline. This patch teaches 'git for-each-ref' to return the entire log message (instead of an empty string) if there is no newline in the log message. Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>maint
Johan Herland
16 years ago
committed by
Shawn O. Pearce
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue