git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* `git status -u no` suppresses modified files too.
@ 2019-02-08  1:48 Rusty Russell
  2019-02-08  2:48 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2019-02-08  1:48 UTC (permalink / raw)
  To: git; +Cc: Joel Stanley

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-03  1:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-08  1:48 `git status -u no` suppresses modified files too Rusty Russell
2019-02-08  2:48 ` Jeff King
2019-02-23  4:05   ` Rusty Russell
2019-02-25  8:59     ` Duy Nguyen
2019-03-03  1:22   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).