command-list.txt: drop the "common" tag
commit2f5b4950b98bf519f67c8692a008d858f108aba9
authorSébastien Guimmara <sebastien.guimmara@gmail.com>
Thu, 21 May 2015 17:39:21 +0000 (21 19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2015 20:03:37 +0000 (21 13:03 -0700)
treeffe0ec479e5c5459ca9bc687d67eb62093ba1a7a
parent527ec3980bcf9868e2b726664f13532ac73d3c3f
command-list.txt: drop the "common" tag

command-list.sh, retired in the previous patch, was the only
consumer of the "common" tag, so drop this now-unnecessary
attribute.

before:
    git-add          mainporcelain        common worktree

after:
    git-add          mainporcelain        worktree

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Sébastien Guimmara <sebastien.guimmara@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
command-list.txt