Hi, I have a git repository. This repository is under a Linux machine. I 
also have this repository available on a Windows machine under a network 
drive. I have git installed both on windows and Linux.

When I do a git status under the Linux console, I get 
***********
calete@hyper:~/public_html/fctyii$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
#
nothing to commit (working directory clean)
***********

When I do git status under Windows using cdm on the network folder I get:
***********
Z:\fctyii>git status
On branch master
Your branch is ahead of 'origin/master' by 2 commits.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        deleted:    explorer/data/plugins/mq.serial/queues/channel-nodes:0
        deleted:   
 explorer/data/plugins/mq.serial/queues/channel-nodes:ajxp_co
nf
        modified:   framework/cli/views/webapp/protected/yiic
        modified:   framework/db/schema/cubrid/CCubridColumnSchema.php
        modified:   framework/db/schema/cubrid/CCubridSchema.php
        modified:   framework/db/schema/cubrid/CCubridTableSchema.php
        modified:   framework/views/ca/error.php
        modified:   framework/views/ca/error400.php
        modified:   framework/views/ca/error403.php
        modified:   framework/views/ca/error404.php
        modified:   framework/views/ca/error500.php
        modified:   framework/views/ca/error503.php
        modified:   framework/views/ca/log-firebug.php
        modified:   framework/views/ca/log.php
        modified:   framework/views/ca/profile-callstack-firebug.php
        modified:   framework/views/ca/profile-callstack.php
        modified:   framework/views/ca/profile-summary-firebug.php
        modified:   framework/views/ca/profile-summary.php
        modified:   framework/yiic
        modified:   protected/yiic

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        explorer/data/plugins/mq.serial/queues/C81O4T~E
        explorer/data/plugins/mq.serial/queues/CBTQK4~4


It took 2.38 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
no changes added to commit (use "git add" and/or "git commit -a")

Z:\fctyii>
***********

Why this is different? I try deleting the repo and cloning again, clean the 
cache, but always, when doing under Windows I say the same status, and when 
doing under Linux I saw directory clean.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to