Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
combined
(merge:
db40094
84cf246
)
Trivial merge