git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* error pushing stash ?
@ 2008-10-07  0:34 David Bryson
  2008-10-07  0:40 ` Shawn O. Pearce
  0 siblings, 1 reply; 8+ messages in thread
From: David Bryson @ 2008-10-07  0:34 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]

I have a git mirror remote setup on a few of my repositories:

[remote "backup"]
    url = /users/dbryson/backup/janus.git/
    fetch = +refs/heads/*:refs/remotes/origin/*
    receivepack = sudo -u dbryson git-receive-pack
    mirror = 1

I send my refs to the backup with:

$ git push backup

Only to find some odd error messages:

Counting objects: 133, done.
Compressing objects: 100% (109/109), done.
Writing objects: 100% (109/109), 31.25 KiB, done.
Total 109 (delta 82), reused 0 (delta 0)
error: refusing to create funny ref 'refs/stash' remotely
To /users/dbryson/backup/janus.git/
   549f8a4..8e93d51  8654 -> 8654
   ef6195b..549f8a4  origin/8654 -> origin/8654
 + 623e7cb...63d7262 origin/master -> origin/master (forced update)
 ! [remote rejected] refs/stash -> refs/stash (funny refname)
error: failed to push some refs to '/users/dbryson/backup/janus.git/'

Should I be concnerned about this or is it normal ? To be honest the
fact that the stash isn't pushing doesn't bother me.  But maybe it is a
symptom of a larger problem ?

Dave


[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2008-11-06 17:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-07  0:34 error pushing stash ? David Bryson
2008-10-07  0:40 ` Shawn O. Pearce
2008-10-28 21:17   ` Jeff King
2008-10-28 21:23     ` Jeff King
2008-11-06  3:33       ` [PATCH] Added test case for mirror to not push stash refs david
2008-11-06  8:34         ` Sverre Rabbelier
2008-11-06 16:58           ` Junio C Hamano
2008-11-06 17:39       ` david

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