mirror of
https://github.com/git/git.git
synced 2024-11-05 08:47:56 +01:00
Merge branch 'jc/merge-msg' into next
* jc/merge-msg: fmt-merge-msg: do not add excess newline at the end.
This commit is contained in:
commit
2e12a089ff
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ sub current_branch {
|
|||
my $fh;
|
||||
open $fh, '-|', 'git-symbolic-ref', 'HEAD' or die "$!";
|
||||
my ($bra) = <$fh>;
|
||||
chomp($bra);
|
||||
$bra =~ s|^refs/heads/||;
|
||||
if ($bra ne 'master') {
|
||||
$bra = " into $bra";
|
||||
|
|
Loading…
Reference in a new issue