Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Must not modify the_index.cache as it may be passed to realloc at some point.
[gitweb.git]
/
Documentation
/
git-init-db.txt
diff --git
a/Documentation/git-init-db.txt
b/Documentation/git-init-db.txt
index ab0201aec2131d48b535cf6307fc446dffd89a9b..d4e01cb325150b72a30bde67ba55461d8062fb83 100644
(file)
--- 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