* "remote add -f --mirror" fails when the stash is non-empty
@ 2008-07-31 21:50 Björn Steinbrink
0 siblings, 0 replies; only message in thread
From: Björn Steinbrink @ 2008-07-31 21:50 UTC (permalink / raw)
To: git
Hi,
when there are stashed changes in a repo, creating a mirror with "remote
add -f --mirror" fails, because it is missing the objects that are on
the stash.
$ git remote add -f --mirror or ~/src/git
Updating or
remote: Counting objects: 80150, done.
remote: Compressing objects: 100% (21254/21254), done.
remote: Total 80150 (delta 57481), reused 80146 (delta 57477)
Receiving objects: 100% (80150/80150), 21.21 MiB | 16028 KiB/s, done.
Resolving deltas: 100% (57481/57481), done.
From /home/doener/src/git
* [new branch] master -> master
* [new branch] rebase -> rebase
* [new branch] origin/HEAD -> origin/HEAD
* [new branch] origin/html -> origin/html
* [new branch] origin/maint -> origin/maint
* [new branch] origin/man -> origin/man
* [new branch] origin/master -> origin/master
* [new branch] origin/next -> origin/next
* [new branch] origin/pu -> origin/pu
* [new branch] origin/todo -> origin/todo
error: unable to find 9e5c2066d7d2bdca937a11b45a7ed8354c637bc9
fatal: object 9e5c2066d7d2bdca937a11b45a7ed8354c637bc9 not found
error: Could not fetch or
In ~/src/git:
$ git rev-parse stash
9e5c2066d7d2bdca937a11b45a7ed8354c637bc9
No idea if that is a recent breakage, as I learned about the --mirror
option recently and most of the time my stash is empty anyway.
Björn
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-31 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31 21:50 "remote add -f --mirror" fails when the stash is non-empty Björn Steinbrink
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox