issues Search Results · repo:libgit2/rugged language:C
Filter by
345 results
(79 ms)345 results
inlibgit2/rugged (press backspace or delete to remove)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 was found. Main message stated ...
cyrillefr
- Opened 4 days ago
- #986
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 cmake ...
Sharparam
- Opened on Nov 20, 2024
- #983
Hi! :wave:
We re currently rebuilding everything against libgit2 1.8 on Arch Linux. With current ruby-rugged 1.7.2 I noticed one
test failure when rebuilding:
Finished in 6.331293s, 87.0280 runs/s, 368.0133 ...
dvzrv
- 4
- Opened on Apr 23, 2024
- #978
Given any repo cloned with e.g. --depth=1, In 1.6.3 head.target.parent_oids gives the correct list of references. In
1.7.1 it is an empty set []
X-sam
- Opened on Feb 1, 2024
- #973
According to docs
:remote The name to give to the “origin” remote. Defaults to origin .
But doesn t produce any results. I ve tested this with rugged 1.4.4, 1.5.3, 1.6.3 and 1.7.1:
require rugged ...
fauno
- 2
- Opened on Sep 12, 2023
- #970
In my quest to get the bake-modernize gem working with TruffleRuby, I found out that rugged does not seem to work with
TruffleRuby (version truffleruby+graalvm-23.0.0 installed from rbenv+ruby-build on ...
mtortonesi
- 2
- Opened on Aug 11, 2023
- #966
This happens (at least) due to https://github.com/libgit2/libgit2/commit/9dd1bfe81c3aba6ce35ed85bf62fa75d9c61e1a6 in
which the allocators have been simplified.
chrschmidt
- Opened on Aug 8, 2023
- #965
The method looks like this:
def merge(self, id, favor= normal , flags=None, file_flags=None):
Merges the given id into HEAD.
Merges the given commit(s) into HEAD, writing ...
mslinn
- 2
- Opened on May 11, 2023
- #962
I suspect this has something to do with GitHub changing their SSH key recently.
Steps to reproduce:
repo = Rugged::Repository.new( . )
repo.fetch( origin )
I can however run git clone git@github.com:radar/twist-v2 ...
radar
- 1
- Opened on Apr 24, 2023
- #960

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.