4576518dd7
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>
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
git-init-db(1)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
git-init-db - Creates an empty git repository
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
'git-init-db' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
This is a synonym for gitlink:git-init[1]. Please refer to the
|
|
documentation of that command.
|