This commit is contained in:
AJ ONeal 2019-09-03 15:47:15 +00:00
부모 35429455ee
커밋 a3fa1affb9
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

0
authorize-keys.sh Normal file → Executable file
파일 보기

파일 보기

@ -56,7 +56,7 @@ refs/heads/*)
# Ignore "fatal: You are on a branch yet to be born"
set +e
fi
git --work-tree="${my_work_tree}" --git-dir="." checkout -f >/dev/null
git --work-tree="${my_work_tree}" --git-dir="." checkout "${ref_name}" -f >/dev/null
my_changes=$(git --work-tree="${my_work_tree}" --git-dir="." diff --name-status HEAD $new_rev)
if [ -n "$(echo "$my_changes" | grep -e "^A")" ]; then
echo "$my_changes" | grep -e "^A" | cut -f 2 | \