git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Using "-" for "previous branch" failing with rebase
@ 2014-03-15 20:29 Tim Chase
  2014-03-17  6:37 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Chase @ 2014-03-15 20:29 UTC (permalink / raw)
  To: Git

I recently learned that there are several places where git allows use
of "-" to refer to the previous branch, e.g.

  git checkout -b dev
  # hack, hack
  git checkout master
  git merge -
  git checkout -

However, it doesn't seem to understand "-" in the context of a rebase:

  git checkout branch_a
  # hack
  git commit -a
  git checkout branch_b
  # hack
  git commit -a
  git rebase -         # I'd expect to rebase onto branch_a

but I get

  fatal: Needed a single revision
  invalid upstream -

Issuing

  git rebase branch_a

does exactly what I'd expect (as "git checkout -" puts me on
"branch_a").

Is this just an interface inconsistency or is there a some technical
reason this doesn't work (or, has it been addressed/fixed, and just
not pulled into Debian Stable's 1.7.10.4 version of git)?

Thanks,

-tkc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-18 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 20:29 Using "-" for "previous branch" failing with rebase Tim Chase
2014-03-17  6:37 ` Junio C Hamano
2014-03-18  1:47   ` Tim Chase
2014-03-18 18:59     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).