The commit message should explain why this is needed, and in particular why you prefer this to setting pager.tag in your ~/.gitconfig. Michal Vyskocil <mvyskocil@xxxxxxx> writes: > --- a/builtin/tag.c > +++ b/builtin/tag.c > @@ -147,6 +147,8 @@ static int list_tags(const char **patterns, int lines, > struct commit_list *with_commit) > { > struct tag_filter filter; > + > + setup_pager(); Git indents with tabs, not spaces, and does not leave trailing whitespaces. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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