Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Diff updates to express type changes
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 0bb8779ca740af3b474eae8c5019ef309cc8021c..f7a2cb88bd457d11fd1dcb17f5fb17b0860c72ba 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-14,7
+14,7
@@
struct commit {
unsigned long date;
struct commit_list *parents;
struct tree *tree;
- c
onst c
har *buffer;
+ char *buffer;
};
extern const char *commit_type;