[git-users] Re: untracked files not shown when using 'git status'

2015-11-30 Thread Kurt Vermeiren
I would agree with Matthew on this. I understand the rationale to not show 
the files because of the possible very big directories... but the 
documentation clearly states "directories and files"

On Friday, 27 November 2015 17:16:30 UTC+1, Kurt Vermeiren wrote:
>
> In our project we have 4 untracked files, for local development. 
>
> Output of *git status *:
>
> Untracked files:
>   (use "git add ..." to include in what will be committed)
>
> sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml
> sdb-ear/src/main/application/
> sdb-services/src/main/webapp/WEB-INF/jboss-web.xml
> sdb-web/src/main/webapp/WEB-INF/jboss-web.xml
>
> Note the second line, only the directory is shown. 
>
> Output of *git status --untracked-files *:
>
> Untracked files:
>   (use "git add ..." to include in what will be committed)
>
> sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml
> sdb-ear/src/main/application/META-INF/jboss-deployment-structure.xml
> sdb-services/src/main/webapp/WEB-INF/jboss-web.xml
> sdb-web/src/main/webapp/WEB-INF/jboss-web.xml
>
> What is the difference between both commands, our believe is the output 
> should be identical.
>
> We are on 2.6.3, OS is Ubuntu 14.04 LTS
>
> Cheers
> Kurt
>
>

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


[git-users] untracked files not shown when using 'git status'

2015-11-27 Thread Kurt Vermeiren
In our project we have 4 untracked files, for local development. 

Output of *git status *:

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

sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml
sdb-ear/src/main/application/
sdb-services/src/main/webapp/WEB-INF/jboss-web.xml
sdb-web/src/main/webapp/WEB-INF/jboss-web.xml

Note the second line, only the directory is shown. 

Output of *git status --untracked-files *:

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

sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml
sdb-ear/src/main/application/META-INF/jboss-deployment-structure.xml
sdb-services/src/main/webapp/WEB-INF/jboss-web.xml
sdb-web/src/main/webapp/WEB-INF/jboss-web.xml

What is the difference between both commands, our believe is the output 
should be identical.

We are on 2.6.3, OS is Ubuntu 14.04 LTS

Cheers
Kurt

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