Skip to content

Commit b233319

Browse files
committed
fix: pinch
1 parent 2570b3e commit b233319

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/kotlin/app/hashers/CommitHasher.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class CommitHasher(private val serverRepo: Repo = Repo(),
3636
val knownCommits = serverRepo.commits.toHashSet()
3737

3838
observable
39-
.takeWhile { new -> // Hash until last known commit.
40-
new.rehash != lastKnownCommit?.rehash
41-
}
4239
// Don't hash known to server commits.
4340
.filter { commit -> !knownCommits.contains(commit) }
4441
// Hash only commits made by authors with specified emails.

0 commit comments

Comments
 (0)