When doing git commit, is there a way to not display the untracked files in my editor (defined in $EDITOR)? I know how to do so in the shell (git status -uno), but I'd like do it in editor as well.
Note that I do not want to ignore these files forever; I just don't want to see them on certain occasions.
 
     
     
     
     
     
     
    