Merge pull request #1064 from RainerWinkler/master

Improve documentation regarding folder logic
This commit is contained in:
Lars Hvam 2017-11-19 13:27:10 +01:00 committed by GitHub
commit 31d5d94a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,8 @@ Invalid prefix:
* ZFOO
* ZBAR
The folder logic PREFIX allows to install the repository into a different parent package. This can even be local packages(`$*`), in that case no transport order is required.
### FULL
Any package name is accepted
@ -70,6 +72,8 @@ Any package name is accepted
will give folder structure /zsomething/zhello/
The folder logic FULL forces the installation of the repository into packages with exactly the same name. This can be problematic for contributors who use a system where specific prefixes for the package names are to be used.
## Ignore
Files which abapGit will not download into your ABAP system.