Re: [PATCH] Add git-annotate - a tool for annotating files with the revision and person that created each line in the file.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Hi,

On Wed, 8 Feb 2006, Peter Eriksen wrote:


Just add a function like

-- snip --
sub all_lines_claimed {
        return ($leftover_lines == 0);
}
-- snap --

and you're done.

However, it does not yet do the correct thing: it does not show the root 
commit. For example, if you do "git annotate git-am.sh" it should show 
"d1c5f2a4" for the first lines, not "a1451104" as it does.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Add git-annotate - a tool for annotating files ..., Johannes Schindelin, (Wed Feb 8, 9:05 am)
Re: [PATCH] Add git-annotate - a tool for annotating files ..., Johannes Schindelin, (Wed Feb 8, 10:45 am)
Re: [PATCH] Add git-annotate - a tool for annotating files ..., Randal L. Schwartz, (Wed Feb 8, 11:47 am)