]> git.ipfire.org Git - thirdparty/git.git/commit - quote.c
Add git-for-each-ref: helper for language bindings
authorJunio C Hamano <junkio@cox.net>
Fri, 15 Sep 2006 20:30:02 +0000 (13:30 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Sep 2006 17:22:02 +0000 (10:22 -0700)
commit9f613ddd21cbd05bfc139d9b1551b5780aa171f6
tree047f4e4562a81d7719c5c33b56aefb1a22f9ec70
parente7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f
Add git-for-each-ref: helper for language bindings

This adds a new command, git-for-each-ref.  You can have it iterate
over refs and have it output various aspects of the objects they
refer to.

Signed-off-by: Junio C Hamano <junkio@cox.net>
.gitignore
Documentation/git-for-each-ref.txt [new file with mode: 0644]
Makefile
builtin-for-each-ref.c [new file with mode: 0644]
builtin.h
git.c
object.c
object.h
quote.c
quote.h