vigneshraman
vigneshraman
I'm using the git-deps tool for linux kernel backporting work. When git-deps is run to find any dependent commits in linux kernel there is a chance it encounters 'merge' commits....
git-deps -r -e test_branch dbde0abe, shows dbde0abe 7a4c5de2 dbde0abe fa77dcfa fa77dcfa fd034a84 fa77dcfa 813e5727 Even though 'test' branch has the commit 'fa77dcfa' cherry-picked from master, commit d14423fe Author: Test Date:...
I'm trying to add a worktree with ``` _pygit2.add_worktree(name, path, _pygit2.lookup_reference(ref)) ``` ref is fetched using ```_pygit2.raw_listall_references()```. This works for bare git repo. In case of non-bare git repo, it...
When building `golang-github-klauspost-compress` from debian bookworm with `golang-1.18` the below error is seen, ``` src/github.com/klauspost/compress/zstd/blockdec.go stringer: internal error: package "encoding/binary" without types was imported from "github.com/klauspost/compress/zstd" ```
With ruby-pry-byebug version 3.9.0-1, I'm seeing the below build failure, ``` [ 179s] 1) Error: [ 179s] Backtrace command#test_0001_shows a backtrace: [ 179s] ArgumentError: invalid byte sequence in US-ASCII [...