Skip to content

Commit 1af8bca

Browse files
committed
Merge branch 'maint'
* maint: git-am: fix typo in usage message doc/git-daemon: s/uploadarchive/uploadarch/
2 parents 9d88058 + 008442f commit 1af8bca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-daemon.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ upload-pack::
174174
upload-archive::
175175
This serves `git-archive --remote`. It is disabled by
176176
default, but a repository can enable it by setting
177-
`daemon.uploadarchive` configuration item to `true`.
177+
`daemon.uploadarch` configuration item to `true`.
178178

179179
receive-pack::
180180
This serves `git-send-pack` clients, allowing anonymous
@@ -257,7 +257,7 @@ selectively enable/disable services per repository::
257257
----------------------------------------------------------------
258258
[daemon]
259259
uploadpack = false
260-
uploadarchive = true
260+
uploadarch = true
261261
----------------------------------------------------------------
262262

263263

git-am.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git-am [options] --skip
1111
--
1212
d,dotest= (removed -- do not use)
1313
i,interactive run interactively
14-
b,binary pass --allo-binary-replacement to git-apply
14+
b,binary pass --allow-binary-replacement to git-apply
1515
3,3way allow fall back on 3way merging if needed
1616
s,signoff add a Signed-off-by line to the commit message
1717
u,utf8 recode into utf8 (default)

0 commit comments

Comments
 (0)