All of lore.kernel.org
 help / color / mirror / Atom feed
* rev-parse fails on objects that contain colon
@ 2013-02-17  8:37 Orgad Shaneh
  2013-02-17  8:48 ` Orgad Shaneh
  0 siblings, 1 reply; 2+ messages in thread
From: Orgad Shaneh @ 2013-02-17  8:37 UTC (permalink / raw)
  To: git

$ git stash save foo:bar
HEAD is now at 9f88dce Foo
$ git stash pop foo:bar
fatal: Invalid object name 'foo'.
$ git rev-parse foo:bar
foo:bar
fatal: Invalid object name 'foo'.

Tested on Windows (msysGit) and Linux.

- Orgad

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

* Re: rev-parse fails on objects that contain colon
  2013-02-17  8:37 rev-parse fails on objects that contain colon Orgad Shaneh
@ 2013-02-17  8:48 ` Orgad Shaneh
  0 siblings, 0 replies; 2+ messages in thread
From: Orgad Shaneh @ 2013-02-17  8:48 UTC (permalink / raw)
  To: git

On Sun, Feb 17, 2013 at 10:37 AM, Orgad Shaneh <orgads@gmail.com> wrote:
> $ git stash save foo:bar
> HEAD is now at 9f88dce Foo
> $ git stash pop foo:bar
> fatal: Invalid object name 'foo'.
> $ git rev-parse foo:bar
> foo:bar
> fatal: Invalid object name 'foo'.
>
> Tested on Windows (msysGit) and Linux.
>
> - Orgad

Oops! stash pop requires explicit stash. Disregard my message...

- Orgad

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

end of thread, other threads:[~2013-02-17  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-17  8:37 rev-parse fails on objects that contain colon Orgad Shaneh
2013-02-17  8:48 ` Orgad Shaneh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.