Libgit2 Questions
Ad
runtime error: load of misaligned address
I recently encountered this error. the full error is the following. external/libgit2/src/hash/sha1/sha1dc/sha1.c:438:2: runtime
libgit2 - c: how can I tell which version is being used
I am writing an application that uses libgit2:
"git log -1 fullpath/myfile" with libgit2
I want to implement git log -1 fullpath/myfile with libgit2. i am fairly new to libgit2. am i on the right track? this is what i have
Is it possible to create and checkout a new git branch from CakeBuild?
My question is two parts question 1) i need to create and checkout a new git branch through cake build. in git, this
get branch name from remote repo
I try to get branches from remote repo var credentials = new usernamepasswordcredentials {
make a `git diff` with julia's LibGit2
I am trying to debug a problem for another person who has julia installed but not git. i would like to know which changes were done to a julia
Libgit2 git_blob vs memory
It's not clear to me at which point does the content of a blob actually get loaded into memory. the logic that i have in my code is the
C libgit2 - listing files by commit
I need to list programmatically, from git, the files by commit. this is my code: git_libgit2_init(); const char * repo_path =
libgit2 does not return a valid blob
I'm trying to get a blob of a repository with libgit2: #include <git2.h> #include <stdio.h> int main() {
How to push git repository through ssh using git2r?
I'm trying to use git2r package (version 0.21.0). i always use ssh connexions in my projects (github and gitlab
Ad
How get list submodules from git bare repo without create working tree?
How get list submodules in git bare repo without create working tree? (with low level library libgit2 or git console)?
How do I create a branch with libgit2
How do i create a branch using the libgit2 library, the api has reference to a commit target, but what should i use for this parameter?
Ad
Blog Categories
Ad