On Sat, Nov 15, 2008 at 12:32 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > On Thu, 13 Nov 2008, Giuseppe Bilotta wrote: > >> We make a clear separation between the hash reference and the displayed >> name for refs displayed by git_heads_body. This can be used e.g. to >> group them and display only the distinct part of the name. > > It is not clear for me from this commit message what this patch > is meant to do. Already git_heads_body (and also git_tags_body) > uses $ref{'name'} for display, and $ref{'fullname'} for linking > (to avoid possibility of tag/branch name conflict). >> + my $hname = $ref{'hname'} || $ref{'fullname'} || $ref{'name'}; > > I don't remember setting $ref{'hname'} anywhere; if there is a patch > that sets this, it should really be squashed together with this commit. > Otherwise the commit is not standalone, as it should be. The patch that sets hname is the next patch (the one that introduces git_split_heads_body. It's quite obvious that this whole 'split head lists' part needs some rethinking. -- Giuseppe "Oblomov" Bilotta -- 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