repo.or.cz
/
git
/
fastimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Document ls-files --with-tree=<tree-ish>
[git/fastimport.git]
/
rsh.h
blob
ee2f49929131c684bcffa3e95a1ee29521e8818b
1
#ifndef RSH_H
2
#define RSH_H
3
4
int
setup_connection
(
int
*
fd_in
,
int
*
fd_out
,
const char
*
remote_prog
,
5
char
*
url
,
int
rmt_argc
,
char
**
rmt_argv
);
6
7
#endif