Documentation: Fix indentation problem in git-commit(1)
authorJacob Helwig <jacob.helwig@gmail.com>
Mon, 15 Feb 2010 12:33:06 +0000 (04:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Feb 2010 03:03:24 +0000 (19:03 -0800)
commite9e921981d10554a325f4a1e67e920947e0e4800
treea86a33c0a85f7d6d4dc97a9e9357e54176d6ceec
parent7c0be4da5cab4efd89ee6583f7009d648a75a725
Documentation: Fix indentation problem in git-commit(1)

Ever since the "See linkgit:git-config[1]..." paragraph was added to the
description for --untracked-files (d6293d1), the paragraphs for the
following options were indented at the same level as the "See
linkgit:git-config[1]" paragraph.  This problem showed up in the
manpages, but not in the HTML documentation.

While this does fix the alignment of the options following
--untracked-files in the manpage, the "See linkgit..." portion of the
description does not retain its previous indentation level in the
manpages, or HTML documentation.

Signed-off-by: Jacob Helwig <jacob.helwig@gmail.com>
Acked-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt