]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote.h
Start the 2.46 cycle
[thirdparty/git.git] / remote.h
index 3a7377ff9631262536583db7763f1f2136450d0a..dfd4837e602755806bcfc73a725c04394ef81c6c 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -118,6 +118,7 @@ struct remote {
  * and configuration.
  */
 struct remote *remote_get(const char *name);
+struct remote *remote_get_early(const char *name);
 
 struct remote *pushremote_get(const char *name);
 int remote_is_configured(struct remote *remote, int in_repo);