File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ upload-pack::
174
174
upload-archive::
175
175
This serves `git-archive --remote`. It is disabled by
176
176
default, but a repository can enable it by setting
177
- `daemon.uploadarchive ` configuration item to `true`.
177
+ `daemon.uploadarch ` configuration item to `true`.
178
178
179
179
receive-pack::
180
180
This serves `git-send-pack` clients, allowing anonymous
@@ -257,7 +257,7 @@ selectively enable/disable services per repository::
257
257
----------------------------------------------------------------
258
258
[daemon]
259
259
uploadpack = false
260
- uploadarchive = true
260
+ uploadarch = true
261
261
----------------------------------------------------------------
262
262
263
263
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ git-am [options] --skip
11
11
--
12
12
d,dotest= (removed -- do not use)
13
13
i,interactive run interactively
14
- b,binary pass --allo -binary-replacement to git-apply
14
+ b,binary pass --allow -binary-replacement to git-apply
15
15
3,3way allow fall back on 3way merging if needed
16
16
s,signoff add a Signed-off-by line to the commit message
17
17
u,utf8 recode into utf8 (default)
You can’t perform that action at this time.
0 commit comments