diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-27 00:53:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-27 00:53:16 -0700 |
commit | 244a0ae114824c8ca29bdc2148b98caaae39cac2 (patch) | |
tree | 0ff2a0d56ea61d3d60d9ce0a9953c007ef955f74 /Makefile | |
parent | 5fd6f5cffc7b8bc679c922b8ff0b1cd35bb1a30c (diff) | |
parent | 340adb8bccf48b9d933f0608fd99c75a5c28003c (diff) | |
download | git-244a0ae114824c8ca29bdc2148b98caaae39cac2.tar.gz |
Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-locking
* jc/for-each-ref-with-lt-refs:
Add git-for-each-ref: helper for language bindings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,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 \ |