Introduction
Introduction Statistics Contact Development Disclaimer Help
topen repo: dont try to detect repos above the specified dir - stagit - static …
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 0f5deec0a2c0513bd5ed8233d6424c0c413c138c
parent e489408b99fdf3d1aa4a80b860cecdf09c67306a
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 9 Dec 2015 22:55:59 +0100
open repo: dont try to detect repos above the specified dir
Diffstat:
M urmoms.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/urmoms.c b/urmoms.c
t@@ -557,7 +557,8 @@ main(int argc, char *argv[])
git_libgit2_init();
- if ((status = git_repository_open(&repo, repodir)) < 0) {
+ if ((status = git_repository_open_ext(&repo, repodir,
+ GIT_REPOSITORY_OPEN_NO_SEARCH, NULL)) < 0) {
e = giterr_last();
fprintf(stderr, "error %d/%d: %s\n", status, e->klass, e->mess…
return status;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.