Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo :( | Squibid | 2025-02-27 | 1 | -1/+1 |
| | |||||
* | bump versionv3.0 | Squibid | 2025-02-18 | 1 | -1/+1 |
| | |||||
* | replace atoi with my own impl to make sure that no errors occour | Squibid | 2025-02-18 | 2 | -2/+45 |
| | |||||
* | Add -e flag to explain what the previous smiley face means. This | Squibid | 2025-02-18 | 4 | -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 codes | Squibid | 2024-12-22 | 1 | -1/+1 |
| | |||||
* | fix segfault in certain situations do to missing argumentsv2.1 | Squibid | 2024-12-22 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | version bumpv2.0 | Squibid | 2024-12-21 | 2 | -2/+2 |
| | | | | and fix typo | ||||
* | 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 :) | ||||
* | change compilation flagsv1.2 | Squibid | 2024-12-19 | 2 | -2/+2 |
| | |||||
* | bump version info and add compile info to versionv1.1 | Squibid | 2024-12-19 | 3 | -4/+22 |
| | |||||
* | add man page | Squibid | 2024-12-19 | 3 | -1/+47 |
| | |||||
* | 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 | 4 | -0/+228 |