author | Junio C Hamano <junkio@cox.net> | |
Fri, 15 Sep 2006 20:30:02 +0000 (13:30 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 16 Sep 2006 17:22:02 +0000 (10:22 -0700) | ||
commit | 9f613ddd21cbd05bfc139d9b1551b5780aa171f6 | |
tree | 047f4e4562a81d7719c5c33b56aefb1a22f9ec70 | tree | snapshot |
parent | e7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-for-each-ref.txt | [new file with mode: 0644] | blob |
Makefile | diff | blob | history | |
builtin-for-each-ref.c | [new file with mode: 0644] | blob |
builtin.h | diff | blob | history | |
git.c | diff | blob | history | |
object.c | diff | blob | history | |
object.h | diff | blob | history | |
quote.c | diff | blob | history | |
quote.h | diff | blob | history |