diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-05 23:58:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-05 23:58:42 -0800 |
commit | 4802997c7531835f16b6fce690854d9a75119d0b (patch) | |
tree | 1199a1a8e09b18543e2adf3faccb5ee292d554cf /cache.h | |
parent | Merge branch 'cb/maint-kill-subprocess-upon-signal' into maint (diff) | |
parent | t5541: avoid TAP test miscounting (diff) | |
download | tgif-4802997c7531835f16b6fce690854d9a75119d0b.tar.xz |
Merge branch 'cb/push-quiet' into maint
* cb/push-quiet:
t5541: avoid TAP test miscounting
fix push --quiet: add 'quiet' capability to receive-pack
server_supports(): parse feature list more carefully
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1037,6 +1037,7 @@ struct extra_have_objects { }; extern struct ref **get_remote_heads(int in, struct ref **list, unsigned int flags, struct extra_have_objects *); extern int server_supports(const char *feature); +extern const char *parse_feature_request(const char *features, const char *feature); extern struct packed_git *parse_pack_index(unsigned char *sha1, const char *idx_path); |