Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: move no_whole_file_rename flag to scoreboard
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 7b1986d5c8a0120ea90ee485ba46aff912de60fa..c9d887b5e533ede72900920450bcd9fd34636129 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-17,7
+17,7
@@
struct commit {
struct object object;
void *util;
unsigned int index;
-
unsigned long
date;
+
timestamp_t
date;
struct commit_list *parents;
struct tree *tree;
};