Skip to content

Commit 07fdbd2

Browse files
Update settings-global.md
1 parent 1216223 commit 07fdbd2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/user-guide/setup/settings-global.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,15 @@ Note: Global settings are relevant for online projects, only.
1616

1717
## Proxy Settings
1818

19-
If your server is behind a proxy, you can maintain the proxy host and port here. Do not enter any "http://" or "https://" prefix for the proxy host. Just enter the host name
20-
or its IP address.
19+
If your server is behind a proxy, you can maintain the proxy host and port here. Do not enter any "http://" or "https://" prefix for the proxy host. Just enter the host name or its IP address.
2120

2221
If your proxy requires you to login, set the proxy authentication flag. Then abapGit will prompt you for your proxy user and password, when an online connection is required.
2322

24-
In case the proxy should not be used for all repositories, exceptions can be maintained. Enter each exception on a separate line. Patterns are allowed,
25-
for example `*.sap.internal*`.
23+
In case the proxy should not be used for all repositories, exceptions can be maintained. Enter each exception on a separate line. Patterns are allowed, for example `*.sap.internal*`.
2624

2725
## Commit Message Settings
2826

29-
Each commit to an online repository requires a commit message. The corresponding settings define the maximum length for the comment (message header) and body. Defaults are set
30-
to 50/72 according to the "[Rule of Well Formed Git Commit Messages](https://www.midori-global.com/blog/2018/04/02/git-50-72-rule)".
27+
Each commit to an online repository requires a commit message. The corresponding settings define the maximum length for the comment (message header) and body. Defaults are set to 50/72 according to the "[Rule of Well Formed Git Commit Messages](https://www.midori-global.com/blog/2018/04/02/git-50-72-rule)".
3128

3229
You can also maintain a default for the comment. Variables $OBJECT and $FILE will be replaced by the number of objects or files contained in the commit.
3330

0 commit comments

Comments
 (0)