https://github.com/git/git
Revision c8af1f475afb01b555abe5087b6b2f46b2d00b55 authored by Junio C Hamano on 06 February 2021, 00:31:25 UTC, committed by Junio C Hamano on 06 February 2021, 00:31:25 UTC
Doc update.

* vv/send-email-with-less-secure-apps-access:
  git-send-email.txt: mention less secure app access with Gmail
2 parent s 64971f0 + 155067a
Raw File
Tip revision: c8af1f475afb01b555abe5087b6b2f46b2d00b55 authored by Junio C Hamano on 06 February 2021, 00:31:25 UTC
Merge branch 'vv/send-email-with-less-secure-apps-access' into maint
Tip revision: c8af1f4
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);

#endif /* LS_REFS_H */
back to top