summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2009-10-19 12:38:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-20 05:31:00 (GMT)
commit752c0c24926aacbceca0d27de6ad22cbb7dd0709 (patch)
tree94fb54e076f11d2ef66d888cd8493e1520639ef3 /Makefile
parentdbc1b1f71052c084a84b5c395e1cb4b5ae526fcb (diff)
downloadgit-752c0c24926aacbceca0d27de6ad22cbb7dd0709.zip
git-752c0c24926aacbceca0d27de6ad22cbb7dd0709.tar.gz
git-752c0c24926aacbceca0d27de6ad22cbb7dd0709.tar.bz2
Add the --submodule option to the diff option family
When you use the option --submodule=log you can see the submodule summaries inlined in the diff, instead of not-quite-helpful SHA-1 pairs. The format imitates what "git submodule summary" shows. To do that, <path>/.git/objects/ is added to the alternate object databases (if that directory exists). This option was requested by Jens Lehmann at the GitTogether in Berlin. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12defd4..efade29 100644
--- a/Makefile
+++ b/Makefile
@@ -448,6 +448,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
@@ -546,6 +547,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