Marc Bernard
Marc Bernard
imho switching branches, tag, or source (URL) should not update anything in my system. it should be a separate decision to change objects because I first need to see what...
In abapGit we do **not** store a copy of the repo files locally. This is a major difference to other Git clients and explains why it behaves differently. Let’s say...
There was a change to the order logic in https://github.com/abapGit/abapGit/pull/5198. I tried running it with older AG versions but it still failed. mmm
Since there are no `TADIR` entries for roles i.e. no association with packages, I would treat them the same way as `TABU` data. An extension of the current data serializer...
We replaced all of `cl_bcs_convert` before (https://github.com/abapGit/abapGit/pull/4605, https://github.com/abapGit/abapGit/pull/4693, This would bring it back... Maybe add a `bintab_to_xstring` method to `zcl_abapgit_convert` without using bcs.
The diff can be hidden (locally) using exit `pre_calculate_repo_status` https://docs.abapgit.org/ref-exits.html#pre_calculate_repo_status Suggest closing
It's not that difficult to implement. Just a bit of coding work 1) It's a loop over all class components and calling `serialize_docu` (https://github.com/abapGit/abapGit/blob/main/src/objects/zcl_abapgit_object_clas.clas.abap#L393). 2) `serialize_docu` needs to be enhanced...
You just have to mention "Closes #xyz" in the PR description :-)
"resolves" should work, too, but it needs to be in the description not the title ;-)
Classes are supposed to be deleted before DDIC (https://github.com/abapGit/abapGit/blob/main/src/objects/core/zcl_abapgit_dependencies.clas.abap#L69). Can you check in your NPL if this routine returns the correct order (in `korrnum`)? If the order is correct (and...