summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typo :(Squibid2025-02-271-1/+1
|
* bump versionv3.0Squibid2025-02-181-1/+1
|
* replace atoi with my own impl to make sure that no errors occourSquibid2025-02-182-2/+45
|
* Add -e flag to explain what the previous smiley face means. ThisSquibid2025-02-184-10/+98
| | | | | | 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.
* update man page to reflect passing in return codesSquibid2024-12-221-1/+1
|
* fix segfault in certain situations do to missing argumentsv2.1Squibid2024-12-221-1/+1
|
* reorder codeSquibid2024-12-221-1/+1
|
* bugfixSquibid2024-12-221-2/+0
| | | | | re enable mwindow size stuff due to divide by zero's happening on larger repositories
* version bumpv2.0Squibid2024-12-212-2/+2
| | | | and fix typo
* optimize...Squibid2024-12-211-4/+8
| | | | make the stage check faster by filtering the status list
* optimizations :)Squibid2024-12-211-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
* don't recursively check for -v argSquibid2024-12-211-6/+4
|
* change libgit2 initializationSquibid2024-12-211-10/+2
|
* optimizing...Squibid2024-12-191-13/+15
| | | | replace printf with fwrite to make it ever so slightly faster
* add some missing stuffv1.3Squibid2024-12-191-2/+7
|
* optimize further...Squibid2024-12-191-20/+23
| | | | | make sure to not include useless function calls when errors arent enabled by wrapping all l calls in a macro
* optimiseSquibid2024-12-191-18/+16
| | | | | instead of putting each part of the face into an array we just print it out to the console :)
* change compilation flagsv1.2Squibid2024-12-192-2/+2
|
* bump version info and add compile info to versionv1.1Squibid2024-12-193-4/+22
|
* add man pageSquibid2024-12-193-1/+47
|
* clean up error code collectionSquibid2024-12-191-1/+3
|
* add nose for staged changes, and remove unnecessary includesSquibid2024-12-191-7/+33
|
* fix typoSquibid2024-12-191-1/+1
|
* initial commitSquibid2024-12-194-0/+228