summaryrefslogtreecommitdiffstats
path: root/XD.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 :)
* bump version info and add compile info to versionv1.1Squibid2024-12-191-2/+10
|
* 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-191-0/+186