/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
commit-tree: encourage UTF-8 commit messages.
[git/git.git]
/
utf8.h
Commit
Line
Data
9e832665
JS
1
#ifndef GIT_UTF8_H
2
#define GIT_UTF8_H
3
4
int utf8_width(const char **start);
5
int is_utf8(const char *text);
6
void print_wrapped_text(const char *text, int indent, int indent2, int len);
7
8
#endif