Don't pause on commit hash
This commit is contained in:
@@ -508,13 +508,7 @@ from_source() {
|
|||||||
echo "Current commit hash: $commit"
|
echo "Current commit hash: $commit"
|
||||||
echo "Git worktree description: $description"
|
echo "Git worktree description: $description"
|
||||||
|
|
||||||
if ((DEBUG)); then
|
((DEBUG)) && git --no-pager -C "$GITWORKTREEDIR" log -1
|
||||||
if ((YES)); then
|
|
||||||
git --no-pager -C "$GITWORKTREEDIR" log -1
|
|
||||||
else
|
|
||||||
git -C "$GITWORKTREEDIR" log -1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enter worktree
|
# Enter worktree
|
||||||
execute pushd "$GITWORKTREEDIR" || return 1
|
execute pushd "$GITWORKTREEDIR" || return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user