summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7fab08)
raw | patch | inline | side by side (parent: a7fab08)
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | |
Tue, 14 Feb 2012 23:54:21 +0000 (00:54 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 16 Feb 2012 21:01:31 +0000 (13:01 -0800) |
The line was extended in 2dd8c3 ('git: add --info-path and --man-path
options'), and the formatted man output stopped fitting into the 80
column window.
Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
options'), and the formatted man output stopped fitting into the 80
column window.
Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index a12d15fb98eae16c1b88e8e46ca65fe1af9c1dfb..d8a13bf61c44adf29b642fe1729fb866144afdaa 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
SYNOPSIS
--------
[verse]
-'git' [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
+'git' [--version] [--help] [-c <name>=<value>]
+ [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
- [-c <name>=<value>]
- [--help] <command> [<args>]
+ <command> [<args>]
DESCRIPTION
-----------