We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daabeb commit d3cc533Copy full SHA for d3cc533
1 file changed
git-commit-push-script.sh
@@ -256,7 +256,7 @@ if [ -n "$SQUISH_BIN" ]; then
256
while kill -0 "$LLM_PID" 2>/dev/null; do
257
_secs=$(( _step / 10 )); _tenths=$(( _step % 10 ))
258
printf "\r${_sp_cols[$_si]}${_sp_frames[$_si]}${NC} ${WHITE}Generating commit message${NC}${GRAY}...${NC} ${DIM}(${_secs}.${_tenths}s)${NC} "
259
- read -t 0.1 </dev/null 2>/dev/null || true
+ sleep 0.1
260
_si=$(( (_si + 1) % 8 ))
261
_step=$(( _step + 1 ))
262
done
0 commit comments