summaryrefslogtreecommitdiffstats
path: root/XD.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-18replace atoi with my own impl to make sure that no errors occourSquibid1-2/+34
2025-02-18Add -e flag to explain what the previous smiley face means. ThisSquibid1-7/+50
requires us to also know what the previous return signal is, so if XD is given a return code, it passes it through when finishing execution.
2024-12-22fix segfault in certain situations do to missing argumentsv2.1Squibid1-1/+1
2024-12-22reorder codeSquibid1-1/+1
2024-12-22bugfixSquibid1-2/+0
re enable mwindow size stuff due to divide by zero's happening on larger repositories
2024-12-21optimize...Squibid1-4/+8
make the stage check faster by filtering the status list
2024-12-21optimizations :)Squibid1-8/+62
instead of initializing libgit2 and then looking for a repo, we do a naive check to see if one exists and then if so initialize libgit2
2024-12-21don't recursively check for -v argSquibid1-6/+4
2024-12-21change libgit2 initializationSquibid1-10/+2
2024-12-19optimizing...Squibid1-13/+15
replace printf with fwrite to make it ever so slightly faster
2024-12-19add some missing stuffv1.3Squibid1-2/+7
2024-12-19optimize further...Squibid1-20/+23
make sure to not include useless function calls when errors arent enabled by wrapping all l calls in a macro
2024-12-19optimiseSquibid1-18/+16
instead of putting each part of the face into an array we just print it out to the console :)
2024-12-19bump version info and add compile info to versionv1.1Squibid1-2/+10
2024-12-19clean up error code collectionSquibid1-1/+3
2024-12-19add nose for staged changes, and remove unnecessary includesSquibid1-7/+33
2024-12-19fix typoSquibid1-1/+1