merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
4
third_party/git/streaming.h
vendored
4
third_party/git/streaming.h
vendored
|
|
@ -8,7 +8,9 @@
|
|||
/* opaque */
|
||||
struct git_istream;
|
||||
|
||||
struct git_istream *open_istream(const struct object_id *, enum object_type *, unsigned long *, struct stream_filter *);
|
||||
struct git_istream *open_istream(struct repository *, const struct object_id *,
|
||||
enum object_type *, unsigned long *,
|
||||
struct stream_filter *);
|
||||
int close_istream(struct git_istream *);
|
||||
ssize_t read_istream(struct git_istream *, void *, size_t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue