git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git stash apply segfaulting when called in subdir
@ 2007-07-25 21:23 Uwe Kleine-König
  2007-07-25 22:28 ` Junio C Hamano
  2007-07-25 22:32 ` Steven Walter
  0 siblings, 2 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2007-07-25 21:23 UTC (permalink / raw)
  To: Git Mailing List

Hello,

I did not do much testing and didn't look into the issue yet:

zeisberg@cassiopeia:/tmp$ mkdir repo; cd repo; git init
Initialized empty Git repository in .git/

zeisberg@cassiopeia:/tmp/repo$ mkdir dir; echo one > file; echo two > dir/file

zeisberg@cassiopeia:/tmp/repo$ git add file dir/file

zeisberg@cassiopeia:/tmp/repo$ git commit -m tralala
Created initial commit 265b7d7: tralala
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 dir/file
 create mode 100644 file

zeisberg@cassiopeia:/tmp/repo$ echo three >> file

zeisberg@cassiopeia:/tmp/repo$ git stash
Saved "WIP on master: 265b7d7... tralala"
HEAD is now at 265b7d7... tralala

zeisberg@cassiopeia:/tmp/repo$ cd dir; git stash apply
error: missing object referenced by '696146c2a44d7fc4d5ae4a71589c4c0d84f59789'
/home/zeisberg/usr/bin/git-stash: line 111: 13618 Segmentation fault      git-merge-recursive $b_tree -- $c_tree $w_tree

Best regards
Uwe

-- 
Uwe Kleine-König

http://www.google.com/search?q=1+newton+in+kg*m+%2F+s%5E2

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

end of thread, other threads:[~2007-07-26  5:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 21:23 git stash apply segfaulting when called in subdir Uwe Kleine-König
2007-07-25 22:28 ` Junio C Hamano
2007-07-25 23:01   ` Johannes Schindelin
2007-07-26  5:07   ` Jeff King
2007-07-26  5:40     ` Johannes Schindelin
2007-07-26  5:48       ` Jeff King
2007-07-25 22:32 ` Steven Walter

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