git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Weird behaviour of git status
@ 2009-01-16  8:42 Nicolas Morey-Chaisemartin
  2009-01-16  9:44 ` Wincent Colaiuta
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Morey-Chaisemartin @ 2009-01-16  8:42 UTC (permalink / raw)
  To: git@vger.kernel.org

Hello everyone,

I just noticed a weird behaviour in git status.
I have created new files in different directories in my project.
I have added all of them in the index with git add.
When I run "git status" It shows me that all my 3 files are in the index.
However if I run git-status specifying a directory, it returns that the
file in this directory are in the index but the other one isn't.

In my opinion, it should
- either display all the files as in the index (specifying a directory
wouldn't have any effect then)
- treat only file in the specified dir. So "external" files wouldn't be
shown at all.

Thanks

Nicolas

Here are the logs
_________________________
moreychn@uranus-ubuntu:~/workspace/git/osmdc$ git --version
git version 1.6.1
moreychn@uranus-ubuntu:~/workspace/git/osmdc/include$ git status
# On branch v3
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#    new file:   devmgr_common.h
#    new file:   devmgr_types.h
#    new file:   ../src/devmgr_common.c
#
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#    modified:   ../src/osmdc_devmgr.h
#
moreychn@uranus-ubuntu:~/workspace/git/osmdc/include$ git status .
# On branch v3
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#    new file:   devmgr_common.h
#    new file:   devmgr_types.h
#
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#    modified:   ../src/osmdc_devmgr.h
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#    ../src/devmgr_common.c

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

end of thread, other threads:[~2009-01-16 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16  8:42 Weird behaviour of git status Nicolas Morey-Chaisemartin
2009-01-16  9:44 ` Wincent Colaiuta
2009-01-16 13:17   ` Sverre Rabbelier

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