Commit 8d18d6f2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gita show: use girar-show for colored subtask list

parent 85e97f42
...@@ -357,7 +357,8 @@ if [ "$1" = "show" ] ; then ...@@ -357,7 +357,8 @@ if [ "$1" = "show" ] ; then
if [ -z "$TASK" ] ; then if [ -z "$TASK" ] ; then
TASK="$(get_last)" || fatal "Can't get last task" TASK="$(get_last)" || fatal "Can't get last task"
fi fi
docmd ssh $GEARHOST task show "$TASK" showcmd "$GEARHOST>" girar-show "${TASK}@"
GIT_ALT=$GEARHOST girar-show "${TASK}@"
exit exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment