diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-13 19:47:52 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-13 19:47:52 (GMT) |
commit | 57c57a97e1b5b8607fa7c8fae8b0cf20706cc453 (patch) | |
tree | 3cd9aa6b57a9fdee444a5ba8a192347a541dd7bb /remote.h | |
parent | 49c7e4643b27ff07463b1a8774fee25ef22a0d1c (diff) | |
parent | 6d2bf96e550731499c73731e5623017d193f837f (diff) | |
download | git-57c57a97e1b5b8607fa7c8fae8b0cf20706cc453.zip git-57c57a97e1b5b8607fa7c8fae8b0cf20706cc453.tar.gz git-57c57a97e1b5b8607fa7c8fae8b0cf20706cc453.tar.bz2 |
Merge branch 'cb/match_refs_internal_tail'
* cb/match_refs_internal_tail:
match_refs: search ref list tail internally
Diffstat (limited to 'remote.h')
-rw-r--r-- | remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ void ref_remove_duplicates(struct ref *ref_map); int valid_fetch_refspec(const char *refspec); struct refspec *parse_fetch_refspec(int nr_refspec, const char **refspec); -int match_refs(struct ref *src, struct ref *dst, struct ref ***dst_tail, +int match_refs(struct ref *src, struct ref **dst, int nr_refspec, const char **refspec, int all); /* |