summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-12Patch from 0 to 1 (verstr now 0.1.1)HEADv0.1.1v0.1masterAaron Ball
2024-06-12Fix buffer overflow on edgecases with git repo subpathsAaron 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-07Initial commit of nullpromptv0.1.0Aaron Ball
Currently handles two modes: normal, and git.

Generated by cgit