From: Rusty Russell <rusty@rustcorp.com.au>
To: git@vger.kernel.org
Cc: "Joel Stanley" <joel@jms.id.au>
Subject: `git status -u no` suppresses modified files too.
Date: Fri, 08 Feb 2019 12:18:57 +1030 [thread overview]
Message-ID: <87y36rcanq.fsf@rustcorp.com.au> (raw)
This broke my "is this clean?" sanity check and very much violates
the man page description.
(I am now using `git diff --name-only` instead at Joel's suggestion.)
$ git status
On branch guilt/repro
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: tools/repro-build.sh
Untracked files:
(use "git add <file>..." to include in what will be committed)
.cache/
ANALYSIS
NOTES
SHA256SUMS
SHA256SUMS.asc
badpeer.json
base
channels.out.xz
no changes added to commit (use "git add" and/or "git commit -a")
$ git status -u no
On branch guilt/repro
nothing to commit, working tree clean
$ git --version
git version 2.19.1
$
Cheers,
Rusty.
next reply other threads:[~2019-02-08 1:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-08 1:48 Rusty Russell [this message]
2019-02-08 2:48 ` `git status -u no` suppresses modified files too Jeff King
2019-02-23 4:05 ` Rusty Russell
2019-02-25 8:59 ` Duy Nguyen
2019-03-03 1:22 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y36rcanq.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=git@vger.kernel.org \
--cc=joel@jms.id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.