[PATCH] Add no-git-links option to ls-files

2014-06-11 Thread Roland Schulz
Setting the option allows to list files in submodules. Signed-off-by: Roland Schulz rol...@utk.edu --- Documentation/git-ls-files.txt | 4 builtin/ls-files.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt

ls-files -i directories

2013-05-31 Thread Roland Schulz
Hi, the gitignore rules work so that if a directory is ignored, all files in that directory are ignored. While that behavior isn't clearly documented in gitignore, this behavior is consistent across all git tools (status, ls-files, ...). An exception is that listing the ignored files using