Page MenuHomeFreeBSD

D31838.id94668.diff
No OneTemporary

D31838.id94668.diff

Index: tools/tools/git/git-arc.sh
===================================================================
--- tools/tools/git/git-arc.sh
+++ 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 9, 3:15 AM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28530021
Default Alt Text
D31838.id94668.diff (604 B)

Event Timeline