Revision eb8c5b872ef144add4ac89f85bcddc974ac7114d authored by Antoine Pelisse on 30 December 2012, 14:39:01 UTC, committed by Junio C Hamano on 02 January 2013, 00:24:48 UTC
Test all possible use-cases of git-status "--ignored" with the
"--untracked-files" option with values "normal" and "all":

 - An untracked directory is listed as untracked if it has a mix of
   untracked and ignored files in it.  With -uall, ignored/untracked
   files are listed as ignored/untracked.

 - An untracked directory with only ignored files is listed as
   ignored.  With -uall, all files in the directory are listed.

 - An ignored directory is listed as ignored. With -uall, all files
   in the directory are listed as ignored.

 - An ignored and committed directory is listed as ignored if it has
   untracked files.  With -uall, all untracked files in the
   directory are listed as ignored.

Signed-off-by: Antoine Pelisse <apelisse@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 721ac4e
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 9.9 KB
TEAMS -rw-r--r-- 1.5 KB
da.po -rw-r--r-- 65.5 KB
de.po -rw-r--r-- 169.0 KB
git.pot -rw-r--r-- 108.0 KB
is.po -rw-r--r-- 3.1 KB
it.po -rw-r--r-- 128.2 KB
nl.po -rw-r--r-- 65.2 KB
pt_PT.po -rw-r--r-- 99.8 KB
sv.po -rw-r--r-- 164.0 KB
vi.po -rw-r--r-- 180.9 KB
zh_CN.po -rw-r--r-- 156.4 KB

README

back to top