mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
promisor-remote: add promisor_remote_reinit()
We will need to reinitialize the promisor remote configuration as we will make some changes to it in a later commit. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
9e27beaa23
commit
9cfebc1f3b
@@ -12,6 +12,7 @@ struct promisor_remote {
|
||||
const char name[FLEX_ARRAY];
|
||||
};
|
||||
|
||||
extern void promisor_remote_reinit(void);
|
||||
extern struct promisor_remote *promisor_remote_find(const char *remote_name);
|
||||
extern int has_promisor_remote(void);
|
||||
extern int promisor_remote_get_direct(struct repository *repo,
|
||||
|
||||
Reference in New Issue
Block a user