Git fork

Merge branch 'jn/glossary-revision'

The wording for "revision" in the glossary wanted to say it refers
to "commit (noun) as a concept" but it was badly phrased.

This may need further updates to hint that in contexts where it is
clear, the word may refer to an object name, not necessarily a
commit. But the patch as-is is already an improvement.

* jn/glossary-revision:
glossary: a revision is just a commit

+1 -3
+1 -3
Documentation/glossary-content.txt
··· 420 420 <<def_merge,merge>> left behind. 421 421 422 422 [[def_revision]]revision:: 423 - A particular state of files and directories which was stored in the 424 - <<def_object_database,object database>>. It is referenced by a 425 - <<def_commit_object,commit object>>. 423 + Synonym for <<def_commit,commit>> (the noun). 426 424 427 425 [[def_rewind]]rewind:: 428 426 To throw away part of the development, i.e. to assign the