t0021: keep filter log files on comparison
[gitweb.git] / Documentation / git-receive-pack.txt
index 7267ecfbe85b6c8246af79d1fb1fcf3dadf74764..86a4b32f0f1cbb8b69ff8b935edade6f14e7d5e2 100644 (file)
@@ -239,7 +239,8 @@ This has a few user-visible effects and caveats:
   3. The `pre-receive` hook MUST NOT update any refs to point to
      quarantined objects. Other programs accessing the repository will
      not be able to see the objects (and if the pre-receive hook fails,
-     those refs would become corrupted).
+     those refs would become corrupted). For safety, any ref updates
+     from within `pre-receive` are automatically rejected.
 
 
 SEE ALSO