1 Star 0 Fork 5

shawnstone/oomd

forked from Gitee 极速下载/oomd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcs_tagger.sh 330 Bytes
一键复制 编辑 原始数据 按行查看 历史
Davide Cavalca 提交于 2022-02-12 01:20 +08:00 . oomd: add missing copyright bylines
#!/bin/bash
#
# Copyright (C) 2018-present, Meta Platforms, Inc. and affiliates
set -euo pipefail
dir="$1"
fallback="$2"
# Go into provided dir so builds started from outside the project
# directory still generate the right tags
cd "$dir" &>/dev/null && git describe --abbrev=7 --dirty --tags 2>/dev/null ||
echo "$fallback"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/afayo/oomd.git
git@gitee.com:afayo/oomd.git
afayo
oomd
oomd
main

搜索帮助