diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-25 13:29:12 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-25 13:29:12 -0700 |
commit | 9ee93dceb5dbef8052b0abde3eea94181bd9d95b (patch) | |
tree | 2643405a0c9846b8985c95f9af8fd95f6bbcbc1e /Makefile | |
parent | Merge branch 'jc/web-blame' (diff) | |
parent | git-for-each-ref: improve the documentation on scripting modes (diff) | |
download | tgif-9ee93dceb5dbef8052b0abde3eea94181bd9d95b.tar.xz |
Merge for-each-ref to sync gitweb fully with 'next'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ BUILTIN_OBJS = \ builtin-diff-stages.o \ builtin-diff-tree.o \ builtin-fmt-merge-msg.o \ + builtin-for-each-ref.o \ builtin-grep.o \ builtin-init-db.o \ builtin-log.o \ |