git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can't push refs/stash?
@ 2010-02-12  0:56 Larry D'Anna
  2010-02-12  1:10 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Larry D'Anna @ 2010-02-12  0:56 UTC (permalink / raw)
  To: git

If i try to push to refs/stash i get remote rejected (funny refname).  Is this
the intended behavior?

    --larry

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

* Re: can't push refs/stash?
  2010-02-12  0:56 can't push refs/stash? Larry D'Anna
@ 2010-02-12  1:10 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2010-02-12  1:10 UTC (permalink / raw)
  To: Larry D'Anna; +Cc: git

On Thu, Feb 11, 2010 at 07:56:32PM -0500, Larry D'Anna wrote:

> If i try to push to refs/stash i get remote rejected (funny refname).  Is this
> the intended behavior?

Yes. The stash ref itself isn't all that useful. The list of stashes is
actually in the reflog, which is not pushable. And that is also
intentional; stashes were really meant to be short-term. If you want
something longer term that can be pushed, make a branch.

-Peff

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

end of thread, other threads:[~2010-02-12  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12  0:56 can't push refs/stash? Larry D'Anna
2010-02-12  1:10 ` Jeff King

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