summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-06-07 12:50:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-28 05:22:17 (GMT)
commit4576518dd7459f44583f33375dbd8799792fc1f3 (patch)
tree8f5bb082d49b612fdedf589854d8fe5b4fea28dc /Documentation
parentf57882505efe05990102a0d96b37c09baadae03d (diff)
downloadgit-4576518dd7459f44583f33375dbd8799792fc1f3.zip
git-4576518dd7459f44583f33375dbd8799792fc1f3.tar.gz
git-4576518dd7459f44583f33375dbd8799792fc1f3.tar.bz2
Add an option to quiet git-init.
git-init lacks an option to suppress non-error and non-warning output - this patch adds one. Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-init-db.txt2
-rw-r--r--Documentation/git-init.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt
index ab0201a..d4e01cb 100644
--- a/Documentation/git-init-db.txt
+++ b/Documentation/git-init-db.txt
@@ -8,7 +8,7 @@ git-init-db - Creates an empty git repository
SYNOPSIS
--------
-'git-init-db' [--template=<template_directory>] [--shared[=<permissions>]]
+'git-init-db' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
DESCRIPTION
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt
index 413ed65..07484a4 100644
--- a/Documentation/git-init.txt
+++ b/Documentation/git-init.txt
@@ -8,7 +8,7 @@ git-init - Create an empty git repository or reinitialize an existing one
SYNOPSIS
--------
-'git-init' [--template=<template_directory>] [--shared[=<permissions>]]
+'git-init' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
OPTIONS
@@ -16,6 +16,10 @@ OPTIONS
--
+-q, \--quiet::
+
+Only print error and warning messages, all other output will be suppressed.
+
--template=<template_directory>::
Provide the directory from which templates will be used. The default template