stg-id (1)
Leading comments
Title: stg-id
Author: [FIXME: author] [see http://docbook.sf.net/el/author]
Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
Date: 03/27/2014
Manual: StGit Manual
Source: StGit
Language: English
(The comments found at the beginning of the groff file "man1/stg-id.1".)
NAME
stg-id - Print the git hash value of a StGit reference
SYNOPSIS
stg id [options] [--] [<id>]
DESCRIPTION
Print the SHA1 value of a Git id (defaulting to HEAD). In addition to the standard Git idcqs like heads and tags, this command also accepts
[<branch>:]<patch> for the id of a patch,
[<branch>:]{base} for the base of the stack and
[<branch>:]{public} for the public branch corresponding to the stack (see the
publish command for details). If no branch is specified, it defaults to the current one. The bottom of a patch is accessible with the
[<branch>:]<patch>^ format.
STGIT
Part of the StGit suite - see
stg(1)