Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:41 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:41 +0300
commit69247e283c550b4b0e6cb75a457b49e266cede60 (patch)
treec899311fcc3932db54806a19f05741ebb9f8a79e /Documentation
parent689cfaf9e754515d81d602d3cee7781c1dadf41f (diff)
parentc93ca46cf5d0b0cd22e357a6460fa84fd4633440 (diff)
Merge branch 'sg/column-nl' into maint
The parser for the "--nl" option of "git column" has been corrected. * sg/column-nl: column: fix parsing of the '--nl' option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-column.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-column.txt b/Documentation/git-column.txt
index f58e9c43e6..6cea9ab463 100644
--- a/Documentation/git-column.txt
+++ b/Documentation/git-column.txt
@@ -39,7 +39,7 @@ OPTIONS
--indent=<string>::
String to be printed at the beginning of each line.
---nl=<N>::
+--nl=<string>::
String to be printed at the end of each line,
including newline character.