elpasync pushed a change to branch externals/org.

      from  9ef311bbeb doc/org-manual.org: Elaborate description of PROPERTY+ 
syntax
       new  7410e86c6e git-hooks: Add git hook scripts along with instructions 
for use
       new  d198e689c8 lisp/org.el: Remove deprecated show command
       new  4faa300ebe lisp/org.el: Add proper support for numeric priorities


Summary of changes:
 CONTRIBUTE.org                 |   5 ++
 doc/org-manual.org             |   8 +-
 etc/ORG-NEWS                   |   6 ++
 git-hooks/commit-msg           | 192 +++++++++++++++++++++++++++++++++++++++++
 git-hooks/commit-msg-files.awk | 128 +++++++++++++++++++++++++++
 git-hooks/post-commit          |  47 ++++++++++
 git-hooks/pre-commit           |  83 ++++++++++++++++++
 git-hooks/pre-push             |  88 +++++++++++++++++++
 git-hooks/prepare-commit-msg   |  49 +++++++++++
 lisp/org.el                    | 190 ++++++++++++++++++++++++++--------------
 mk/targets.mk                  |  14 ++-
 testing/lisp/test-org.el       |  97 +++++++++++++++++++++
 12 files changed, 836 insertions(+), 71 deletions(-)
 create mode 100755 git-hooks/commit-msg
 create mode 100644 git-hooks/commit-msg-files.awk
 create mode 100755 git-hooks/post-commit
 create mode 100755 git-hooks/pre-commit
 create mode 100755 git-hooks/pre-push
 create mode 100755 git-hooks/prepare-commit-msg

Reply via email to