gitter icon indicating copy to clipboard operation
gitter copied to clipboard

Gitter allows you to interact in an object oriented manner with Git repositories.

Results 10 gitter issues
Sort by recently updated
recently updated
newest added

$commitHash . '**~1**..' . $commitHash does invalid git command: /usr/bin/git diff dcfb86e~1..dcfb86e GitConnector: fatal: ambiguous argument 'dcfb86e**~1**..dcfb86e': unknown revision or path not in the working tree. Use '--' to separate...

The git repos contains files named like index(0).html. The file names display correctly when the enclosing directory is selected but the contents are not displayed neither pretty print nor raw....

I've got a docker build based on alpine 3.7 + php-fpm 7.1 + nginx: https://github.com/cmanley/gitlist-docker I'd like to use PHP 7.2, but the 1.01 build on gitlist.org does not support...

The guichan repo (https://code.google.com/p/guichan/) has some log entries which are utf-8 encoded, some which are not. All of these get appended together and the XML encoder has not way to...

说明.md commit it ``` $commit = $repo->getCommit($hash); //NULL ```

Hi, I would like to add getLatestTag method into the Repository class. Or, getTag method return with Tag class from Repository class, and getAll; getLast methods will be in Tag...

Probably it could use `method_exists()` and stay compatible with 2.8 .. 6.x https://github.com/symfony/symfony/commit/8895bc1b5bab9af56fbc4458337f83046347bab5 Closes https://github.com/klaussilveira/gitter/issues/70

Faced in https://github.com/mglaman/drupalorg-cli/issues/170 when newer version of Symfony changed API basic fix is ```diff - $process = new Process(...); + $process = Process::fromShellCommandline(...); ```