-
Notifications
You must be signed in to change notification settings - Fork 36
Missing callback on ahead behind changing. #10
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- Be sure to run with tracing enabled to capture runtime details in the log file
- Include the log file in the PR.
- On Windows, the extension log file is at
%LOCALAPPDATA%\GitHubUnity\github-unity.log - On macOS, the extension log file is at
~/Library/Logs/GitHubUnity/github-unity.log - On linux, the extension log file is at
~/.local/share/GitHubUnity/github-unity.log
- On Windows, the extension log file is at
Description
Ahead and behind updating via git fetch are not sending the Environment.Repository.TrackingStatusChanged event.
Steps to Reproduce
- register a simple logging handler to
Environment.Repository.TrackingStatusChanged - Push a new commit to remote from another local checkout
- Call git fetch from G4U
- Observe no callback.
Expected behavior: Callback should occur.
Actual behavior: Nothing.
Reproduces how often: 100% of the time.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working