Merge branch 'maint'
* maint: Clarified the meaning of git-add -u in the documentation git-clone.sh: properly configure remote even if remote's head is dangling Documentation/git-stash: document options for git stash list send-email: squelch warning due to comparing undefined $_ to ""
This commit is contained in:
@ -475,7 +475,7 @@ if ($thread && !defined $initial_reply_to && $prompting) {
|
||||
|
||||
$initial_reply_to = $_;
|
||||
}
|
||||
if (defined $initial_reply_to && $_ ne "") {
|
||||
if (defined $initial_reply_to) {
|
||||
$initial_reply_to =~ s/^\s*<?/</;
|
||||
$initial_reply_to =~ s/>?\s*$/>/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user