git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit af91ead4372e0d49796dea3f41e8a4e4c1a1ab70 parent f83fc382fe5ecbb90e23081a174de83c368fa920 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 22 Dec 2019 12:53:54 +0100 small code-style white-space/newline Diffstat:
| M | stagit-index.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/stagit-index.c b/stagit-index.c @@ -162,6 +162,7 @@ main(int argc, char *argv[]) for (i = 1; i < argc; i++) if (unveil(argv[i], "r") == -1) err(1, "unveil: %s", argv[i]); + if (pledge("stdio rpath", NULL) == -1) err(1, "pledge"); #endif