All of lore.kernel.org
 help / color / mirror / Atom feed
* git reset --hard not removing some files
@ 2006-06-01 16:00 Martin Waitz
  2006-06-01 16:13   ` Sean
  2006-06-01 16:21 ` Linus Torvalds
  0 siblings, 2 replies; 14+ messages in thread
From: Martin Waitz @ 2006-06-01 16:00 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

hoi :)

I have the following problem:


nbg1l001:~/src/git > git branch
* master
  next
  origin
nbg1l001:~/src/git > git checkout -b test
nbg1l001:~/src/git > git status
# On branch refs/heads/test
nothing to commit
zsh: exit 1     git status
nbg1l001:~/src/git > git reset --hard v1.3.3
nbg1l001:~/src/git > git status
# On branch refs/heads/test
#
# Untracked files:
#   (use "git add" to add to commit)
#
#       git-quiltimport
#       git-upload-tar
nothing to commit
zsh: exit 1     git status
nbg1l001:~/src/git > git reset --hard master
nbg1l001:~/src/git > git status
# On branch refs/heads/test
nothing to commit
zsh: exit 1     git status

nbg1l001:~/src/git > git --version
git version 1.3.3.g0825d


However, the complete test suite and especially t7101-reset.sh succeed.
Any ideas?

-- 
Martin Waitz

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2006-06-04  9:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-01 16:00 git reset --hard not removing some files Martin Waitz
2006-06-01 16:13 ` Sean
2006-06-01 16:13   ` Sean
2006-06-01 17:21     ` Jakub Narebski
2006-06-01 19:21       ` Sean
2006-06-01 19:21         ` Sean
2006-06-02  8:16           ` Jakub Narebski
2006-06-01 16:21 ` Linus Torvalds
2006-06-02  9:37   ` Martin Waitz
2006-06-02 10:08     ` Sean
2006-06-02 10:08       ` Sean
2006-06-02 14:17       ` Martin Waitz
2006-06-02 14:57   ` Junio C Hamano
2006-06-03  8:48     ` Junio C Hamano
2006-06-03 15:11       ` Linus Torvalds
2006-06-04  9:16     ` Martin Waitz
2006-06-04  9:31       ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.