4 # stg-show - unlike "stg show", just "git show" with knowledge of stg refs
7 # stg-show --color-words -- files
9 # Copyright (c) 2007 Yann Dirson <ydirson@altern.org>
10 # Subject to the GNU GPL, version 2.
14 # subsitute git id's for stg ones until --
16 while [ "$#" -gt 0 ]; do
18 --) endofpatches
=1; break ;;
19 -*) command+=("$1"); shift ;;
20 *) command+=( $
(stg id
"$1" 2>/dev
/null ||
echo "$1") ); shift ;;
24 # append remaining args