We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Cmder with a cmd.exe session, Git branch information for submodules is broken.
cmd.exe
This is directly related to clink-completions's get_git_dir() not handling submodules correctly.
clink-completions
get_git_dir()
I believe once vladimir-kotikov/clink-completions/issues/46 is closed, git_prompt_filter() which uses get_git_dir() will report the proper branch information.
git_prompt_filter()
The text was updated successfully, but these errors were encountered:
Merge pull request #841 from gpakosz/clink-git-prompt
c304290
Fixed get_git_dir() to take submodules into account. Fixes #833
I thought the commit message would automatically close this issue.
Sorry, something went wrong.
It will when commit appear in master branch. It has been merged into development yet.
I see. Thanks
64d981e
Fixed get_git_dir() to take submodules into account. Fixes cmderdev#833
851ac82
MartiUK
No branches or pull requests
When using Cmder with a
cmd.exe
session, Git branch information for submodules is broken.This is directly related to
clink-completions
'sget_git_dir()
not handling submodules correctly.I believe once vladimir-kotikov/clink-completions/issues/46 is closed,
git_prompt_filter()
which usesget_git_dir()
will report the proper branch information.The text was updated successfully, but these errors were encountered: