diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-23 12:05:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-23 12:05:18 -0800 |
commit | 80eac928ae11d4e417feddcc6a1ec373cf41e14f (patch) | |
tree | dcd3c45289ecc0f3788eac42ff065bfc466fa080 /refs.h | |
parent | e73bbd96c6e9ce11a101dac03402d0f718a1bd23 (diff) | |
parent | e2b53e58081e6a30309625fc6194ccb42772846b (diff) | |
download | git-80eac928ae11d4e417feddcc6a1ec373cf41e14f.tar.gz |
Merge branch 'il/rev-glob'
Diffstat (limited to 'refs.h')
-rw-r--r-- | refs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ extern int for_each_tag_ref(each_ref_fn, void *); extern int for_each_branch_ref(each_ref_fn, void *); extern int for_each_remote_ref(each_ref_fn, void *); extern int for_each_replace_ref(each_ref_fn, void *); +extern int for_each_glob_ref(each_ref_fn, const char *pattern, void *); +extern int for_each_glob_ref_in(each_ref_fn, const char *pattern, const char* prefix, void *); /* can be used to learn about broken ref and symref */ extern int for_each_rawref(each_ref_fn, void *); |