Artificial intelligent assistant

tig に untracked なファイルが表示されない tig status view untracked `git status` untracked `git add` .gitignore `git add` untracked `status view` `changes to be committed` `u` `untracked files` tig version 2.0.3 .tigrc # Bind bind generic g move-first-line bind generic G move-last-line bind generic <Ctrl-f> move-page-down bind generic <Ctrl-b> move-page-up bind status C !git commit -v

issue

tig status does not show untracked files outside of current directory · Issue #230

(tig 1.2.1, git 1.9.1) untrack tig

:

tig `tig.c`


static const char *status_list_other_argv[] = {
"git", "ls-files", "-z", "--others", "--exclude-standard", opt_prefix, NULL, NULL,
};


`git ls-files --others ...` untracked untracked git untracked (`git ls-tree --full-tree --name-only HEAD` `git status -s` …)




tig() { (cd $(git rev-parse --show-toplevel) && command tig "$@") }


xcX3v84RxoQ-4GxG32940ukFUIEgYdPy c1ce828cdb9e9d1ae7932c5a529d1e5a