Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Introducing software archaeologist's tool "pickaxe".
[gitweb.git]
/
tar-tree.c
diff --git
a/tar-tree.c
b/tar-tree.c
index ccc39c92a0416fa12a1e261b4a147139dc710b2c..233a25616e39ee40199d12a75cea76c11246385f 100644
(file)
--- a/
tar-tree.c
+++ b/
tar-tree.c
@@
-375,7
+375,7
@@
static void traverse_tree(void *buffer, unsigned long size,
}
/* get commit time from committer line of commit object */
-time_t commit_time(void * buffer, unsigned long size)
+
static
time_t commit_time(void * buffer, unsigned long size)
{
time_t result = 0;
char *p = buffer;