Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: prevent producing bad delta
[gitweb.git]
/
notes.h
diff --git
a/notes.h
b/notes.h
index 7ae3eefe060c511bbe7cf7628256a7407c12f1ca..c716694b9e2ec89a59b98d1828fd78f59471e2c4 100644
(file)
--- a/
notes.h
+++ b/
notes.h
@@
-258,7
+258,7
@@
void format_note(struct notes_tree *t, const unsigned char *object_sha1,
struct string_list;
struct display_notes_opt {
-
unsigned int suppress_default_notes:1
;
+
int use_default_notes
;
struct string_list extra_notes_refs;
};