]> Sergey Matveev's repositories - public-inbox.git/commit
feed: comment about the %deleted hash
authorEric Wong <e@80x24.org>
Sat, 26 Apr 2014 22:22:35 +0000 (22:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Apr 2014 22:22:35 +0000 (22:22 +0000)
commit3da6c88f4bdffd2ae83d0c9108e20136c8986a80
treeedb1d6a2cc17eece165d9f13c1e704df2c4d638f
parent00ebf78d1be09d9328cef47cc229f4f4c30bd69f
feed: comment about the %deleted hash

It's strictly not necessary anymore since
commit fa6168c56bdd1cece178b6b852a9b2cba6ce6ffb
("feed: message must exist in current HEAD to show up")

However it can still save us some unnecessary syscalls and
round-trips to the "git cat-file --batch" process, so it's probably
worth th cost of stuffing it in a hash.
lib/PublicInbox/Feed.pm