* [PATCH] Document service option receive-pack
@ 2007-08-29 9:57 Jari Aalto
0 siblings, 0 replies; only message in thread
From: Jari Aalto @ 2007-08-29 9:57 UTC (permalink / raw)
To: git
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
Documentation/git-daemon.txt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index f902161..91ce5f3 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -157,6 +157,13 @@ the facility of inet daemon to achieve the same before spawning
SERVICES
--------
+receive-pack::
+ Allow anonymous push to the repository. Use with caution.
+ Anyone can do anything in there: push to the repository,
+ delete content and branches or even add malicious code. This
+ kind of public pushable repository content needs peer review
+ and cannot be trusted.
+
upload-pack::
This serves `git-fetch-pack` and `git-peek-remote`
clients. It is enabled by default, but a repository can
--
1.5.3.rc5
Available from git repository http://cante.net/~jaalto/git/git
Branch: Documentation/git-daemon.txt+document-service-option--receive-pack
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-29 9:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 9:57 [PATCH] Document service option receive-pack Jari Aalto
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.