X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=notes.h;h=65fc3a66b2f575dd078cc390e7f5ea5cbebffc96;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=109bc8f78236d8067568e524ffaf4ae21ee6c027;hpb=56bfacef7966553530532d58c07787754add2465;p=git.git diff --git a/notes.h b/notes.h index 109bc8f78..65fc3a66b 100644 --- a/notes.h +++ b/notes.h @@ -171,6 +171,9 @@ int for_each_note(struct notes_tree *t, int flags, each_note_fn fn, */ int write_notes_tree(struct notes_tree *t, unsigned char *result); +/* Flags controlling the operation of prune */ +#define NOTES_PRUNE_VERBOSE 1 +#define NOTES_PRUNE_DRYRUN 2 /* * Remove all notes annotating non-existing objects from the given notes tree * @@ -181,7 +184,7 @@ int write_notes_tree(struct notes_tree *t, unsigned char *result); * structure are not persistent until a subsequent call to write_notes_tree() * returns zero. */ -void prune_notes(struct notes_tree *t); +void prune_notes(struct notes_tree *t, int flags); /* * Free (and de-initialize) the given notes_tree structure