diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-30 20:16:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-30 20:16:26 -0700 |
commit | d39d667169fda640065d48b70288c3342bd3195d (patch) | |
tree | fda6348bfc52ac132837c3f6816addb8bf85c20e /Makefile | |
parent | e3de372e135e765749426a0165e893283192e38c (diff) | |
parent | 86140d56c150aa17e6c98dde4ba669516f3c302a (diff) | |
download | git-d39d667169fda640065d48b70288c3342bd3195d.tar.gz git-d39d667169fda640065d48b70288c3342bd3195d.tar.xz |
Merge branch 'js/diff-verbose-submodule'
* js/diff-verbose-submodule:
add tests for git diff --submodule
Add the --submodule option to the diff option family
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -456,6 +456,7 @@ LIB_H += sideband.h LIB_H += sigchain.h LIB_H += strbuf.h LIB_H += string-list.h +LIB_H += submodule.h LIB_H += tag.h LIB_H += transport.h LIB_H += tree.h @@ -554,6 +555,7 @@ LIB_OBJS += sideband.o LIB_OBJS += sigchain.o LIB_OBJS += strbuf.o LIB_OBJS += string-list.o +LIB_OBJS += submodule.o LIB_OBJS += symlinks.o LIB_OBJS += tag.o LIB_OBJS += trace.o |