1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-12-03 04:02:42 +01:00
phorge-arcanist/src/repository/api
Ramkumar Ramachandra 6033f14221 ArcanistGitAPI: replace 'ls-files -m' with diff-files
As documented,

  $ git ls-files -m

fails to exclude ignored submodules. Replace it with an equivalent:

  $ git diff-files --name-only

which does not suffer from this defect.

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

Reviewed by: epriestley
2013-11-22 08:39:20 -08:00
..
__tests__ Extract configuration read/write methods out of BaseWorlkflow 2013-10-18 16:10:45 -07:00
ArcanistGitAPI.php ArcanistGitAPI: replace 'ls-files -m' with diff-files 2013-11-22 08:39:20 -08:00
ArcanistMercurialAPI.php Handle empty output from hg --debug branches in the parser 2013-11-04 12:15:12 -08:00
ArcanistRepositoryAPI.php Extract configuration read/write methods out of BaseWorlkflow 2013-10-18 16:10:45 -07:00
ArcanistSubversionAPI.php Keep Arcanist from mistaking paths that look like svn:externals as svn:externals 2013-10-04 17:31:18 -07:00