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

Use the right git-ls flag for untracked #405

Closed
wants to merge 1 commit into from

Conversation

vheon
Copy link
Contributor

@vheon vheon commented Sep 4, 2022

According to the documentation git ls-files help the proper flag for untracked files is --others and not --untracked.

According to the documentation [git ls-files help][1] the proper flag for untracked files is `--others` and not `--untracked`.

[1]: https://git-scm.com/docs/git-ls-files#Documentation/git-ls-files.txt--o
@wincent
Copy link
Owner

wincent commented Sep 5, 2022

Thanks @vheon. Looks like I misported this when I tried (but failed) to copy the Ruby version.

@wincent wincent closed this in c37fd54 Sep 5, 2022
@vheon vheon deleted the fix-git-untracked branch September 5, 2022 10:20
Padmamanickam added a commit to Padmamanickam/command-t that referenced this pull request Feb 6, 2023
Closes: wincent/command-t#405

* pull/405:
  docs: update HISTORY section
  fix: use the right git-ls flag for untracked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants