From 090509e008de819d57ed8275e1df337034bf07da Mon Sep 17 00:00:00 2001 From: Rainer Winkler Date: Sun, 19 Nov 2017 12:57:11 +0100 Subject: [PATCH 1/3] Add arguments for FULL and PREFIX folder logic to documentation Improve documentation so that the arguments for using PREFIX versus FULL folder logic is easily available during maintenance of .abapgit.xml See https://github.com/SAP2Moose/SAP2Moose/issues/78 --- docs/ref-dot-abapgit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ref-dot-abapgit.md b/docs/ref-dot-abapgit.md index 3221f51fb..5086990aa 100644 --- a/docs/ref-dot-abapgit.md +++ b/docs/ref-dot-abapgit.md @@ -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 $tmp, 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 work on systems where specific prefixes are to be used. + ## Ignore Files which abapGit will not download into your ABAP system. From 3c1b83f9ba6e43483e922b11bfccb048cbe87531 Mon Sep 17 00:00:00 2001 From: Rainer Winkler Date: Sun, 19 Nov 2017 13:00:04 +0100 Subject: [PATCH 2/3] Small improvement of formulation --- docs/ref-dot-abapgit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-dot-abapgit.md b/docs/ref-dot-abapgit.md index 5086990aa..56458c726 100644 --- a/docs/ref-dot-abapgit.md +++ b/docs/ref-dot-abapgit.md @@ -72,7 +72,7 @@ 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 work on systems where specific prefixes are to be used. +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 From c21018f723eb3a65a78d4750b6093934e4f1c3a1 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 19 Nov 2017 13:25:22 +0100 Subject: [PATCH 3/3] Update ref-dot-abapgit.md --- docs/ref-dot-abapgit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-dot-abapgit.md b/docs/ref-dot-abapgit.md index 56458c726..d811727b6 100644 --- a/docs/ref-dot-abapgit.md +++ b/docs/ref-dot-abapgit.md @@ -61,7 +61,7 @@ Invalid prefix: * ZFOO * ZBAR -The folder logic PREFIX allows to install the repository into a different parent package. This can even be $tmp, in that case no transport order is required. +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