From a669898accf620b11c6e2e123138e3f166eeebdb Mon Sep 17 00:00:00 2001
From: Thomas Schwinge <thomas@schwinge.name>
Date: Wed, 17 Nov 2010 19:56:56 +0100
Subject: open_issues/git-core-2: Add another one.

---
 open_issues/git-core-2.mdwn | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

(limited to 'open_issues')

diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn
index df38dc70..cf526678 100644
--- a/open_issues/git-core-2.mdwn
+++ b/open_issues/git-core-2.mdwn
@@ -50,6 +50,37 @@ Fixing this situation is easy enough:
     # On branch master
     nothing to commit (working directory clean)
 
+Still seen on 2010-03-16.
+
 ---
 
-Still seen on 2010-03-16.
+A very similar issue, seen on 2010-11-17.  The working tree had a lot of
+differences to HEAD.
+
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    error: unable to unlink old 'gcc/config/darwin.h' (Interrupted system call)
+    Checking out files: 100% (1149/1149), done.
+    fatal: Could not reset index file to revision 'HEAD'.
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    error: unable to unlink old 'gcc/config/iq2000/iq2000.md' (Interrupted system call)
+    error: git checkout-index: unable to create file gcc/config/lm32/lm32.c (File exists)
+    Checking out files: 100% (1149/1149), done.
+    fatal: Could not reset index file to revision 'HEAD'.
+    tschwinge@grubber:~/tmp/gcc/hurd $ ls -l gcc/config/iq2000/iq2000.md gcc/config/lm32/lm32.c
+    ls: cannot access gcc/config/iq2000/iq2000.md: No such file or directory
+    -rw-r--r-- 1 tschwinge tschwinge 32159 Nov 17 19:09 gcc/config/lm32/lm32.c
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    error: git checkout-index: unable to create file gcc/fortran/expr.c (Interrupted system call)
+    Checking out files: 100% (1149/1149), done.
+    fatal: Could not reset index file to revision 'HEAD'.
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    error: git checkout-index: unable to create file gcc/config/sol2.h (Interrupted system call)
+    Checking out files: 100% (1149/1149), done.
+    fatal: Could not reset index file to revision 'HEAD'.
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    error: unable to unlink old 'gcc/config/i386/i386.c' (Interrupted system call)
+    Checking out files: 100% (1149/1149), done.
+    fatal: Could not reset index file to revision 'HEAD'.
+    tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD
+    Checking out files: 100% (1149/1149), done.
+    HEAD is now at fe3e43c Merge commit 'refs/top-bases/hurd/master' into hurd/master
-- 
cgit v1.2.3