Skip to content

Commit e23a383

Browse files
committed
repository: don't hide graph during rebase
It's useful for context
1 parent 59a29c2 commit e23a383

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

components/repository/repository.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ <h2 class="text-muted">
1919
</h2>
2020
<!-- /ko -->
2121

22-
<!-- ko if: showLog -->
23-
2422
<div class="repository-actions">
2523
<!-- ko if: refreshButton -->
2624
<!-- ko component: refreshButton --><!-- /ko -->
@@ -38,6 +36,4 @@ <h2 class="text-muted">
3836
</div>
3937

4038
<!-- ko component: graph --><!-- /ko -->
41-
42-
<!-- /ko -->
4339
</div>

components/repository/repository.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class RepositoryViewModel {
3030
this.server.watchRepository(value);
3131
});
3232
this.server.watchRepository(this.repoPath());
33-
this.showLog = this.isBareDir ? ko.observable(true) : this.staging.isStageValid;
3433
this.parentModulePath = ko.observable();
3534
this.parentModuleLink = ko.observable();
3635
this.isSubmodule = ko.computed(() => this.parentModulePath() && this.parentModuleLink());

0 commit comments

Comments
 (0)