lib/gitrb/commit.rb in gitrb-0.1.6 vs lib/gitrb/commit.rb in gitrb-0.1.7

- old
+ new

@@ -19,13 +19,9 @@ def date (committer && committer.date) || (author && author.date) end - def ==(other) - Commit === other && id == other.id - end - def save repository.put(self) id end