[PATCH 0/2] status --untracked=no

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

 



Jonas Wunderlich noticed that "git status" documentation mentioned
"--untracked-files=false", which unfortunately is not even accepted
by the command.  It is natural to expect that the "--untracked" option
and the status.showuntrackedFiles configuration variable to take a
Boolean value ("do you want me to show untracked files?"), but the
current code takes nothing but "no" as "no, please do not show any".

Junio C Hamano (2):
  status: unify parsing of --untracked= and status.showUntrackedFiles
  status: allow --untracked=false and friends

 Documentation/config/status.txt |  2 ++
 Documentation/git-commit.txt    |  2 ++
 Documentation/git-status.txt    |  2 ++
 builtin/commit.c                | 57 ++++++++++++++++++++++-----------
 t/t7508-status.sh               | 32 ++++++++++++------
 wt-status.h                     |  3 +-
 6 files changed, 68 insertions(+), 30 deletions(-)

-- 
2.44.0-191-g945115026a





[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