gitlib icon indicating copy to clipboard operation
gitlib copied to clipboard

Results 22 gitlib issues
Sort by recently updated
recently updated
newest added

This incorporates the previous change https://github.com/jwiegley/gitlib/commit/5fc31eff3c45a7ca8aa9aa9ab46ab17a4ddbe927 that changes the `Build-Type` from `Custom` to `Simple`. This removes an implicit dependency on `setup.Cabal >=1.9 &&

I tried to create a repo in a temp dir auto-generated by `withSystemTempDirectory` but it'd inexplicably throw a git exception. After a bit of debugging I found out that it...

update libgit2 to 1.7.1 the build works, but some functions of gitlib-libgit2 were removed because of api changes in hlibgit2

Attempting to build any package which depends on the `hlibgit2` library causes an error regarding required versions of Cabal: ``` [__2] next goal: hlibgit2:setup.Cabal (dependency of hlibgit2) [__2] rejecting: hlibgit2:setup.Cabal-3.2.0.0/installed-3.2.0.0...

Hey, I'm trying to list all files in a git repo but unsure how to accomplish to this. Ideally it would have similar behaviour to `git ls-files`. I tried using:...

question

## Building hlibgit2 on Windows ``` Building hlibgit2-0.18.0.13... Preprocessing library hlibgit2-0.18.0.13... [ 1 of 49] Compiling Bindings.Libgit2.Version ( dist\build\Bindings\Libgit2\Version.hs, dist\build\Bindings\Libgit2\Version.o ) [ 2 of 49] Compiling Bindings.Libgit2.Windows ( dist\build\Bindings\Libgit2\Windows.hs, dist\build\Bindings\Libgit2\Windows.o...

bug

It looks like this is out of date. Some of the functions used in the tutorial don't seem to exist.

Here is what I tried: apt-install cabal-install cabal update cabal install git-monitor It started quite good by downloading lots of needed packages. But finally it failed with the following error...

Hi John, thanks for your work on these packages! I'm curious if you have any thoughts on what higher-level APIs for fetch, clone, merge, pull, and push operations might look...

`gitlib-3.1.1` fails to build with GHC 8.0 and 8.2 with the error: ``` Git/Working.hs:18:33: error: Not in scope: type constructor or class ‘MonadBaseControl’ ``` this seems to be fixed in...