[GIT] branch master updated (ca89bb6 -> e092561)

Daniel M. Capella polycitizen at gmail.com
Mon Feb 8 05:27:16 UTC 2021


This is an automated email from the git hooks/post-receive script.

polyzen pushed a change to branch master
in repository pacman-contrib.

    from ca89bb6  checkupdates: Do not use sudo when run as root
     new e4c3a57  pacsort.8.txt: add missing colon
     new e092561  pacdiff: Reindent awk script

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Graph of new commits:

  * e092561 (HEAD -> master) pacdiff: Reindent awk script
  * e4c3a57 pacsort.8.txt: add missing colon


Detailed log of new commits:

commit e092561f096f4bf2d98a6378c6951dc22c118f23
Author: Denton Liu <liu.denton at gmail.com>
Date:   Fri Dec 25 23:27:17 2020 -0800

    pacdiff: Reindent awk script
    
    The way that the awk script used for fetching files from the pacdb is
    indented is very misleading. It appears as if the `print $1` is part of
    the if.
    
    Unindent the `print $1` and the following closing brace so that it's
    obvious that they are part of the while.
    
    Signed-off-by: Denton Liu <liu.denton at gmail.com>
    Signed-off-by: Daniel M. Capella <polyzen at archlinux.org>

commit e4c3a57899c7b52a130962378dbc49004da47dca
Author: Denton Liu <liu.denton at gmail.com>
Date:   Fri Dec 25 03:23:50 2020 -0800

    pacsort.8.txt: add missing colon
    
    There is a missing colon so, as a result, the following line is rendered
    incorrectly as
    
            -v, --version: Display the version.
    
    instead of
    
            -v, --version
                Display the version.
    
    Add the missing colon so that it renders properly.
    
    Signed-off-by: Denton Liu <liu.denton at gmail.com>
    Signed-off-by: Daniel M. Capella <polyzen at archlinux.org>

Summary of changes:
 doc/pacsort.8.txt | 2 +-
 src/pacdiff.sh.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the pacman-contrib mailing list