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

Support blame on files outside the workspace repository #1

Closed
Gama11 opened this issue Sep 6, 2016 · 3 comments
Closed

Support blame on files outside the workspace repository #1

Gama11 opened this issue Sep 6, 2016 · 3 comments

Comments

@Gama11
Copy link

Gama11 commented Sep 6, 2016

This extension seems broken for all files that are outside of the workspace's Git repo. I get errors like this in the developer console:

fake:1 fatal: '../../../../../HaxeToolkit/haxe/lib/flixel/git/flixel/FlxObject.hx' is outside repository

The absolute path for that is C:/HaxeToolkit/haxe/lib/flixel/git/flixel/FlxObject.hx, and that file is in a Git repo, just a different one than the workspace I'm currently in.

The command run seems to be git blame --porcelain --root -- <file-path> - probably need to switch the working directory first in these cases?

@eamodio
Copy link
Member

eamodio commented Sep 14, 2016

@Gama11 Thanks for the report. The way it is currently setup this might be tricky to implement, but I'll look into it.

@eamodio eamodio changed the title Doesn't work for files outside the workspace repository Support blame on files outside the workspace repository Sep 16, 2016
@Gama11
Copy link
Author

Gama11 commented Sep 27, 2016

Seems to work nicely now, thanks! :)

@github-actions
Copy link

github-actions bot commented Dec 9, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants