Add history graph API
commitc12172d2eab91b79b8181b04ab5a5332a96e34a8
authorAdam Simpkins <adam@adamsimpkins.net>
Sun, 4 May 2008 10:36:53 +0000 (4 03:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 May 2008 00:56:36 +0000 (5 17:56 -0700)
treef5d604f86e3618c3b1b7e16e635b9b1e8aaa263f
parent885cf808998c4e6d685c669a44f02b37f6965fd9
Add history graph API

This new API allows the commit history to be displayed as a text-based
graphical representation.

Signed-off-by: Adam Simpkins <adam@adamsimpkins.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-history-graph.txt [new file with mode: 0644]
Makefile
graph.c [new file with mode: 0644]
graph.h [new file with mode: 0644]