File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
release/share/git-webui/webui/js
src/share/git-webui/webui/js Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1256,11 +1256,11 @@ webui.StashCommitView = function(stashView) {
1256
1256
var self = this ;
1257
1257
1258
1258
self . update = function ( entry ) {
1259
- if ( currentCommit == entry . commit ) {
1260
- // We already display the right data. No need to update.
1261
- return ;
1259
+ // if (currentCommit == entry.commit) {
1260
+ // // We already display the right data. No need to update.
1261
+ // return;
1262
1262
1263
- }
1263
+ // }
1264
1264
currentCommit = entry . commit ;
1265
1265
self . showDiff ( ) ;
1266
1266
diffView . update ( "stash show -p stash@{" + entry . stashIndex + "}" ) ;
Original file line number Diff line number Diff line change @@ -1256,11 +1256,7 @@ webui.StashCommitView = function(stashView) {
1256
1256
var self = this ;
1257
1257
1258
1258
self . update = function ( entry ) {
1259
- if ( currentCommit == entry . commit ) {
1260
- // We already display the right data. No need to update.
1261
- return ;
1262
1259
1263
- }
1264
1260
currentCommit = entry . commit ;
1265
1261
self . showDiff ( ) ;
1266
1262
diffView . update ( "stash show -p stash@{" + entry . stashIndex + "}" ) ;
You can’t perform that action at this time.
0 commit comments