Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145041269
D31838.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
576 B
Referenced Files
None
Subscribers
None
D31838.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31838: git-arc: allow word splitting in build_commit_list()
Attached
Detach File
Event Timeline
Log In to Comment