Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
default core.clockskew variable to one day
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 72140b3986098593185d43d3014d0fa9c3ca60c1..e4686966913b43da5e911ba9e1102c3831f1c7ec 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-25,7
+25,7
@@
static const char * const git_tag_usage[] = {
static char signingkey[1000];
-static int core_clock_skew =
-1
;
+static int core_clock_skew =
86400
;
struct tag_filter {
const char *pattern;