projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22ca7c
)
Also use 'track_object_refs = 0' in update-server-info.
author
Junio C Hamano
<junkio@cox.net>
Sat, 8 Oct 2005 22:54:35 +0000
(15:54 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 8 Oct 2005 22:54:35 +0000
(15:54 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
update-server-info.c
patch
|
blob
|
history
diff --git
a/update-server-info.c
b/update-server-info.c
index
e824f62
..
b708563
100644
(file)
--- a/
update-server-info.c
+++ b/
update-server-info.c
@@
-1,4
+1,5
@@
#include "cache.h"
+#include "object.h"
static const char update_server_info_usage[] =
"git-update-server-info [--force]";
@@
-7,6
+8,8
@@
int main(int ac, char **av)
{
int i;
int force = 0;
+ track_object_refs = 0;
+
for (i = 1; i < ac; i++) {
if (av[i][0] == '-') {
if (!strcmp("--force", av[i]) ||