Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-pack: check ref->status before updating tracking refs
[gitweb.git]
/
dir.c
diff --git
a/dir.c
b/dir.c
index 5bcc764c97dca5e584d0a4227bfb299efb5699ce..01790ab27d25f63ea9f0816668a822d8f059664a 100644
(file)
--- a/
dir.c
+++ b/
dir.c
@@
-298,7
+298,8
@@
int excluded(struct dir_struct *dir, const char *pathname)
return 0;
}
-static struct dir_entry *dir_entry_new(const char *pathname, int len) {
+static struct dir_entry *dir_entry_new(const char *pathname, int len)
+{
struct dir_entry *ent;
ent = xmalloc(sizeof(*ent) + len + 1);