From: Junio C Hamano Date: Tue, 11 Apr 2006 02:44:35 +0000 (-0700) Subject: Merge branch 'jc/withraw' into next X-Git-Tag: v1.3.0-rc4~22 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=6b32ee2381deb414378a76cae213a4fe633f8fcc Merge branch 'jc/withraw' into next * jc/withraw: diff-* --patch-with-raw Retire git-log.sh (take#2) Retire git-log.sh Retire diffcore-pathspec. Improve the git-diff-tree -c/-cc documentation --- 6b32ee2381deb414378a76cae213a4fe633f8fcc diff --cc Makefile index b2721469,c0409f35..61dd8a20 --- a/Makefile +++ b/Makefile @@@ -194,12 -196,12 +196,12 @@@ LIB_H = blob.h cache.h commit.h csum-file.h delta.h \ diff.h object.h pack.h pkt-line.h quote.h refs.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \ - tree-walk.h + tree-walk.h log-tree.h DIFF_OBJS = \ - diff.o diffcore-break.o diffcore-order.o diffcore-pathspec.o \ + diff.o diffcore-break.o diffcore-order.o \ diffcore-pickaxe.o diffcore-rename.o tree-diff.o combine-diff.o \ - diffcore-delta.o + diffcore-delta.o log-tree.o LIB_OBJS = \ blob.o commit.o connect.o csum-file.o \