Jakub Narebski <jnareb@xxxxxxxxx> writes: > From 4d86b34d49dd1f18da465952be8306348fef5150 Mon Sep 17 00:00:00 2001 > From: Jakub Narebski <jnareb@xxxxxxxxx> > Date: Thu, 2 Nov 2006 20:14:15 +0100 > Subject: [PATCH 2/2] gitweb: Use git-for-each-ref to generate list of heads and/or tags The first line should not be in the body of the message. > CHANGES IN OUTPUT: Before, if ref in refs/tags was tag pointing to > commit we used committer epoch as epoch for ref, and used tagger epoch > as epoch only for tag pointing to object of other type. If ref in > refs/tags was commit, we used committer epoch as epoch for ref (see > parse_ref; we sorted in gitweb by 'epoch' field). I think that behaviour was inconsistent and just silly. Using creatordate consistently is better so if the code generates what the commit log claims to, I think that is fine (I haven't looked at it deeply yet). Thanks. Will apply. - 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