Mike Pokraka

Results 156 comments of Mike Pokraka

Hmm, so been learning about Git protocol bands. The header may be correct if it's shown raw. Not sure which side the issue is. Either it's doubling up the band...

Have debugged that and it is definitely correct in adding the band. The other unusual thing is that I can pull from CLI, which makes me wonder if it's not...

Perhaps, or AG should handle it as it did before. That's why I logged it in both. In any case I don't have time to do this myself right now....

Whether least amount of code is a good thing [depends on context](http://ioccc.snox.net/bin_decode.html) 😉 It's also sometimes subjective, that's why this is a discussion - as you suggested. Agree it's low...

I’m looking at this from a regular git point of view, pretty much every other git client out there functions this way. All the git clients I've used (native git,...

Interesting discussion, exactly what I was hoping for :) Rather than a wall of text, I'll add a couple of responses. This issue was intended as a discussion point, because...

@mbtools, I agree and understand abapGit does not store a local repo. As I see it, the SAP system is the equivalent to the working tree and GitHub etc. is...

Just to make it a little more visual, here is an example from [abapGitTestBranch](https://github.com/pokrakam/abapGitTestBranch), which I have cloned onto my local machine. Feel free to play around with it too....

Isn't that an unusual / ungitlike use of branches? I would imagine multiple devs having a branch each on the same SAP system could become very difficult to manage. The...

I have worked with such setups without Git quite, using a 2- or 3-development system landscape and it can get very messy if not done right, but it can work...