Skip to content

issues Search Results · repo:rust-lang/git2-rs language:Rust

Filter by

500 results
 (66 ms)

500 results

inrust-lang/git2-rs (press backspace or delete to remove)

git2-rs is blocking on RemoteConnection over cafe WiFi but works fine on my home network. Sometimes this happens with git when I m on a public WiFi so I checked and git will pull or clone with SSH over ...
  • eighty4
  • Opened 
    2 days ago
  • #1140

I am trying to push to a github repo using the ssh remote but I am getting an error failed to authenticate SSH session: ; class=Ssh (23) the code fn push(repo_location: str, origin: str) { let ...
  • harilet
  • 9
  • Opened 
    3 days ago
  • #1139

I have a build script using git2, which builds fine, but when it is executed, fails with: /target/debug/build/built2-42d7a0628db36d4d/build-script-build: error while loading shared libraries: libgit2.so.1.9: ...
  • reitermarkus
  • Opened 
    4 days ago
  • #1138

The implementation of CredentialsHelper::add_command of git2-rs is different from that of the git CLI. While git2-rs checks whether a command contains a / or \ anywhere, the git CLI checks whether the ...
  • aibaars
  • Opened 
    5 days ago
  • #1136

I ve come across a strange issue where the use of a DiffLine in two different locations ends up with some mangled looking output. I ve created a reproducible in this repository https://github.com/FintanH/git2-diff-memory. ...
  • FintanH
  • 1
  • Opened 
    6 days ago
  • #1135

Hi all, I m using git2-rs s diff API interface and I m trying to filter out some paths using pathspec. From Git s user manual, pathspecs should support magic words , which would allow me to write something ...
upstream
  • darius-sas
  • 1
  • Opened 
    9 days ago
  • #1132

Though, I have reported this upstream, but since git2-rs is a downstream consumer and effectively renders the process environment useless, therefore reporting here again. init() calls openssl_env_init() ...
  • michael-o
  • Opened 
    14 days ago
  • #1129

Been searching through the docs for a while, I would like to modify committer and author time on commits during a rebase, is this at all possible with the libgit2 api?
  • gabevenberg
  • Opened 
    19 days ago
  • #1127

https://github.com/libgit2/libgit2/pull/6706 adds a new git_signature_default_from_env that doesn t currently get exposed by git2-rs. This could be used in Repository::signature or a new method, doesn ...
  • tummychow
  • Opened 
    20 days ago
  • #1126

Hi, this is my code: let mut commits = vec![]; while let Ok(parent) = commit.parent(0) { if let Ok(now) = commit.tree() { if let Ok(pre) = parent.tree() { if let Ok(diff) = self.repository.diff_tree_to_tree( ...
  • lazhenyi
  • Opened 
    21 days ago
  • #1125
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub