repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gitignore.txt: suggestions how to get literal # or ! at the beginning
[git/jrn.git]
/
version.h
blob
fd9cdd6316a17d3dfdc0976e668d26f7854fb181
1
#ifndef VERSION_H
2
#define VERSION_H
3
4
extern
const char
git_version_string
[];
5
6
const char
*
git_user_agent
(
void
);
7
8
#endif
/* VERSION_H */