Skip to content

Commit f368f5a

Browse files
committed
Documentation: minor AsciiDoc mark-up fixes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2e77666 commit f368f5a

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Documentation/config.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ alias.*::
301301
hide existing git commands are ignored. Arguments are split by
302302
spaces, the usual shell quoting and escaping is supported.
303303
quote pair and a backslash can be used to quote them.
304-
305-
If the alias expansion is prefixed with an exclamation point,
306-
it will be treated as a shell command. For example, defining
307-
"alias.new = !gitk --all --not ORIG_HEAD", the invocation
308-
"git new" is equivalent to running the shell command
309-
"gitk --all --not ORIG_HEAD".
304+
+
305+
If the alias expansion is prefixed with an exclamation point,
306+
it will be treated as a shell command. For example, defining
307+
"alias.new = !gitk --all --not ORIG_HEAD", the invocation
308+
"git new" is equivalent to running the shell command
309+
"gitk --all --not ORIG_HEAD".
310310

311311
apply.whitespace::
312312
Tells `git-apply` how to handle whitespaces, in the same way

Documentation/git-daemon.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,16 +248,16 @@ a subdirectory for each virtual host IP address supported.
248248
Repositories can still be accessed by hostname though, assuming
249249
they correspond to these IP addresses.
250250

251-
252-
To enable `git-archive --remote` and disable `git-fetch` against
253-
a repository, have the following in the configuration file in the
254-
repository (that is the file 'config' next to 'HEAD', 'refs' and
255-
'objects').
251+
selectively enable/disable services per repository::
252+
To enable `git-archive --remote` and disable `git-fetch` against
253+
a repository, have the following in the configuration file in the
254+
repository (that is the file 'config' next to 'HEAD', 'refs' and
255+
'objects').
256256
+
257257
----------------------------------------------------------------
258-
[daemon]
259-
uploadpack = false
260-
uploadarchive = true
258+
[daemon]
259+
uploadpack = false
260+
uploadarchive = true
261261
----------------------------------------------------------------
262262

263263

0 commit comments

Comments
 (0)