git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* checkout @{-1} bug/oddity
@ 2009-04-19 15:37 Adeodato Simó
  2009-04-19 20:36 ` Thomas Rast
  0 siblings, 1 reply; 3+ messages in thread
From: Adeodato Simó @ 2009-04-19 15:37 UTC (permalink / raw)
  To: git

In case this is worth fixing:

  | % g co -b foo
  | Switched to a new branch 'foo'
  | 
  | % g co -
  | Switched to branch 'master'
  | 
  | % g co -b bar
  | Switched to a new branch 'bar'
  | 
  | % g co bar
  | Already on 'bar'
  | 
  | % g co -
  | Already on 'bar'

In my opinion the last command should switch to master, as in, switching
to the current branch should not lose the @{-1} history.

Thanks,

-- 
- Are you sure we're good?
- Always.
        -- Rory and Lorelai

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

end of thread, other threads:[~2009-04-20  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 15:37 checkout @{-1} bug/oddity Adeodato Simó
2009-04-19 20:36 ` Thomas Rast
2009-04-20  8:16   ` Adeodato Simó

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).