On Sat, May 19, 2018 at 6:27 AM, Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> wrote: > The following commands are removed from the complete list: > > - annotate obsolete, discouraged to use > - filter-branch not often used > - get-tar-commit-id not often used > - imap-send not often used > - interpreter-trailers not for interactive use > - p4 too short and probably not often used (*) > - svn same category as p4 (*) > - verify-commit not often used > > @@ -127,7 +127,7 @@ git-mktree plumbingmanipulators > git-mv mainporcelain worktree > git-name-rev plumbinginterrogators complete Since 'git name-rev' is plumbing, and since it's functionality is fully covered by the 'git describe' porcelain, shouldn't it be removed as well?