Staging
v0.5.1
https://github.com/git/git
Revision 225365fb5195e804274ab569ac3cc4919451dc7f authored by Junio C Hamano on 26 February 2021, 00:34:59 UTC, committed by Junio C Hamano on 26 February 2021, 00:43:33 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1400458
Raw File
Tip revision: 225365fb5195e804274ab569ac3cc4919451dc7f authored by Junio C Hamano on 26 February 2021, 00:34:59 UTC
Git 2.31-rc0
Tip revision: 225365f
ls-refs.h
#ifndef LS_REFS_H
#define LS_REFS_H

struct repository;
struct strvec;
struct packet_reader;
int ls_refs(struct repository *r, struct strvec *keys,
	    struct packet_reader *request);
int ls_refs_advertise(struct repository *r, struct strbuf *value);

#endif /* LS_REFS_H */
back to top