simplegit icon indicating copy to clipboard operation
simplegit copied to clipboard

A minimal git client based on libgit2

Results 20 simplegit issues
Sort by recently updated
recently updated
newest added

sgit clone https://github.com/scummvm/scummvm scummvm net 4% (15169 kb, 62823/1266113) / idx 4% (60680/1266113) / chk 0% ( 0/ 0) libgit error (12): SSL error: unknown error Since a few days...

It would be helpful if builds were available for a couple of platforms

Hello guys. I tried to build sgit myself with GCC 11.3.0 using cross-compiling and although it compiles pretty fine with openssl, when I use the generated binary to git clone...

As my project grows, I'm starting to get "sgit push origin master" failing with the error: "libgit2 error (2): SSL error: syscall failure: Broken pipe" So far I've been able...

It seems that simplegit supports checking out branches or paths, but not tags. Sometimes it would be useful to checkout a tag and then create a new branch on that...

Should act the same as doing `sgit fetch` on each remote individually, but in a single command.

The docs says that the submodule command is supported, but executing the following doesn't work: sgit submodule update --init This results in: Unknown command or option "submodule" Tested with the...

Is this possible to build for AmigaOS 3 or does it require OS4 features?