Jeff King <[email protected]> writes: > From: Nguyễn Thái Ngọc Duy <[email protected]> > > Count-objects will report any "garbage" files in the packs > directory, including files whose extensions it does not > know (case 1), and files whose matching ".pack" file is > missing (case 2). Without having learned about ".bitmap" > files, the current code reports all such files as garbage > (case 1), even if their pack exists. Instead, they should be > treated as case 2. > > Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> > Signed-off-by: Jeff King <[email protected]>
Reviewed-by: Thomas Rast <[email protected]> -- Thomas Rast [email protected] -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

