Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102778381
D39975.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
547 B
Referenced Files
None
Subscribers
None
D39975.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
@@ -364,7 +364,7 @@
_commits=$(git rev-parse "${chash}")
if ! git cat-file -e "${chash}"'^{commit}' >/dev/null 2>&1; then
# shellcheck disable=SC2086
- _commits=$(git rev-list $_commits | tail -r)
+ _commits=$(git rev-list --reverse $_commits)
fi
[ -n "$_commits" ] || err "invalid commit ID ${chash}"
commits="$commits $_commits"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 1:38 AM (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14688116
Default Alt Text
D39975.diff (547 B)
Attached To
Mode
D39975: tools/git: ensure git-arc is more platform indepdendent
Attached
Detach File
Event Timeline
Log In to Comment