This website works better with JavaScript.
首頁
探索
說明
登入
Immanuel
/
sxiv
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix option -q; commit
d3a70a2
completely broke it; fixes issue
#223
master
Bert Münnich
9 年之前
父節點
f75fa78eca
當前提交
53a72c7b65
共有
2 個文件被更改
,包括
4 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+3
-0
util.c
+ 1
- 1
Makefile
查看文件
@@ -1,4 +1,4 @@
VERSION := git-2015122
6
VERSION := git-2015122
8
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 3
- 0
util.c
查看文件
@@ -62,6 +62,9 @@ void error(int eval, int err, const char* fmt, ...)
{
va_list ap;
if (eval == 0 && options->quiet)
return;
fflush(stdout);
fprintf(stderr, "%s: ", progname);
va_start(ap, fmt);
Write
Preview
Loading…
取消
儲存