projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'es/rebase-i-author-script-fix'
[git]
/
fetch-object.h
1
#ifndef FETCH_OBJECT_H
2
#define FETCH_OBJECT_H
3
4
#include "sha1-array.h"
5
6
extern void fetch_object(const char *remote_name, const unsigned char *sha1);
7
8
extern void fetch_objects(const char *remote_name,
9
const struct oid_array *to_fetch);
10
11
#endif