diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-31 04:16:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-31 04:16:26 +0100 |
commit | d39d667169fda640065d48b70288c3342bd3195d (patch) | |
tree | fda6348bfc52ac132837c3f6816addb8bf85c20e /Makefile | |
parent | Merge branch 'jc/checkout-auto-track' (diff) | |
parent | add tests for git diff --submodule (diff) | |
download | git-d39d667169fda640065d48b70288c3342bd3195d.tar.xz git-d39d667169fda640065d48b70288c3342bd3195d.zip |
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 |