diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-15 13:39:32 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-15 14:35:34 -0700 |
commit | 6d4da3dea0ba01bb17a9001efd3ab2bbce531b6f (patch) | |
tree | 064f9c5bf11a1d793c5eac58eaa2f94bd794ac25 /Makefile | |
parent | 40250af411f33afa0c39a5d461829b676453ce3b (diff) | |
download | git-6d4da3dea0ba01bb17a9001efd3ab2bbce531b6f.tar.gz git-6d4da3dea0ba01bb17a9001efd3ab2bbce531b6f.tar.xz |
Makefile: add patch-ids.h back in.
I lost it by mistake while shuffling the gitattributes series which
originally was on top of the subproject topic onto the master branch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ LIB_H = \ diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \ tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \ - utf8.h reflog-walk.h attr.h + utf8.h reflog-walk.h patch-ids.h attr.h DIFF_OBJS = \ diff.o diff-lib.o diffcore-break.o diffcore-order.o \ |