Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit.h: rearrange 'index' to shrink struct commit
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index e57ae4b58380cce6192cc6489682838677f048ce..fd1cbe72634a66b683bdd543a6cdd5c74eb1fe07 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-19,11
+19,11
@@
struct commit_list {
struct commit {
struct object object;
void *util;
- unsigned int index;
timestamp_t date;
struct commit_list *parents;
struct tree *tree;
uint32_t graph_pos;
+ unsigned int index;
};
extern int save_commit_buffer;