File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
311311apply.whitespace::
312312 Tells `git-apply` how to handle whitespaces, in the same way
Original file line number Diff line number Diff line change @@ -248,16 +248,16 @@ a subdirectory for each virtual host IP address supported.
248248Repositories can still be accessed by hostname though, assuming
249249they 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
You can’t perform that action at this time.
0 commit comments