summaryrefslogtreecommitdiffstats
path: root/lockfile.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-27 11:43:46 +0100
committerJunio C Hamano <junkio@cox.net>2006-12-27 11:43:46 +0100
commit37818d7db070f67a20df58ac7d5e04cc63ef1867 (patch)
tree1b1b2b71afab1c4ad29666f56fa8d2560b7855c6 /lockfile.c
parentfetch-pack: Do not fetch tags for shallow clones. (diff)
parentcount-objects -v: show number of packs as well. (diff)
downloadgit-37818d7db070f67a20df58ac7d5e04cc63ef1867.tar.xz
git-37818d7db070f67a20df58ac7d5e04cc63ef1867.zip
Merge branch 'master' into js/shallow
This is to adjust to: count-objects -v: show number of packs as well. which will break a test in this series. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'lockfile.c')
-rw-r--r--lockfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lockfile.c b/lockfile.c
index 2a2fea3cb6..261baff049 100644
--- a/lockfile.c
+++ b/lockfile.c
@@ -1,7 +1,6 @@
/*
* Copyright (c) 2005, Junio C Hamano
*/
-#include <signal.h>
#include "cache.h"
static struct lock_file *lock_file_list;