On 2013-09-03 18:46, Junio C Hamano wrote:
> I hate to say this after seeing you doing a thorough job in this
> series, but because "tree-ish" and "commit-ish" are both made-up
> words, I have a feeling that we are better off unifying to the
> dashed form, which unfortunately is the other way around from what
> your series does.

I thought you might say that so I held on to the commits that
standardize on tree-ish and commit-ish in my local repo.  :)

This series still says "tree-ish (also treeish)" and "commit-ish (also
committish)" in gitglossary(7).  Would you like me to eliminate the
"(also ...)"  part?

I'm not 100% confident that these don't break translations, although
it still builds and "make test" passes.

Changes since v2:
  * standardize on 'tree-ish' instead of 'treeish'
  * standardize on 'commit-ish' instead of 'committish'

Richard Hansen (7):
  glossary: mention 'treeish' as an alternative to 'tree-ish'
  glossary: define commit-ish (a.k.a. committish)
  use 'tree-ish' instead of 'treeish'
  use 'commit-ish' instead of 'committish'
  glossary: more precise definition of tree-ish (a.k.a. treeish)
  revisions.txt: fix and clarify <rev>^{<type>}
  glossary: fix and clarify the definition of 'ref'

 Documentation/RelNotes/1.7.11.2.txt          |  2 +-
 Documentation/config.txt                     |  4 +--
 Documentation/git-cat-file.txt               |  2 +-
 Documentation/git-describe.txt               | 14 ++++-----
 Documentation/git-fast-import.txt            | 26 +++++++--------
 Documentation/git-merge-tree.txt             |  2 +-
 Documentation/git-name-rev.txt               |  2 +-
 Documentation/git-push.txt                   |  2 +-
 Documentation/gitcli.txt                     |  2 +-
 Documentation/glossary-content.txt           | 47 +++++++++++++++++++++++-----
 Documentation/howto/revert-branch-rebase.txt |  2 +-
 Documentation/revisions.txt                  | 12 ++++---
 builtin/describe.c                           |  4 +--
 builtin/merge.c                              |  2 +-
 contrib/examples/git-merge.sh                |  2 +-
 fast-import.c                                | 20 ++++++------
 git-cvsserver.perl                           |  2 +-
 po/da.po                                     |  2 +-
 po/de.po                                     |  6 ++--
 po/fr.po                                     |  4 +--
 po/git.pot                                   |  4 +--
 po/it.po                                     |  2 +-
 po/nl.po                                     |  2 +-
 po/pt_PT.po                                  |  2 +-
 po/sv.po                                     |  6 ++--
 po/vi.po                                     |  6 ++--
 po/zh_CN.po                                  |  4 +--
 sha1_name.c                                  |  6 ++--
 t/t9300-fast-import.sh                       |  6 ++--
 test-match-trees.c                           |  4 +--
 30 files changed, 118 insertions(+), 83 deletions(-)

-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to