Skip to content

Commit 3b9df7e

Browse files
committed
Hide all commits tab under libgit
1 parent 848c4ab commit 3b9df7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GToolkit4Git/GtGitRepository.class.st

+1
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ GtGitRepository >> gtActionRepairFor: anAction [
724724
GtGitRepository >> gtAllCommitsFor: aView [
725725
<gtView>
726726
<gtRepositoryView>
727+
IceRepository repositoryClass == IceGitCliRepository ifFalse: [^aView empty].
727728
^ aView explicit
728729
title: 'All Commits' translated;
729730
priority: 4;

0 commit comments

Comments
 (0)