From: Johan Herland Date: Sat, 13 Feb 2010 21:28:28 +0000 (+0100) Subject: builtin-notes: Add "prune" subcommand for removing notes for missing objects X-Git-Tag: v1.7.1-rc0~43^2~24 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d6576e1fe3ee4bd7bd2cf01d17499c94da24876f?hp=d6576e1fe3ee4bd7bd2cf01d17499c94da24876f builtin-notes: Add "prune" subcommand for removing notes for missing objects "git notes prune" will remove all notes that annotate unreachable/non- existing objects. The patch includes tests verifying correct behaviour of the new subcommand. Suggested-by: Junio C Hamano Signed-off-by: Johan Herland Signed-off-by: Junio C Hamano ---