mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
docs: link user exit CHANGE_TADIR example (#4596)
This commit is contained in:
parent
1a94c9a0f0
commit
91446c7ebe
|
@ -36,10 +36,11 @@ Store username and password in RFC connection setup, see [https://github.com/aba
|
|||
|
||||
### HTTP_CLIENT
|
||||
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
|
||||
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
|
||||
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 |
|
||||
|-----------|----------|-----------------|
|
||||
| github | http(s):\/\/github.com/<user\>/\<repo\>.git | http(s): //github.com/<user\>/\<repo\>/commit/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 |
|
||||
| bitbucket | http(s):\/\/bitbucket.org/<user\>/\<repo\>.git | http(s):\/\/bitbucket.org/<user\>/\<repo\>/commits/17b6411cdb59cfb4478a8e6b3de1da3241fedd41 |
|
||||
| gitlab | http(s):\/\/gitlab.com/<user\>/\<repo\>.git | http(s):\/\/gitlab.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/<sha1> |
|
||||
| gitlab | http(s):\/\/gitlab.com/<user\>/\<repo\>.git | http(s):\/\/gitlab.com/\<user\>/\<repo\>/-/commit/<sha1> |
|
||||
|
|
Loading…
Reference in New Issue
Block a user