Implemented basic snapshot UI. This is basically a wrapper around
git log, with the output parsed into an array reference of hash
references. It was easy to get bliptown_helper to pass a command to
git; the hard part was getting the output returned to the app. It was
ultimately
not a huge patch
but getting my head around requests and responses on sockets took me a
while. At least now every bliptown_helper command can return a
response and an error back to the app. Much more professional.
last updated: