Page MenuHomeFreeBSD

D31838.diff
No OneTemporary

D31838.diff

diff --git a/tools/tools/git/git-arc.sh b/tools/tools/git/git-arc.sh
--- a/tools/tools/git/git-arc.sh
+++ b/tools/tools/git/git-arc.sh
@@ -342,7 +342,8 @@
for chash in "$@"; do
_commits=$(git rev-parse "${chash}")
if ! git cat-file -e "${chash}"'^{commit}' >/dev/null 2>&1; then
- _commits=$(git rev-list "$_commits" | tail -r)
+ # shellcheck disable=SC2086
+ _commits=$(git rev-list $_commits | tail -r)
fi
[ -n "$_commits" ] || err "invalid commit ID ${chash}"
commits="$commits $_commits"

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 16, 8:12 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28772298
Default Alt Text
D31838.diff (576 B)

Event Timeline