--- Jakub Narebski <jnareb@xxxxxxxxx> wrote: > As a interim solution it is a good idea, moreover with using $hash_base > defaulting to HEAD instead of using HEAD literaly. > > The correct solution would be to make "html" page (i.e. "blob" not > "blob_plain" view) also for binary files. <img> element for image/* > mimetype, perhaps <embed> or <object>, or just plain link for other > binary (not text/* or some application/*) types We already do have a hash_base context. It is what allows us to "select" a revision from shortlog and ask "tree", "history", etc from there on, having set "h" and/or "hb". What this patch does is simply set "h" and/or "hb" to the string "HEAD" instead of the string "<SHA1 of HEAD>" when h/hb is not defined. Luben > > I was AFK for few days. > -- > Jakub Narebski > Poland > - 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