Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-12 | Patch from 0 to 1 (verstr now 0.1.1)HEADv0.1.1v0.1master | Aaron Ball | |
2024-06-12 | Fix buffer overflow on edgecases with git repo subpaths | Aaron Ball | |
Occasionally, a subpath will have just the right number of characters to cause a round-up, which causes a buffer overflow in the ellipt function when copying in the backend half of the string. This was causing overwrite of the branchname char 0 with `\0`, resulting in the branchname output being empty in the PS1. | |||
2024-06-07 | Initial commit of nullpromptv0.1.0 | Aaron Ball | |
Currently handles two modes: normal, and git. |