[git] GPGME - branch, ben/docs/2018-03, created. gpgme-1.10.0-52-g3a746d5

by Ben McGinnes cvs at cvs.gnupg.org
Wed Mar 7 06:19:45 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, ben/docs/2018-03 has been created
        at  3a746d5d46ffd7d332dc24fd6a4d24efc5fc1230 (commit)

- Log -----------------------------------------------------------------
commit 3a746d5d46ffd7d332dc24fd6a4d24efc5fc1230
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Mar 7 16:11:35 2018 +1100

    copyright fix
    
    * Made the copyright line a new top level org heading in order to
      prevent it getting folded into other tasks which will eventually get
      closed (so it doesn't go missing if those items are subsequently
      archived).

diff --git a/TODO b/TODO
index ae6ff13..a431651 100644
--- a/TODO
+++ b/TODO
@@ -578,7 +578,11 @@ Hey Emacs, this is -*- org -*- mode!
    Write a guide/best practices for maintainers of GPGME packages with
    third party package management systems.
 
-Copyright 2004, 2005, 2018 g10 Code GmbH
+
+* Copyright 2004, 2005, 2018 g10 Code GmbH
+  :PROPERTIES:
+  :CUSTOM_ID: copyright-and-license
+  :END:
 
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without

commit 13d2164cd9f313b409b2210d9e63465681cccc99
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Mar 7 16:07:24 2018 +1100

    Nuxed doubles
    
    * Just because there's a lot of documentation which needs to be added,
      doesn't mean it needs to be listed twice.  Merged the two lists.

diff --git a/TODO b/TODO
index d02a0d2..ae6ff13 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,5 @@
 Hey Emacs, this is -*- org -*- mode!
 
-* Document all the new stuff.
-  :PROPERTIES:
-  :CUSTOM_ID: more-docs-is-better
-  :END:
-** TODO Fix this TODO list.
-   :PROPERTIES:
-   :CUSTOM_ID: fix-todo
-   :END:
-   Clean up the current TODO list.  Include properties as relevant (so
-   if someone does make a PDF or HTML version the TOC will work).
-
-   Also check ans see if some of these ancient things can be removed
-   (e.g. do we really need to fix things that were broken in GPG
-   1.3.x?  I'm thinking not so much).
-
-
-
 * Fix the remaining UI Server problems:
   :PROPERTIES:
   :CUSTOM_ID: ui-server-fix
@@ -264,27 +247,42 @@ Hey Emacs, this is -*- org -*- mode!
   :PROPERTIES:
   :CUSTOM_ID: documentation
   :END:
+
 ** TODO Document validity and trust issues.
    :PROPERTIES:
    :CUSTOM_ID: valid-trust-issues
    :END:
+
 ** In gpgme.texi: Register callbacks under the right letter in the index.
    :PROPERTIES:
    :CUSTOM_ID: gpgme-texi
    :END:
-** TODO Update TODO file
+
+** Document all the new stuff.
    :PROPERTIES:
-   :CUSTOM_ID: todo-update
+   :CUSTOM_ID: more-docs-is-better
    :END:
 
-*** DONE fix TODO items
-    CLOSED: [2018-03-04 Sun 08:55]
+*** TODO Fix this TODO list.
     :PROPERTIES:
-    :CUSTOM_ID: fix-todo-items
+    :CUSTOM_ID: fix-todo
     :END:
 
-    Adjust todo items so each can now be referenced by custom-id and
-    checked off as necessary.
+    Clean up the current TODO list.  Include properties as relevant (so
+    if someone does make a PDF or HTML version the TOC will work).
+
+    Also check ans see if some of these ancient things can be removed
+    (e.g. do we really need to fix things that were broken in GPG
+    1.3.x?  I'm thinking not so much).
+
+**** DONE fix TODO items
+     CLOSED: [2018-03-04 Sun 08:55]
+     :PROPERTIES:
+     :CUSTOM_ID: fix-todo-items
+     :END:
+
+     Adjust todo items so each can now be referenced by custom-id and
+     checked off as necessary.
 
 * Engines
   :PROPERTIES:

commit 1516c56ee4da28eb720bbacb026892393d10b24a
Author: Ben McGinnes <ben at adversary.org>
Date:   Wed Mar 7 10:41:18 2018 +1100

    Removed double
    
    * default.profraw didn't need to be listed twice.

diff --git a/.gitignore b/.gitignore
index de173b8..e5bf69d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,4 +52,3 @@ nosetests.xml
 default.profraw
 .DS_Store
 ._.DS_Store
-default.profraw
\ No newline at end of file

commit f61d4f585f27c13fabf7a23ad295bdc8bea7c838
Author: Ben McGinnes <ben at adversary.org>
Date:   Mon Mar 5 09:40:41 2018 +1100

    IDENTIFY
    
    * Fixed sp error in docstring.

diff --git a/src/gpgme-tool.c b/src/gpgme-tool.c
index 3e2dc78..e7a7a6f 100644
--- a/src/gpgme-tool.c
+++ b/src/gpgme-tool.c
@@ -3101,7 +3101,7 @@ cmd_hash_algo_name (assuan_context_t ctx, char *line)
 
 
 static const char hlp_identify[] =
-  "IDENTIY\n"
+  "IDENTIFY\n"
   "\n"
   "Identify the type of data set with the INPUT command.";
 static gpg_error_t

-----------------------------------------------------------------------


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list