Applied, thanks! On Thu, Aug 4, 2011 at 21:06, Kumar Appaiah <a.kumar@xxxxxxxxxxxxxxxxx> wrote: > When line numbers are enabled, this enables the display of line > numbers in the main view as well. This is useful for cases where one > would want to quickly navigate to a particular commit by the ordering > displayed in tig, using the `:<num>' approach. > --- > tig.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/tig.c b/tig.c > index ed92400..92091ab 100644 > --- a/tig.c > +++ b/tig.c > @@ -6194,6 +6194,9 @@ main_draw(struct view *view, struct line *line, unsigned int lineno) > if (!commit->author) > return FALSE; > > + if (opt_line_number && draw_lineno(view, lineno)) > + return TRUE; > + > if (draw_date(view, &commit->time)) > return TRUE; > > -- > 1.7.2.5 > -- Jonas Fonseca -- 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