Show page source of git-qheader.1.manpage #120683

=== Manual Pages: Section 1
{{{ pre
GIT-QHEADER(1)                  Git-MQ Commands                 GIT-QHEADER(1)

NAME
       git-qheader - display log message text from a patch header

SYNOPSIS
       git qheader [<patch>]

DESCRIPTION
       The  git qheader  command  displays  the  commit  log  message text, as
       recorded in the header of any Git-MQ patch which is  specified  by  the
       <patch>  argument;  if  no <patch> argument is specified, the displayed
       log message is retrieved from the topmost currently-applied  patch,  if
       any.

EXIT STATUS
       On successful completion, git qheader reports an exit status code of 0.
       Any non‐zero exit status code indicates that an error occurred.

COMPARISON WITH MERCURIAL QUEUES
       Inspired by, and for the most part based on behavioural observation  of
       Mercurial's MQ    extension,    the    git qheader   command   exhibits
       fundamentally the same behaviour as its hg qheader counterpart.

AUTHOR
       Copyright (C) 2019, by Keith Marshall

       This man page was written by  Keith Marshall <keith@users.osdn.me>,  to
       accompany the Git-MQ program suite.  It is published under the terms of
       the GNU Free Documentation Licence, version 1.3, (or any later  version
       published by the Free Software Foundation), with no Invariant Sections,
       no Front‐Cover Texts, and no Back‐Cover Texts.

       The Git‐MQ program suite itself is distibruted under the terms  of  the
       GNU  General Public Licence, version 3, (or any later version published
       by the Free Software Foundation).

       Copies of the GNU Free Documentation Licence, and of  the  GNU  General
       Public  Licence, are included within the Git‐MQ source distribution, in
       the files FDL-1.3, and LICENCE, respectively.

SEE ALSO
       git-qseries(1)

Git-MQ 1.0                        31-Mar-2022                   GIT-QHEADER(1)
}}}
A copy of the above, in PDF format, is [https://osdn.net/users/keith/pf/git-mq/wiki/git-qheader.1.manpage/attach/git-qheader.1.pdf available here].