/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'jc/git-gui-has-maintainer'
[git/git.git]
/
merge-blobs.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef MERGE_BLOBS_H
2
#define MERGE_BLOBS_H
3
4
struct blob;
5
struct index_state;
6
7
void *merge_blobs(struct index_state *, const char *,
8
struct blob *, struct blob *,
9
struct blob *, unsigned long *);
10
11
#endif /* MERGE_BLOBS_H */