You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I believe this was causing change detection to fail on my machine with a download of the latest development branch. Is --no-lock-index a standard option for git status? I could not find any reference to it, and when I attempt to run using the bundled vendor git it fails with an unknown option error.
The reason will be displayed to describe this comment to others. Learn more.
Ah - thanks very much for the reply. I had grabbed the latest development branch build, which looks like it has the -no-lock-index update but not the git upgrade. Will keep an eye out for the next merge/build to take the latest git and this improvement. 👍
bb312ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this was causing change detection to fail on my machine with a download of the latest development branch. Is
--no-lock-index
a standard option forgit status
? I could not find any reference to it, and when I attempt to run using the bundled vendor git it fails with an unknown option error.Thanks much for any info.
bb312ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amcclain yeah you'd have to use a recent Git version for that (git-for-windows/git@e113139)
bb312ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah - thanks very much for the reply. I had grabbed the latest development branch build, which looks like it has the -no-lock-index update but not the git upgrade. Will keep an eye out for the next merge/build to take the latest git and this improvement. 👍