Commit graph

9 commits

Author SHA1 Message Date
Pagwin
7d3e456a41
Fixed bug with certain commit hashes and code improvements
The bug was that if a byte in a commit id was less than 16 then it would
have a leading 0 which the format specifier that printed hex would
ignore.

The code improvements were removing instances or reading newlines from
stdin because breakpoints are better and the print statements are
sufficeient as points to break on, it may make sense to replace them
with function calls to functions which noop in future but for now this
is good enough.

In addition ignored some warnings in enum definitions, having error info
is useful in the debugger if nothing else so we're not just going to
throw that away due to a warning.
2024-09-08 14:17:33 -04:00
4e288efbf6 Added License working on PKGBUILD
currently getting a link error due to libgit2
2024-01-30 09:52:56 -05:00
c8aa8fd8c2
version bump and yeet unused import 2023-02-08 11:30:14 -05:00
d328308113
small bug fix 2023-02-06 11:40:43 -05:00
616049c7dc got things to a point where skeletons work the way I want them to(I think) 2022-09-25 16:21:26 -04:00
002e5f3316 It works!! 2022-09-22 22:18:16 -04:00
ee5bec00e9 project rename and using project name instead of hardcoded value for config dir 2022-09-21 00:46:54 -04:00
5d04294dca cli work, very annoying 2022-09-19 21:54:10 -04:00
2fa1a03905 initial commit 2022-09-19 17:25:53 -04:00