git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob e3ff0d58380e84d931491a0e3c7775df0b640cf4 756 bytes (raw)
name: connect.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#ifndef CONNECT_H
#define CONNECT_H

#define CONNECT_VERBOSE       (1u << 0)
#define CONNECT_DIAG_URL      (1u << 1)
#define CONNECT_IPV4          (1u << 2)
#define CONNECT_IPV6          (1u << 3)
#define CONNECT_SEND          (1u << 4)
#define CONNECT_RECEIVE       (1u << 5)
extern struct child_process *git_connect(int fd[2], const char *url, const char *prog, int flags);
extern int finish_connect(struct child_process *conn);
extern int git_connection_is_socket(struct child_process *conn);
extern int server_supports(const char *feature);
extern int parse_feature_request(const char *features, const char *feature);
extern const char *server_feature_value(const char *feature, int *len_ret);
extern int url_is_local_not_ssh(const char *url);

#endif

debug log:

solving e3ff0d5838 ...
found e3ff0d5838 in https://public-inbox.org/git/20180103102840.27897-1-avarab@gmail.com/
found 01f14cdf3f in https://80x24.org/mirrors/git.git
preparing index
index prepared:
100644 01f14cdf3fa4e6b6c8cd3b4c9ec3c3d55e7fc04f	connect.h

applying [1/1] https://public-inbox.org/git/20180103102840.27897-1-avarab@gmail.com/
diff --git a/connect.h b/connect.h
index 01f14cdf3f..e3ff0d5838 100644

Checking patch connect.h...
Applied patch connect.h cleanly.

index at:
100644 e3ff0d58380e84d931491a0e3c7775df0b640cf4	connect.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).