Dani
|
fe79e89024
|
fix(statusline): remove trailing quotes in git-flow-status display
Fixed statusline command to properly display Git Flow status without
trailing empty quotes. Changed from subshell construction to simple
if-else conditional for cleaner output.
Before: 🌿 feature/test ●2 ✚2 ""
After: 🌿 feature/test ●2 ✚2 | 🎯 → develop
Changes:
- Updated git-flow-status.json statusline command
- Updated git-flow-settings.json statusline command
- Regenerated components.json catalog
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-10-01 15:15:43 -04:00 |
|