~yerinalexey/git-walk.ha

Hare implementation of git log/show commands
Update per stdlib changes
Add install and uninstall into Makefile
Rework README

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~yerinalexey/git-walk.ha
read/write
git@git.sr.ht:~yerinalexey/git-walk.ha

You can also use your local clone with git send-email.

#git-walk (Hare edition)

This is a small program that reimplements git's log and show commands.

TODO:

  • Parse packed files to work on of large repos
  • Improve error handling in git:: instead of asserting everything
  • Slowly move out git:: into a separate library
  • Implement write parts (commit at least)

#Compiling

At build time, a recent Hare toolchain and hare-compress library are required.

This will install git-walk install into /usr/local:

$ make
# make install