Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-22 | fix segfault in certain situations do to missing argumentsv2.1 | Squibid | 1 | -1/+1 | |
2024-12-22 | reorder code | Squibid | 1 | -1/+1 | |
2024-12-22 | bugfix | Squibid | 1 | -2/+0 | |
re enable mwindow size stuff due to divide by zero's happening on larger repositories | |||||
2024-12-21 | optimize... | Squibid | 1 | -4/+8 | |
make the stage check faster by filtering the status list | |||||
2024-12-21 | optimizations :) | Squibid | 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 | |||||
2024-12-21 | don't recursively check for -v arg | Squibid | 1 | -6/+4 | |
2024-12-21 | change libgit2 initialization | Squibid | 1 | -10/+2 | |
2024-12-19 | optimizing... | Squibid | 1 | -13/+15 | |
replace printf with fwrite to make it ever so slightly faster | |||||
2024-12-19 | add some missing stuffv1.3 | Squibid | 1 | -2/+7 | |
2024-12-19 | optimize further... | Squibid | 1 | -20/+23 | |
make sure to not include useless function calls when errors arent enabled by wrapping all l calls in a macro | |||||
2024-12-19 | optimise | Squibid | 1 | -18/+16 | |
instead of putting each part of the face into an array we just print it out to the console :) | |||||
2024-12-19 | bump version info and add compile info to versionv1.1 | Squibid | 1 | -2/+10 | |
2024-12-19 | clean up error code collection | Squibid | 1 | -1/+3 | |
2024-12-19 | add nose for staged changes, and remove unnecessary includes | Squibid | 1 | -7/+33 | |
2024-12-19 | fix typo | Squibid | 1 | -1/+1 | |