This website works better with JavaScript.
首頁
說明
登入
starwels
/
gitian-builder
镜像来自
https://github.com/devrandom/gitian-builder
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
Make verify-commits path-independent
pull/118/head
Matt Corallo
4 年之前
父節點
acb55ddd01
當前提交
befe6a5368
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
1
0
contrib/verify-commits/verify-commits.sh
+ 1
- 0
contrib/verify-commits/verify-commits.sh
查看文件
@@ -3,6 +3,7 @@
# shell anyone uses today supports it, so its probably fine
DIR=$(dirname "$0")
[ "/${DIR#/}" != "$DIR" ] && DIR=$(dirname "$(pwd)/$0")
echo "Please verify all commits in the following list are not evil:"
git log "$DIR"
Write
Preview
Loading…
取消
儲存