From 9ab876720cbaa7bef5a4fd4e8b831d52e5b5cf04 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 28 Apr 2008 08:40:29 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.5.1-99-gf0ec4 --- git-checkout.html | 4 ++-- git-checkout.txt | 2 +- git-rev-parse.html | 12 +++++++++++- git-rev-parse.txt | 5 +++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/git-checkout.html b/git-checkout.html index 1b5fbff20..a594af5c8 100644 --- a/git-checkout.html +++ b/git-checkout.html @@ -326,7 +326,7 @@ working tree.

---track +-t, --track

@@ -539,7 +539,7 @@ $ git add frotz

diff --git a/git-checkout.txt b/git-checkout.txt index e11cddbfc..a644173e1 100644 --- a/git-checkout.txt +++ b/git-checkout.txt @@ -47,7 +47,7 @@ OPTIONS by linkgit:git-check-ref-format[1]. Some of these checks may restrict the characters allowed in a branch name. ---track:: +-t, --track:: When creating a new branch, set up configuration so that git-pull will automatically retrieve data from the start point, which must be a branch. Use this if you always pull from the same upstream branch diff --git a/git-rev-parse.html b/git-rev-parse.html index 9e07b1936..785ccf1ab 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html @@ -356,6 +356,16 @@ distinguish between them.

+-q, --quiet +
+
+

+ Only meaningful in --verify mode. Do not output an error + message if the first argument is not a valid object name; + instead exit with non-zero status silently. +

+
+
--sq
@@ -856,7 +866,7 @@ Junio C Hamano <junkio@cox.net> and Pierre Habouzit <madcoder@debian.or diff --git a/git-rev-parse.txt b/git-rev-parse.txt index 6513c2efe..110e7ba71 100644 --- a/git-rev-parse.txt +++ b/git-rev-parse.txt @@ -52,6 +52,11 @@ OPTIONS The parameter given must be usable as a single, valid object name. Otherwise barf and abort. +-q, --quiet:: + Only meaningful in `--verify` mode. Do not output an error + message if the first argument is not a valid object name; + instead exit with non-zero status silently. + --sq:: Usually the output is made one line per flag and parameter. This option makes output a single line, -- 2.26.2