diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-21 14:05:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-21 14:05:02 -0700 |
commit | c74815261225e5068490583b08303d158837ab9e (patch) | |
tree | 743167de294292e8b0dcab0a1b9f2f8e22b8b504 /Makefile | |
parent | c01cdde1862bc53182b000700462e1119528061e (diff) | |
parent | 0724cb86c51a230090ef12d6bfe17a67351631a8 (diff) | |
download | git-c74815261225e5068490583b08303d158837ab9e.tar.gz git-c74815261225e5068490583b08303d158837ab9e.tar.xz |
Merge branch 'as/graph'
* as/graph:
graph API: eliminate unnecessary indentation
log and rev-list: add --graph option
Add history graph API
revision API: split parent rewriting and parent printing options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -346,6 +346,7 @@ LIB_H += diff.h LIB_H += dir.h LIB_H += fsck.h LIB_H += git-compat-util.h +LIB_H += graph.h LIB_H += grep.h LIB_H += hash.h LIB_H += list-objects.h @@ -411,6 +412,7 @@ LIB_OBJS += entry.o LIB_OBJS += environment.o LIB_OBJS += exec_cmd.o LIB_OBJS += fsck.o +LIB_OBJS += graph.o LIB_OBJS += grep.o LIB_OBJS += hash.o LIB_OBJS += help.o |