8 Commits

Author SHA1 Message Date
Daniel James
6148083367 Move classes into namespace. 2017-12-28 19:35:16 +00:00
Daniel James
c086031398 Camel case method names. 2016-07-20 00:21:31 +01:00
Daniel James
c062b6f3e6 Support older versions of git.
* `git branch -q` not available.
* `git submodule add --name` not available.
* `git submodule add` requires a repo to have an origin remote.
2016-07-20 00:20:36 +01:00
Daniel James
1988c096f1 Base class for tests. 2016-07-20 00:20:35 +01:00
Daniel James
054d7fc1ab Replace Symfony Process with simple proc_open implementation.
Not worried too much about portability.
2016-07-19 06:37:13 +01:00
Daniel James
22ea0bad5e git config --local isn't available in older git. 2016-07-10 09:50:00 +01:00
Daniel James
450ffb57c6 Implement workaround for github bug. 2016-07-10 09:50:00 +01:00
Daniel James
c44cd6a1ce Start to implement a git repo class.
And added a test for the git bug that I'm concerned with.
2016-07-10 09:50:00 +01:00