Staging
v0.5.1
https://github.com/git/git
Revision a5979d7009017c79b0100b7b66e8567b3ad7b022 authored by Junio C Hamano on 17 March 2020, 20:37:37 UTC, committed by Junio C Hamano on 17 March 2020, 20:43:08 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s caccc52 + 21a3e50
Raw File
Tip revision: a5979d7009017c79b0100b7b66e8567b3ad7b022 authored by Junio C Hamano on 17 March 2020, 20:37:37 UTC
Git 2.19.4
Tip revision: a5979d7
ls-refs.h
#ifndef LS_REFS_H
#define LS_REFS_H

struct repository;
struct argv_array;
struct packet_reader;
extern int ls_refs(struct repository *r, struct argv_array *keys,
		   struct packet_reader *request);

#endif /* LS_REFS_H */
back to top