My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
db40094
84cf246
)
Merge branch 'jc/strbuf-branchname-fix'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 2 Jun 2013 22:58:53 +0000
(15:58 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 2 Jun 2013 22:58:53 +0000
(15:58 -0700)
"git merge @{-1}~22" was rewritten to "git merge frotz@{1}~22"
incorrectly when your previous branch was "frotz" (it should be
rewritten to "git merge frotz~22" instead).
* jc/strbuf-branchname-fix:
strbuf_branchname(): do not double-expand @{-1}~22
Trivial merge