Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add [-s|--hash] option to Linus' show-ref.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 7b3114f3aac8f040b2d7f291e62a980e282b722e..c3651384c252a82da02af0aba7f5b61450e8751c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-295,7
+295,8
@@
BUILTIN_OBJS = \
builtin-upload-tar.o \
builtin-verify-pack.o \
builtin-write-tree.o \
- builtin-zip-tree.o
+ builtin-zip-tree.o \
+ builtin-show-ref.o
GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz