docs: link user exit CHANGE_TADIR example (#4596)

This commit is contained in:
Lars Hvam 2021-03-04 08:52:27 +01:00 committed by GitHub
parent 1a94c9a0f0
commit 91446c7ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,11 @@ Store username and password in RFC connection setup, see [https://github.com/aba
### HTTP_CLIENT ### HTTP_CLIENT
Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems. Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems.
[https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac) Example: [https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac)
### CHANGE_TADIR ### CHANGE_TADIR
Can be used to skip certain objects, or force a different object setup than currently in TADIR. Can be used to skip certain objects, or force a different object setup than currently in TADIR.
Example: [https://gist.github.com/larshp/cca0ce0ba65efcde5dfcae416b0484f7](https://gist.github.com/larshp/cca0ce0ba65efcde5dfcae416b0484f7)
### GET_SSL_ID ### GET_SSL_ID
Possibility to change the default `ANONYM` ssl id to something system specific Possibility to change the default `ANONYM` ssl id to something system specific
@ -56,6 +57,6 @@ Can be used to set the URL to display a commit. There are default implementation
| Provider | Repo URL | Show Commit URL | | Provider | Repo URL | Show Commit URL |
|-----------|----------|-----------------| |-----------|----------|-----------------|
| github | http(s):\/\/github.com/<user\>/\<repo\>.git | http(s): //github.com/<user\>/\<repo\>/commit/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | | github | http(s):\/\/github.com/<user\>/\<repo\>.git | http(s):\/\/github.com/<user\>/\<repo\>/commit/<sha1> |
| bitbucket | http(s):\/\/bitbucket.org/<user\>/\<repo\>.git | http(s):\/\/bitbucket.org/<user\>/\<repo\>/commits/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | | bitbucket | http(s):\/\/bitbucket.org/<user\>/\<repo\>.git | http(s):\/\/bitbucket.org/<user\>/\<repo\>/commits/<sha1> |
| gitlab | http(s):\/\/gitlab.com/<user\>/\<repo\>.git | http(s):\/\/gitlab.com/\<user\>/\<repo\>/-/commit/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 | | gitlab | http(s):\/\/gitlab.com/<user\>/\<repo\>.git | http(s):\/\/gitlab.com/\<user\>/\<repo\>/-/commit/<sha1> |