is there a way to get git not to show the untracked files?

Posted by chiggsy on Stack Overflow See other posts from Stack Overflow or by chiggsy
Published on 2010-05-05T15:08:25Z Indexed on 2010/05/05 15:18 UTC
Read the original article Hit count: 221

Filed under:

Is there a way to , when doing

git commit 

to not display the untracked files in my $EDITOR?

I know how to do so in the shell, using git status -u no, but I'd like do it in $EDITOR as well

EDIT: I should have stated, I do not want to ignore these files forever, just not see them on certain occasions...

© Stack Overflow or respective owner

Related posts about git