diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-06-01 15:15:35 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-06-01 15:15:35 +0900 |
| commit | 026b8ef9f7ca69c2669fd092ca42bc5b6244f36d (patch) | |
| tree | 68131e4bdcb92c8593a275d66785cc43c60457c4 /refspec.h | |
| parent | d6e5484208cb48d0b35e7b89b7f74c490c855754 (diff) | |
| parent | 6c301adb0a43bceef65e78df6936bd03a4d1933b (diff) | |
| download | git-026b8ef9f7ca69c2669fd092ca42bc5b6244f36d.tar.gz | |
Merge branch 'bw/ref-prefix-for-configured-refspec'
* bw/ref-prefix-for-configured-refspec:
fetch: do not pass ref-prefixes for fetch by exact SHA1
Diffstat (limited to 'refspec.h')
| -rw-r--r-- | refspec.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ void refspec_clear(struct refspec *rs); int valid_fetch_refspec(const char *refspec); struct argv_array; +/* + * Determine what <prefix> values to pass to the peer in ref-prefix lines + * (see Documentation/technical/protocol-v2.txt). + */ void refspec_ref_prefixes(const struct refspec *rs, struct argv_array *ref_prefixes); |
