From 849b1671dceeb3015152557063fef280d2a80a7f Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 10 May 2018 09:39:23 +0200 Subject: [PATCH] Update other-api.md --- docs/other-api.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/other-api.md b/docs/other-api.md index b9f3ff37c..7c77340dc 100644 --- a/docs/other-api.md +++ b/docs/other-api.md @@ -22,7 +22,7 @@ todo, how to list branches? ### Create Offline ```abap -zcl_abapgit_repo_srv=>get_instance( )->new_online( +zcl_abapgit_repo_srv=>get_instance( )->new_offline( ``` ### List @@ -144,9 +144,12 @@ METHOD decisions. rs_checks-requirements-decision = 'Y'. ENDIF. + IF rs_checks-transport-required = abap_true. + rs_checks-transport-transport = 'SOMETHING'. + ENDIF. + ENDMETHOD. ``` todo: -[https://github.com/larshp/abapGit/issues/1333](https://github.com/larshp/abapGit/issues/1333) -[https://github.com/larshp/abapGit/issues/1331](https://github.com/larshp/abapGit/issues/1331) \ No newline at end of file +[https://github.com/larshp/abapGit/issues/1331](https://github.com/larshp/abapGit/issues/1331)