Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index ba9f63813eba004ae409eba8741266a074161239..4886544b631bd6b79ad8410fa369e41975c0ff23 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-64,6
+64,7
@@
enum cmit_fmt {
};
extern int non_ascii(int);
+extern int has_non_ascii(const char *text);
struct rev_info; /* in revision.h, it circularly uses enum cmit_fmt */
extern char *reencode_commit_message(const struct commit *commit,
const char **encoding_p);