git status to show only ignored files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

   is there a way to set git-status to list only explicitally-ignored files ?

So far I'm using:

    git status --porcelain=v2 --branch --show-stash --ignored=matching
--untracked-files=normal

but I'm getting also a list of untracked files and dirs (prefixed with
the question mark sign)

# branch.oid 7afefc0fc6542ea00e478eb61811d0830abb4134
# branch.head TEST
# branch.upstream origin/TEST
# branch.ab +0 -0
? .gitignore
? Configs/
? Logs/
! Configs/non-tracciarmi.txt

Note that:

git status --porcelain=v2 --branch --show-stash --ignored=matching
--untracked-files=no

is not working and reporting "fatal: Unsupported combination of
ignored and untracked-files arguments"

   thanks a lot

           Giampaolo




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux