Git development
 help / color / mirror / Atom feed
* Repo corrupted somehow?
@ 2008-11-04  7:09 Andrew Arnott
  2008-11-04  7:34 ` Andrew Arnott
  2008-11-05  4:21 ` Daniel Barkalow
  0 siblings, 2 replies; 9+ messages in thread
From: Andrew Arnott @ 2008-11-04  7:09 UTC (permalink / raw)
  To: git

I was just git commit'ing, and then I was doing a git rebase to squash
several commits into one when the rebase failed.  I then did a
git checkout -f master
git reset --hard
but no matter what I do, git thinks that several files have changed.
The diff shows all the lines in these several files removed and then
added, yet without any changes made to them.  git reset --hard doesn't
revert the change. When I jump around history with git checkout these
files remain in their "changed" state.  I even tried "git clone" to
create a whole new repo, but one of these several files STILL
registered as changed before I made any changes.

Any idea what's wrong and how to recover?

Observe the below command buffer: (I can upload my repo so you can
clone it and perhaps repro it if you want).

Andrew@LACKY /c/git/dotnetoauth
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   tools/Documentation.targets
#       modified:   tools/DotNetOpenAuth.Common.Settings.targets
#       modified:   tools/DotNetOpenAuth.Versioning.targets
#       modified:
tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml
#       modified:   tools/libcheck.ps1
#       modified:   tools/sandcastle.targets
#
no changes added to commit (use "git add" and/or "git commit -a")

Andrew@LACKY /c/git/dotnetoauth
$ git reset --hard
HEAD is now at 13d37b8 Patching up the bad merges in the phases.

Andrew@LACKY /c/git/dotnetoauth
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   tools/Documentation.targets
#       modified:   tools/DotNetOpenAuth.Common.Settings.targets
#       modified:   tools/DotNetOpenAuth.Versioning.targets
#       modified:
tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml
#       modified:   tools/libcheck.ps1
#       modified:   tools/sandcastle.targets
#
no changes added to commit (use "git add" and/or "git commit -a")

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

end of thread, other threads:[~2008-11-08 15:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04  7:09 Repo corrupted somehow? Andrew Arnott
2008-11-04  7:34 ` Andrew Arnott
2008-11-04 15:12   ` Andrew Arnott
2008-11-05  3:29     ` Jeff King
2008-11-05  4:21 ` Daniel Barkalow
     [not found]   ` <216e54900811042127id69b61fqbd9d001b8bc17a6a@mail.gmail.com>
2008-11-05  5:40     ` Andrew Arnott
2008-11-05  5:56     ` Daniel Barkalow
2008-11-05 12:26       ` Eyvind Bernhardsen
2008-11-08 15:19         ` Andrew Arnott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox