Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-28 | Removing --minimal arg implementation | Reinaldo Colina | 1 | -9/+0 | |
- Dealing with the git: prefix will be done in a separate pull request - The new --no-remote-status arg remains | |||||
2015-08-27 | issue-17: Add arguments to make the prompt shorter | Reinaldo Colina | 1 | -0/+17 | |
2015-08-26 | Merge pull request #11 from michaeldfallen/fix-bash-zero-length0.2 | Michael Allen | 1 | -12/+12 | |
Bypass PS1s conversion of \[ | |||||
2015-08-26 | Merge pull request #8 from justinas/master | Michael Allen | 1 | -1/+1 | |
Suppress the 'Fatal: not a git repository' errors | |||||
2015-08-26 | Bypass PS1s conversion of \[ | Michael Allen | 1 | -12/+12 | |
In PS1 you need to escape non-printing characters, like the color codes. The standard way is wrapping it in `\[` and `\]`. But for a dynamic prompt, i.e. one that renders the results of a function every time the prompt renders, that `\[` will be output as literals. To fix this we bypass the conversion and wrap our non-printing characters in the desired characters directly: `\[` -> `\x01` `\]` -> `\x02` | |||||
2015-08-26 | Suppress the 'Fatal: not a git repository' errors | Justinas Stankevicius | 1 | -1/+1 | |
2015-08-26 | bash prompt length fix: zero-length chars must be placed between \[ and \], ↵ | Grigory Petrov | 1 | -12/+12 | |
but only for PS1 string | |||||
2015-08-26 | Revert "bash prompt length fix: zero-length chars must be placed between \[ ↵ | Grigory Petrov | 1 | -12/+12 | |
and \]" This reverts commit 0fe65ed830b5d1cdc5189230139b52f4c8aacfbc. | |||||
2015-08-26 | bash prompt length fix: zero-length chars must be placed between \[ and \] | Grigory Petrov | 1 | -12/+12 | |
2015-08-19 | Ensure the control characters get evaluated | Michael Allen | 1 | -1/+1 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -0/+471 | |