Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reorder code | Squibid | 2024-12-22 | 1 | -1/+1 |
| | |||||
* | bugfix | Squibid | 2024-12-22 | 1 | -2/+0 |
| | | | | | re enable mwindow size stuff due to divide by zero's happening on larger repositories | ||||
* | optimize... | Squibid | 2024-12-21 | 1 | -4/+8 |
| | | | | make the stage check faster by filtering the status list | ||||
* | optimizations :) | Squibid | 2024-12-21 | 1 | -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 arg | Squibid | 2024-12-21 | 1 | -6/+4 |
| | |||||
* | change libgit2 initialization | Squibid | 2024-12-21 | 1 | -10/+2 |
| | |||||
* | optimizing... | Squibid | 2024-12-19 | 1 | -13/+15 |
| | | | | replace printf with fwrite to make it ever so slightly faster | ||||
* | add some missing stuffv1.3 | Squibid | 2024-12-19 | 1 | -2/+7 |
| | |||||
* | optimize further... | Squibid | 2024-12-19 | 1 | -20/+23 |
| | | | | | make sure to not include useless function calls when errors arent enabled by wrapping all l calls in a macro | ||||
* | optimise | Squibid | 2024-12-19 | 1 | -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.1 | Squibid | 2024-12-19 | 1 | -2/+10 |
| | |||||
* | clean up error code collection | Squibid | 2024-12-19 | 1 | -1/+3 |
| | |||||
* | add nose for staged changes, and remove unnecessary includes | Squibid | 2024-12-19 | 1 | -7/+33 |
| | |||||
* | fix typo | Squibid | 2024-12-19 | 1 | -1/+1 |
| | |||||
* | initial commit | Squibid | 2024-12-19 | 1 | -0/+186 |