commit | 3115ee45c8c7c0b753663890b13ec0e14fe4c0d7 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Jun 22 07:06:32 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 26 09:24:42 2015 -0700 |
tree | db7ceda377412cbdf84cce0d96fc7f432a2c415d | |
parent | 6a951937ae1abb5fe438bfb41ebb28c5abe0419d [diff] |
cat-file: sort and de-dup output of --batch-all-objects The sorting we could probably live without, but printing duplicates is just a hassle for the user, who must then de-dup themselves (or risk a wrong answer if they are doing something like counting objects with a particular property). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>