git-php icon indicating copy to clipboard operation
git-php copied to clipboard

Add getChanges method

Open derUli opened this issue 5 years ago • 4 comments

Unfortunately I wasn't able to get your tests running on my windoze machine.

But I verified my code with a standalone php script.

C:\Users\deruli\Documents\GitHub\git-php>php test.php
array(1) {
  ["src/GitRepository.php"]=>
  string(1) "M"
}

derUli avatar Mar 15 '19 15:03 derUli

Thanks! Looks good. But I'm not sure about API, give me some time, I will think about it.

BTW. What is your use-case?

janpecha avatar Mar 21 '19 19:03 janpecha

@janpecha I am the main developer of a content management system. I developed a git client extension module for it using your lib https://github.com/derUli/git_client

derUli avatar Mar 21 '19 20:03 derUli

Ok, thanks.

janpecha avatar Mar 21 '19 20:03 janpecha

Why is this merge request still not merged?

derUli avatar Jan 22 '20 13:01 derUli