提交 1af8bca7 编写于 作者: J Junio C Hamano

Merge branch 'maint'

* maint:
  git-am: fix typo in usage message
  doc/git-daemon: s/uploadarchive/uploadarch/
...@@ -174,7 +174,7 @@ upload-pack:: ...@@ -174,7 +174,7 @@ upload-pack::
upload-archive:: upload-archive::
This serves `git-archive --remote`. It is disabled by This serves `git-archive --remote`. It is disabled by
default, but a repository can enable it by setting default, but a repository can enable it by setting
`daemon.uploadarchive` configuration item to `true`. `daemon.uploadarch` configuration item to `true`.
receive-pack:: receive-pack::
This serves `git-send-pack` clients, allowing anonymous This serves `git-send-pack` clients, allowing anonymous
...@@ -257,7 +257,7 @@ selectively enable/disable services per repository:: ...@@ -257,7 +257,7 @@ selectively enable/disable services per repository::
---------------------------------------------------------------- ----------------------------------------------------------------
[daemon] [daemon]
uploadpack = false uploadpack = false
uploadarchive = true uploadarch = true
---------------------------------------------------------------- ----------------------------------------------------------------
......
...@@ -11,7 +11,7 @@ git-am [options] --skip ...@@ -11,7 +11,7 @@ git-am [options] --skip
-- --
d,dotest= (removed -- do not use) d,dotest= (removed -- do not use)
i,interactive run interactively i,interactive run interactively
b,binary pass --allo-binary-replacement to git-apply b,binary pass --allow-binary-replacement to git-apply
3,3way allow fall back on 3way merging if needed 3,3way allow fall back on 3way merging if needed
s,signoff add a Signed-off-by line to the commit message s,signoff add a Signed-off-by line to the commit message
u,utf8 recode into utf8 (default) u,utf8 recode into utf8 (default)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册