1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 01:28:51 +02:00
phorge-arcanist/src/repository
Ramkumar Ramachandra e62b23e67d ArcanistGitAPI: document a git ls-files bug
When a submodule is ignored (ignore=all in .gitconfig),

  $ git ls-files -m

fails to exclude the submodule from the listing. Other commands like

  $ git diff-index --name-only HEAD

exclude it just fine.

See: <https://github.com/facebook/arcanist/pull/120>

Reviewed by: epriestley
2013-11-22 05:35:37 -08:00
..
api ArcanistGitAPI: document a git ls-files bug 2013-11-22 05:35:37 -08:00
hookapi Delete license headers from files 2012-11-05 11:16:24 -08:00
parser Handle empty output from hg --debug branches in the parser 2013-11-04 12:15:12 -08:00