Jakub Narebski <jnareb@xxxxxxxxx> writes: > Perhaps it should be "LF ('\n') and TAB ('\t')". Official terminology seems to call \t "HT", but my feeling is that we would not need that comment there. > Or > return $es{$seq} if exists $es{$seq}; Although gitweb is full of that syntax, I personally do not like it very much. It is really hard to read when you are trying to skim through the code quickly. You would have to say "why return it? ah -- only when it exists, then it makes sense", which is a hiccup that disrupts the thought process. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html