Staging
v0.5.1
https://github.com/git/git
Revision bf949ade81106fbda068c1fdb2c6fd1cb1babe7e authored by Junio C Hamano on 16 May 2021, 12:04:46 UTC, committed by Junio C Hamano on 16 May 2021, 12:05:24 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e004fd6
Raw File
Tip revision: bf949ade81106fbda068c1fdb2c6fd1cb1babe7e authored by Junio C Hamano on 16 May 2021, 12:04:46 UTC
Git 2.32-rc0
Tip revision: bf949ad
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