git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git reset --hard isn't resetting
@ 2008-08-06 16:41 Matt Graham
  2008-08-06 18:01 ` Dmitry Potapov
  2008-08-06 18:02 ` Avery Pennarun
  0 siblings, 2 replies; 6+ messages in thread
From: Matt Graham @ 2008-08-06 16:41 UTC (permalink / raw)
  To: git

Hi,
I'm using a git svn tree in Cygwin.  I tried doing an svn rebase and
got in some weird state with local changes I can't get rid of.  It's
not an issue w/ the same repository on my linux machine.

git reset --hard
toggles 4 files between capitalization.  The files don't appear to
have changed case in svn, but it's a huge repository and not easy to
determine with certainty.

I first encountered this during a rebase, so I rebranched master from
git-svn HEAD and the problem followed me there.

Any tips about how to work around it or investigate further would be
appreciated.

scrollback of toggling filenames is pasted below.

thanks


mgraham@mgraham-wks /src/project.git
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   dim_grade.dsx
#       modified:   dim_institution.dsx
#       modified:   dim_section.dsx
#       modified:   dim_term.dsx
#
no changes added to commit (use "git add" and/or "git commit -a")

mgraham@mgraham-wks /src/project.git
$ git reset --hard
HEAD is now at 6170b8f RPrasad - For the time being switched to
MockAuthenticator; while working on resolving the LDAP issue.

mgraham@mgraham-wks /src/project.git
$ git status
# On branch master
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#
#       modified:   DIM_GRADE.dsx
#       modified:   DIM_INSTITUTION.dsx
#       modified:   DIM_SECTION.dsx
#       modified:   DIM_TERM.dsx
#
no changes added to commit (use "git add" and/or "git commit -a")

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

end of thread, other threads:[~2008-08-09  8:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 16:41 git reset --hard isn't resetting Matt Graham
2008-08-06 18:01 ` Dmitry Potapov
2008-08-06 18:02 ` Avery Pennarun
2008-08-08  1:06   ` Matt Graham
2008-08-08 14:40     ` Avery Pennarun
2008-08-09  8:08       ` Eric Wong

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