Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArcanistGitAPI: replace 'ls-files -m' with diff-files #121

Closed
wants to merge 1 commit into from
Closed

ArcanistGitAPI: replace 'ls-files -m' with diff-files #121

wants to merge 1 commit into from

Conversation

@artagnon
Copy link
Contributor

@artagnon artagnon commented Nov 22, 2013

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.

Signed-off-by: Ramkumar Ramachandra artagnon@gmail.com

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.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
epriestley pushed a commit that referenced this pull request Nov 22, 2013
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: <#121>

Reviewed by: epriestley
@epriestley
Copy link
Member

@epriestley epriestley commented Nov 22, 2013

Cherry-picked as 6033f14. Thanks!

@epriestley epriestley closed this Nov 22, 2013
@artagnon artagnon deleted the artagnon:ls-files-bug branch Nov 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants