mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00

* introduce interfaces for classes zcl_abapgit_xml_input/output * refactor classes to use interfaces * fix indentation of xml files * fix exception class * Removed default for commit comment (#3513) * Removed default for commit comment Closes https://github.com/larshp/abapGit/issues/3511 * Removed default for commit comment Co-authored-by: Lars Hvam <larshp@hotmail.com> * Fix incorrect status of ignored files in repo view (#3506) * Fix incorrect status of ignored filed in repo view After update of repo settings, some ignored files showed as "-/A". https://github.com/larshp/abapGit/pull/3415 * Whitespace Co-authored-by: Lars Hvam <larshp@hotmail.com> * Minor improvements of icons in repo view (#3493) * Minor improvement for icons in repo view * Add Icon Legend in "Debug Info" A place to see available icons (will copy it to documentation). * Pretty print * Reverse icons in debug info Icons are now in docs. No need for this here Co-authored-by: Lars Hvam <larshp@hotmail.com> * z'ify * zif'y * remove to much zif'iation * whitespace Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
16 lines
467 B
XML
16 lines
467 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_INTF" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOINTERF>
|
|
<CLSNAME>ZIF_ABAPGIT_XML_INPUT</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Interface for XML INPUT</DESCRIPT>
|
|
<EXPOSURE>2</EXPOSURE>
|
|
<STATE>1</STATE>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOINTERF>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|