-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Git
-
None
Use case
I placed the current position at a particular commit on the History page.
I am pulling the latest changes from global repository.
My current commit position in the History should not change. It would give me the opportunity to to Ctrl-Click the HEAD and to see the difference. If I need to make the new HEAD my highlighted position, I can do so myself.
Issue
After Pull action you move the highlighted position to the very last commit, even if it is in the different (not chosen as active) Git branch.
Request
Leave the highlighted position where it was before Pull action was called. Do not move it at all - not even to the HEAD of the current branch.
Exception for the rare special case: If highlighted commit was removed by some rebasing action. Only in this case you can highlight any other commit you want.