The Awksome Git Graph Generator
Go to file
Alex Palaistras 94daa65ecf Change graph for vertical representation
Graphs are now drawn vertically, from top-to-bottom, which simplifies
the drawing algorithm in the case where commit titles, branch names and
tags have to be drawn.
2016-11-01 23:27:58 +00:00
tests/simple Change graph for vertical representation 2016-11-01 23:27:58 +00:00
.editorconfig First version of Grawkit, with simple single-branch test 2016-10-30 23:17:54 +00:00
LICENSE First version of Grawkit, with simple single-branch test 2016-10-30 23:17:54 +00:00
Makefile First version of Grawkit, with simple single-branch test 2016-10-30 23:17:54 +00:00
README.md README: Fix tagline 2016-11-01 23:24:18 +00:00
grawkit Change graph for vertical representation 2016-11-01 23:27:58 +00:00

README.md

Grawkit - The Awksome Git Graph Generator

Grawkit is a tool that helps build SVG graphs from git command-line descriptions, and is built in Awk.

Testing & Documentation

A Makefile is provided for running tests and producing documentation for Grawkit. Run make help in the project root for more information.

A full test-suite is provided (depending only on make and awk), which should serve as a good example of the existing feature-set.

License

All code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file.