rugged icon indicating copy to clipboard operation
rugged copied to clipboard

ruby bindings to libgit2

Results 128 rugged issues
Sort by recently updated
recently updated
newest added

Linking to the generated rubydoc.info page helps programmers find relevant documentation from one of the main pages about rugged.

Hello, Maybe this info could be of interest. My actual config is; - Ruby version 3.2.7 - Ubuntu 24.10 Compilation failed at first. Log file showed that no zstd lib...

Update version.h parsing regexes for 1.9.0 and fix compilation test by including git2.h instead of directly including git2/version.h, which is no longer supported.

The `extconf.rb` file seems to be hardcoded to use `gmake` or `make` under Linux environments. This will fail when a different generator is used, like `CMAKE_GENERATOR=Ninja`. CMake projects should use...

Updating the Docker image we use from bullseye-slim to newly released trixie-slim, rugged is failing to install. The installation log ``` checking for gmake... -------------------- yes -------------------- pkg_config: checking for...

Note that there's also this line: https://github.com/libgit2/rugged/blob/762fd37e32c14707d017589a7dfa082dae7d9821/test/coverage/cover.rb#L70 But I couldn't figure out where this file was on the new libgit2 website, or if it was even there still. So I...

Been trying to implement signing of commits in a project we use. I have sort of gotten it to work but the implementation between a none signed commit and signed...

The `rugged_rb_ary_to_strarray` function uses `xmalloc` to allocate memory for `str_array->strings`, but there are several cases where this memory might not be allocated: If `rb_array` is `NIL_P`, the function returns early...