projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fc/fetch-with-import-fix'
[git]
/
compat
/
fileno.c
1
#define COMPAT_CODE_FILENO
2
#include "../git-compat-util.h"
3
4
int git_fileno(FILE *stream)
5
{
6
return fileno(stream);
7
}