use 'commit-ish' instead of 'committish'
commita8a5406ab32fccabf8ed08001d50b5373e18ff1a
authorRichard Hansen <rhansen@bbn.com>
Wed, 4 Sep 2013 19:04:31 +0000 (4 15:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2013 22:03:03 +0000 (4 15:03 -0700)
tree82ec0a98750812e269b935eb369671ad84be8b45
parentbb8040f9f9274d739b894230959134584b156ae5
use 'commit-ish' instead of 'committish'

Replace 'committish' in documentation and comments with 'commit-ish'
to match gitglossary(7) and to be consistent with 'tree-ish'.

The only remaining instances of 'committish' are:
  * variable, function, and macro names
  * "(also committish)" in the definition of commit-ish in
    gitglossary[7]

Signed-off-by: Richard Hansen <rhansen@bbn.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
23 files changed:
Documentation/config.txt
Documentation/git-describe.txt
Documentation/git-fast-import.txt
Documentation/git-name-rev.txt
Documentation/git-push.txt
Documentation/gitcli.txt
Documentation/howto/revert-branch-rebase.txt
builtin/describe.c
builtin/merge.c
contrib/examples/git-merge.sh
fast-import.c
po/da.po
po/de.po
po/fr.po
po/git.pot
po/it.po
po/nl.po
po/pt_PT.po
po/sv.po
po/vi.po
po/zh_CN.po
sha1_name.c
t/t9300-fast-import.sh