mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
fixed bug in commit message for split
This commit is contained in:
parent
6e25f79f35
commit
12629161a8
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ rejoin_msg()
|
|||
commit_message="Split '$dir/' into commit '$latest_new'"
|
||||
fi
|
||||
cat <<-EOF
|
||||
$message
|
||||
$commit_message
|
||||
|
||||
git-subtree-dir: $dir
|
||||
git-subtree-mainline: $latest_old
|
||||
|
|
Loading…
Reference in a new issue