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

Incorrect git root abbreviation #729

Merged
merged 1 commit into from
Dec 17, 2019
Merged

Conversation

elsassph
Copy link
Contributor

@elsassph elsassph commented Dec 17, 2019

Found a subtle problem in the git path abbreviation (#720):

# this is correct
git show :README.md
git show :src/GitUtils.ps1

# this is wrong
git show :/README.md 
git show :/src/GitUtils.ps1

So it seems to me that the abbreviation should be adjusted - PR changes abbreviation to:
image

@rkeithhill rkeithhill merged commit 8fc8e8e into dahlbyk:master Dec 17, 2019
@dahlbyk dahlbyk modified the milestone: v1.0 Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants