diff options
Diffstat (limited to 'git-branch.sh')
-rwxr-xr-x | git-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-branch.sh b/git-branch.sh index 134e68cf7f..d1e3730761 100755 --- a/git-branch.sh +++ b/git-branch.sh @@ -117,4 +117,4 @@ then die "cannot force-update the current branch." fi fi -git update-ref "refs/heads/$branchname" $rev +git update-ref -m "branch: Created from $head" "refs/heads/$branchname" $rev |