Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
drop some obsolete "x = x" compiler warning hacks
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 583a439dbac4191c8792a29825a13eb28a07031e..e12a8b88ee842dac49a38d640817395cb3b98b28 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-2434,7
+2434,7
@@
static void note_change_n(struct branch *b, unsigned char *old_fanout)
{
const char *p = command_buf.buf + 2;
static struct strbuf uq = STRBUF_INIT;
- struct object_entry *oe
= oe
;
+ struct object_entry *oe;
struct branch *s;
unsigned char sha1[20], commit_sha1[20];
char path[60];