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: document a git ls-files bug #120

Closed
wants to merge 1 commit into from
Closed

ArcanistGitAPI: document a git ls-files bug #120

wants to merge 1 commit into from

Conversation

@artagnon
Copy link
Contributor

@artagnon artagnon commented Nov 22, 2013

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.

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

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.

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

Reviewed by: epriestley
@epriestley
Copy link
Member

@epriestley epriestley commented Nov 22, 2013

Thanks, cherry-picked as e62b23e.

@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