iopen repo: dont try to detect repos above the specified dir - stagit-gopher - A git gopher frontend. (mirror) Err bitreich.org 70 hgit clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ URL:git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ bitreich.org 70 1Log /scm/stagit-gopher/log.gph bitreich.org 70 1Files /scm/stagit-gopher/files.gph bitreich.org 70 1Refs /scm/stagit-gopher/refs.gph bitreich.org 70 1Tags /scm/stagit-gopher/tag bitreich.org 70 1README /scm/stagit-gopher/file/README.gph bitreich.org 70 1LICENSE /scm/stagit-gopher/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 0f5deec0a2c0513bd5ed8233d6424c0c413c138c /scm/stagit-gopher/commit/0f5deec0a2c0513bd5ed8233d6424c0c413c138c.gph bitreich.org 70 1parent e489408b99fdf3d1aa4a80b860cecdf09c67306a /scm/stagit-gopher/commit/e489408b99fdf3d1aa4a80b860cecdf09c67306a.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Wed, 9 Dec 2015 22:55:59 +0100 Err bitreich.org 70 i Err bitreich.org 70 iopen repo: dont try to detect repos above the specified dir Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M urmoms.c | 3 ++- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 2 insertions(+), 1 deletion(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/urmoms.c b/urmoms.c /scm/stagit-gopher/file/urmoms.c.gph bitreich.org 70 i@@ -557,7 +557,8 @@ main(int argc, char *argv[]) Err bitreich.org 70 i Err bitreich.org 70 i git_libgit2_init(); Err bitreich.org 70 i Err bitreich.org 70 i- if ((status = git_repository_open(&repo, repodir)) < 0) { Err bitreich.org 70 i+ if ((status = git_repository_open_ext(&repo, repodir, Err bitreich.org 70 i+ GIT_REPOSITORY_OPEN_NO_SEARCH, NULL)) < 0) { Err bitreich.org 70 i e = giterr_last(); Err bitreich.org 70 i fprintf(stderr, "error %d/%d: %s\n", status, e->klass, e->message); Err bitreich.org 70 i return status; Err bitreich.org 70 .