We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1fd4c commit a2cc118Copy full SHA for a2cc118
js/historyview.js
@@ -1475,7 +1475,7 @@ define(['d3'], function() {
1475
this.reset(origBranch)
1476
this._setCurrentBranch(origBranch)
1477
this.addReflogEntry(
1478
- 'HEAD', targetCommit.id, 'rebase finished: returning to resf/heads/' + origBranch
+ 'HEAD', this.getCommit('HEAD').id, 'rebase finished: returning to resf/heads/' + origBranch
1479
)
1480
1481
origBranch, newHeadCommit.id, 'rebase finished: refs/heads/' +
0 commit comments