From f9771f69968326f60eaa1b69efe27a302998c755 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 17 Jan 2007 17:42:30 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc1-g23bf --- git-add.html | 4 +-- git-add.txt | 2 +- git-blame.html | 8 ++--- git-blame.txt | 8 ++--- git-branch.html | 4 +-- git-branch.txt | 2 +- git-commit.html | 4 +-- git-commit.txt | 2 +- git-cvsimport.html | 4 +-- git-cvsimport.txt | 2 +- git-for-each-ref.html | 4 +-- git-for-each-ref.txt | 2 +- git-gc.html | 4 +-- git-gc.txt | 2 +- git-grep.html | 4 +-- git-grep.txt | 2 +- git-ls-remote.html | 4 +-- git-ls-remote.txt | 2 +- git-rerere.html | 4 +-- git-rerere.txt | 2 +- git-sh-setup.html | 83 ++++++++++++++++++++++++++++++++++++++----- git-sh-setup.txt | 53 ++++++++++++++++++++++----- git-shortlog.html | 4 +-- git-shortlog.txt | 2 +- git-status.html | 9 ++++- git-status.txt | 9 +++++ git-svn.html | 4 +-- git-svn.txt | 2 +- git-tag.html | 4 +-- git-tag.txt | 2 +- git-tar-tree.html | 4 +-- git-tar-tree.txt | 2 +- git-tools.html | 20 +++++++++-- git-tools.txt | 14 ++++++-- git-whatchanged.html | 4 +-- git-whatchanged.txt | 2 +- git.html | 4 +-- git.txt | 2 +- 38 files changed, 218 insertions(+), 76 deletions(-) diff --git a/git-add.html b/git-add.html index 47add7e9a4..2371316bfe 100644 --- a/git-add.html +++ b/git-add.html @@ -385,7 +385,7 @@ git-add git-*.sh

Interactive mode

When the command enters the interactive mode, it shows the -output of the status subcommand, and then goes into ints +output of the status subcommand, and then goes into its interactive command loop.

The command loop shows the list of subcommands available, and gives a prompt "What now> ". In general, when the prompt ends @@ -536,7 +536,7 @@ diff

diff --git a/git-add.txt b/git-add.txt index 95bea66374..a5051aad6b 100644 --- a/git-add.txt +++ b/git-add.txt @@ -83,7 +83,7 @@ git-add git-*.sh:: Interactive mode ---------------- When the command enters the interactive mode, it shows the -output of the 'status' subcommand, and then goes into ints +output of the 'status' subcommand, and then goes into its interactive command loop. The command loop shows the list of subcommands available, and diff --git a/git-blame.html b/git-blame.html index 75cd355909..0b64a3fee9 100644 --- a/git-blame.html +++ b/git-blame.html @@ -285,7 +285,7 @@ last modified the line. Optionally, start annotating from the given revision.

git-diff(1) or the "pickaxe" interface briefly mentioned in the following paragraph.

Apart from supporting file annotation, git also supports searching the -development history for when a code snippet occured in a change. This makes it +development history for when a code snippet occurred in a change. This makes it possible to track when a code snippet was added to a file, moved or copied between files, and eventually deleted or replaced. It works by searching for a text string in the diff. A small example:

@@ -406,7 +406,7 @@ ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make the output

THE PORCELAIN FORMAT

In this format, each line is output after a header; the -header at the minumum has the first line which has:

+header at the minimum has the first line which has:

-

SPECIFIYING RANGES

+

SPECIFYING RANGES

Unlike git-blame and git-annotate in older git, the extent of annotation can be limited to both line ranges and revision @@ -515,7 +515,7 @@ parents, using commit^! notation:

diff --git a/git-blame.txt b/git-blame.txt index bdfc666928..b14e794077 100644 --- a/git-blame.txt +++ b/git-blame.txt @@ -24,7 +24,7 @@ replaced; you need to use a tool such as gitlink:git-diff[1] or the "pickaxe" interface briefly mentioned in the following paragraph. Apart from supporting file annotation, git also supports searching the -development history for when a code snippet occured in a change. This makes it +development history for when a code snippet occurred in a change. This makes it possible to track when a code snippet was added to a file, moved or copied between files, and eventually deleted or replaced. It works by searching for a text string in the diff. A small example: @@ -89,7 +89,7 @@ THE PORCELAIN FORMAT -------------------- In this format, each line is output after a header; the -header at the minumum has the first line which has: +header at the minimum has the first line which has: - 40-byte SHA-1 of the commit the line is attributed to; - the line number of the line in the original file; @@ -112,8 +112,8 @@ header, prefixed by a TAB. This is to allow adding more header elements later. -SPECIFIYING RANGES ------------------- +SPECIFYING RANGES +----------------- Unlike `git-blame` and `git-annotate` in older git, the extent of annotation can be limited to both line ranges and revision diff --git a/git-branch.html b/git-branch.html index 924667a4c6..3b459e6d72 100644 --- a/git-branch.html +++ b/git-branch.html @@ -389,7 +389,7 @@ to delete remote-tracking branches.

- Show sha1 and commit subjectline for each head. + Show sha1 and commit subject line for each head.

@@ -511,7 +511,7 @@ a branch and check it out with a single command.

diff --git a/git-branch.txt b/git-branch.txt index e872fc89fc..d5f8118261 100644 --- a/git-branch.txt +++ b/git-branch.txt @@ -74,7 +74,7 @@ OPTIONS List both remote-tracking branches and local branches. -v:: - Show sha1 and commit subjectline for each head. + Show sha1 and commit subject line for each head. --abbrev=:: Alter minimum display length for sha1 in output listing, diff --git a/git-commit.html b/git-commit.html index b96d40abe4..86d3abfe3f 100644 --- a/git-commit.html +++ b/git-commit.html @@ -439,7 +439,7 @@ that, you can recover from it with git-reset(1).

- Supress commit summary message. + Suppress commit summary message.

@@ -656,7 +656,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-commit.txt b/git-commit.txt index 9c84353068..bd1c22b316 100644 --- a/git-commit.txt +++ b/git-commit.txt @@ -111,7 +111,7 @@ but can be used to amend a merge commit. are concluding a conflicted merge. -q|--quiet:: - Supress commit summary message. + Suppress commit summary message. \--:: Do not interpret any more arguments as options. diff --git a/git-cvsimport.html b/git-cvsimport.html index 4e4f8cb876..838f72fd26 100644 --- a/git-cvsimport.html +++ b/git-cvsimport.html @@ -436,7 +436,7 @@ the old cvs2git tool.

- CVS by default uses the unix username when writing its + CVS by default uses the Unix username when writing its commit logs. Using this option and an author-conv-file in this format

@@ -509,7 +509,7 @@ various participants of the git-list <git@vger.kernel.org>.

diff --git a/git-cvsimport.txt b/git-cvsimport.txt index 5c402de267..44713949a5 100644 --- a/git-cvsimport.txt +++ b/git-cvsimport.txt @@ -97,7 +97,7 @@ If you need to pass multiple options, separate them with a comma. Substitute the character "/" in branch names with -A :: - CVS by default uses the unix username when writing its + CVS by default uses the Unix username when writing its commit logs. Using this option and an author-conv-file in this format diff --git a/git-for-each-ref.html b/git-for-each-ref.html index 5953edda9c..8e00127ceb 100644 --- a/git-for-each-ref.html +++ b/git-for-each-ref.html @@ -279,7 +279,7 @@ git-for-each-ref(1) Manual Page

Iterate over all refs that match <pattern> and show them according to the given <format>, after sorting them according to the given set of <key>. If <max> is given, stop after -showing that many refs. The interporated values in <format> +showing that many refs. The interpolated values in <format> can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language.

@@ -488,7 +488,7 @@ eval "$eval" diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt index 2bf6aef735..06e7ab1ec1 100644 --- a/git-for-each-ref.txt +++ b/git-for-each-ref.txt @@ -15,7 +15,7 @@ DESCRIPTION Iterate over all refs that match `` and show them according to the given ``, after sorting them according to the given set of ``. If `` is given, stop after -showing that many refs. The interporated values in `` +showing that many refs. The interpolated values in `` can optionally be quoted as string literals in the specified host language allowing their direct evaluation in that language. diff --git a/git-gc.html b/git-gc.html index d98934e7b1..28112861a4 100644 --- a/git-gc.html +++ b/git-gc.html @@ -296,7 +296,7 @@ can be set to indicate how long historical reflog entries which are not part of the current branch should remain available in this repository. These types of entries are generally created as a result of using git commit --amend or git rebase and are the -commits prior to the amend or rebase occuring. Since these changes +commits prior to the amend or rebase occurring. Since these changes are not part of the current project most users will want to expire them sooner. This option defaults to 30 days.

The optional configuration variable gc.rerereresolved indicates @@ -323,7 +323,7 @@ kept. This defaults to 15 days.

diff --git a/git-gc.txt b/git-gc.txt index 73d78c15e8..2bcc9491a3 100644 --- a/git-gc.txt +++ b/git-gc.txt @@ -35,7 +35,7 @@ can be set to indicate how long historical reflog entries which are not part of the current branch should remain available in this repository. These types of entries are generally created as a result of using `git commit \--amend` or `git rebase` and are the -commits prior to the amend or rebase occuring. Since these changes +commits prior to the amend or rebase occurring. Since these changes are not part of the current project most users will want to expire them sooner. This option defaults to '30 days'. diff --git a/git-grep.html b/git-grep.html index 1074a2f8b3..377ea553f5 100644 --- a/git-grep.html +++ b/git-grep.html @@ -429,7 +429,7 @@ registered in the index file, or given tree objects.

- Specify how multiple patterns are combined using boolean + Specify how multiple patterns are combined using Boolean expressions. --or is the default operator. --and has higher precedence than --or. -e has to be used for all patterns. @@ -502,7 +502,7 @@ revamped by Junio C Hamano.

diff --git a/git-grep.txt b/git-grep.txt index bfbece9864..0140c8e358 100644 --- a/git-grep.txt +++ b/git-grep.txt @@ -91,7 +91,7 @@ OPTIONS combined by 'or'. --and | --or | --not | ( | ):: - Specify how multiple patterns are combined using boolean + Specify how multiple patterns are combined using Boolean expressions. `--or` is the default operator. `--and` has higher precedence than `--or`. `-e` has to be used for all patterns. diff --git a/git-ls-remote.html b/git-ls-remote.html index 298c1723af..52edb765c3 100644 --- a/git-ls-remote.html +++ b/git-ls-remote.html @@ -302,7 +302,7 @@ commit IDs.

Specify the full path of git-upload-pack(1) on the remote host. This allows listing references from repositories accessed via - SSH and where the SSH deamon does not use the PATH configured by the + SSH and where the SSH daemon does not use the PATH configured by the user. Also see the --exec option for git-peek-remote(1).

@@ -361,7 +361,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2 diff --git a/git-ls-remote.txt b/git-ls-remote.txt index c8a4c5a4d9..c254005ca3 100644 --- a/git-ls-remote.txt +++ b/git-ls-remote.txt @@ -29,7 +29,7 @@ OPTIONS -u , --upload-pack=:: Specify the full path of gitlink:git-upload-pack[1] on the remote host. This allows listing references from repositories accessed via - SSH and where the SSH deamon does not use the PATH configured by the + SSH and where the SSH daemon does not use the PATH configured by the user. Also see the '--exec' option for gitlink:git-peek-remote[1]. :: diff --git a/git-rerere.html b/git-rerere.html index a43098e166..2cd980d935 100644 --- a/git-rerere.html +++ b/git-rerere.html @@ -307,7 +307,7 @@ its working state.

This resets the metadata used by rerere if a merge resolution is to be is aborted. Calling git-am(1) --skip or git-rebase(1) -[--skip|--abort] will automatcally invoke this command. +[--skip|--abort] will automatically invoke this command.

@@ -482,7 +482,7 @@ conflict.

diff --git a/git-rerere.txt b/git-rerere.txt index 08a055713c..c65c59e861 100644 --- a/git-rerere.txt +++ b/git-rerere.txt @@ -38,7 +38,7 @@ its working state. This resets the metadata used by rerere if a merge resolution is to be is aborted. Calling gitlink:git-am[1] --skip or gitlink:git-rebase[1] -[--skip|--abort] will automatcally invoke this command. +[--skip|--abort] will automatically invoke this command. 'diff':: diff --git a/git-sh-setup.html b/git-sh-setup.html index 701a4f1652..bce4e5a4a1 100644 --- a/git-sh-setup.html +++ b/git-sh-setup.html @@ -276,14 +276,79 @@ git-sh-setup(1) Manual Page

DESCRIPTION

-

Sets up the normal git environment variables and a few helper functions -(currently just "die()"), and returns OK if it all looks like a git archive. -So, to make the rest of the git scripts more careful and readable, -use it as follows:

-
-
-
. git-sh-setup || die "Not a git archive"
-
+

This is not a command the end user would want to run. Ever. +This documentation is meant for people who are studying the +Porcelain-ish scripts and/or are writing new ones.

+

The git-sh-setup scriptlet is designed to be sourced (using +.) by other shell scripts to set up some variables pointing at +the normal git directories and a few helper shell functions.

+

Before sourcing it, your script should set up a few variables; +USAGE (and LONG_USAGE, if any) is used to define message +given by usage() shell function. SUBDIRECTORY_OK can be set +if the script can run from a subdirectory of the working tree +(some commands do not).

+

The scriptlet sets GIT_DIR and GIT_OBJECT_DIRECTORY shell +variables, but does not export them to the environment.

+
+

FUNCTIONS

+
+
+
+die +
+
+

+ exit after emitting the supplied error message to the + standard error stream. +

+
+
+usage +
+
+

+ die with the usage message. +

+
+
+set_reflog_action +
+
+

+ set the message that will be recorded to describe the + end-user action in the reflog, when the script updates a + ref. +

+
+
+is_bare_repository +
+
+

+ outputs true or false to the standard output stream + to indicate if the repository is a bare repository + (i.e. without an associated working tree). +

+
+
+cd_to_toplevel +
+
+

+ runs chdir to the toplevel of the working tree. +

+
+
+require_work_tree +
+
+

+ checks if the repository is a bare repository, and dies + if so. Used by scripts that require working tree + (e.g. checkout). +

+
+

Author

@@ -299,7 +364,7 @@ use it as follows:

diff --git a/git-sh-setup.txt b/git-sh-setup.txt index 79217d8a56..2b2abebd60 100644 --- a/git-sh-setup.txt +++ b/git-sh-setup.txt @@ -12,14 +12,51 @@ SYNOPSIS DESCRIPTION ----------- -Sets up the normal git environment variables and a few helper functions -(currently just "die()"), and returns OK if it all looks like a git archive. -So, to make the rest of the git scripts more careful and readable, -use it as follows: - -------------------------------------------------- -. git-sh-setup || die "Not a git archive" -------------------------------------------------- +This is not a command the end user would want to run. Ever. +This documentation is meant for people who are studying the +Porcelain-ish scripts and/or are writing new ones. + +The `git-sh-setup` scriptlet is designed to be sourced (using +`.`) by other shell scripts to set up some variables pointing at +the normal git directories and a few helper shell functions. + +Before sourcing it, your script should set up a few variables; +`USAGE` (and `LONG_USAGE`, if any) is used to define message +given by `usage()` shell function. `SUBDIRECTORY_OK` can be set +if the script can run from a subdirectory of the working tree +(some commands do not). + +The scriptlet sets `GIT_DIR` and `GIT_OBJECT_DIRECTORY` shell +variables, but does *not* export them to the environment. + +FUNCTIONS +--------- + +die:: + exit after emitting the supplied error message to the + standard error stream. + +usage:: + die with the usage message. + +set_reflog_action:: + set the message that will be recorded to describe the + end-user action in the reflog, when the script updates a + ref. + +is_bare_repository:: + outputs `true` or `false` to the standard output stream + to indicate if the repository is a bare repository + (i.e. without an associated working tree). + +cd_to_toplevel:: + runs chdir to the toplevel of the working tree. + +require_work_tree:: + checks if the repository is a bare repository, and dies + if so. Used by scripts that require working tree + (e.g. `checkout`). + Author ------ diff --git a/git-shortlog.html b/git-shortlog.html index c55f6250cc..3381b3fe3c 100644 --- a/git-shortlog.html +++ b/git-shortlog.html @@ -307,7 +307,7 @@ the first line of the commit message will be shown.

- Supress commit description and provide a commit count summary only. + Suppress commit description and provide a commit count summary only.

@@ -348,7 +348,7 @@ Eve Jones <eve@laptop.(none)> diff --git a/git-shortlog.txt b/git-shortlog.txt index 95fa9010c1..b0df92e819 100644 --- a/git-shortlog.txt +++ b/git-shortlog.txt @@ -29,7 +29,7 @@ OPTIONS of author alphabetic order. -s:: - Supress commit description and provide a commit count summary only. + Suppress commit description and provide a commit count summary only. FILES ----- diff --git a/git-status.html b/git-status.html index 11e19fbfe2..ca19ac5487 100644 --- a/git-status.html +++ b/git-status.html @@ -294,6 +294,13 @@ shows what would be committed if the same options are given to

The output from this command is designed to be used as a commit template comments, and all the output lines are prefixed with #.

+

CONFIGURATION

+
+

The command honors color.status (or status.color — they +mean the same thing and the latter is kept for backward +compatibility) and color.status.<slot> configuration variables +to colorize its output.

+

Author

Written by Linus Torvalds <torvalds@osdl.org> and @@ -309,7 +316,7 @@ Junio C Hamano <junkio@cox.net>.

diff --git a/git-status.txt b/git-status.txt index ce7857e5a9..7f86d8cd5d 100644 --- a/git-status.txt +++ b/git-status.txt @@ -34,6 +34,15 @@ The output from this command is designed to be used as a commit template comments, and all the output lines are prefixed with '#'. +CONFIGURATION +------------- + +The command honors `color.status` (or `status.color` -- they +mean the same thing and the latter is kept for backward +compatibility) and `color.status.` configuration variables +to colorize its output. + + Author ------ Written by Linus Torvalds and diff --git a/git-svn.html b/git-svn.html index 954cf47db6..c7d6439af0 100644 --- a/git-svn.html +++ b/git-svn.html @@ -421,7 +421,7 @@ manually joining branches on commit.

Commits the diff of two tree-ish arguments from the - command-line. This command is intended for interopability with + command-line. This command is intended for interoperability with git-svnimport and does not rely on being inside an git-svn init-ed repository. This command takes three arguments, (a) the original tree to diff against, (b) the new tree result, (c) the @@ -911,7 +911,7 @@ detect them.

diff --git a/git-svn.txt b/git-svn.txt index 9ed721118b..321083d461 100644 --- a/git-svn.txt +++ b/git-svn.txt @@ -113,7 +113,7 @@ manually joining branches on commit. 'commit-diff':: Commits the diff of two tree-ish arguments from the - command-line. This command is intended for interopability with + command-line. This command is intended for interoperability with git-svnimport and does not rely on being inside an git-svn init-ed repository. This command takes three arguments, (a) the original tree to diff against, (b) the new tree result, (c) the diff --git a/git-tag.html b/git-tag.html index 2a1259fd84..9b9b7a5648 100644 --- a/git-tag.html +++ b/git-tag.html @@ -266,7 +266,7 @@ git-tag(1) Manual Page

NAME

git-tag - - Create a tag object signed with GPG + Create or verify a tag object signed with GPG

@@ -390,7 +390,7 @@ Junio C Hamano <junkio@cox.net> and Chris Wright <chrisw@osdl.org>.< diff --git a/git-tag.txt b/git-tag.txt index 80bece0775..8a71ab37df 100644 --- a/git-tag.txt +++ b/git-tag.txt @@ -3,7 +3,7 @@ git-tag(1) NAME ---- -git-tag - Create a tag object signed with GPG +git-tag - Create or verify a tag object signed with GPG SYNOPSIS diff --git a/git-tar-tree.html b/git-tar-tree.html index dd4e569eec..3b07129cb4 100644 --- a/git-tar-tree.html +++ b/git-tar-tree.html @@ -329,7 +329,7 @@ repository configuration as follows :

umask = 002     ;# group friendly

The special umask value "user" indicates that the user's current umask -will be used instead. The default value remains 0, which means world +will be used instead. The default value is 002, which means group readable/writable files and directories.

EXAMPLES

@@ -395,7 +395,7 @@ git tar-tree HEAD:Documentation/ git-docs > git-1.4.0-docs.tar diff --git a/git-tar-tree.txt b/git-tar-tree.txt index 74a6fddd9a..bc3360f079 100644 --- a/git-tar-tree.txt +++ b/git-tar-tree.txt @@ -50,7 +50,7 @@ repository configuration as follows : umask = 002 ;# group friendly The special umask value "user" indicates that the user's current umask -will be used instead. The default value remains 0, which means world +will be used instead. The default value is 002, which means group readable/writable files and directories. EXAMPLES diff --git a/git-tools.html b/git-tools.html index 0fa4ac5753..2eacea22d9 100644 --- a/git-tools.html +++ b/git-tools.html @@ -330,7 +330,7 @@ until they get merged upstream.
  • -gitweb (ftp://ftp.kernel.org/pub/software/scm/gitweb/) +gitweb (shipped with git-core)

    @@ -350,6 +350,18 @@ Currently it is the fastest and most feature rich among the git viewers and commit tools.
  • +
  • +

    +tig (http://jonas.nitro.dk/tig/) +

    +
    +
    +
    tig by Jonas Fonseca is a simple git repository browser
    +written using ncurses. Basically, it just acts as a front-end
    +for git-log and git-show/git-diff. Additionally, you can also
    +use it as a pager for git commands.
    +
    +
  • Foreign SCM interface

    @@ -357,7 +369,7 @@ viewers and commit tools.
    • -git-svn (contrib/) +git-svn (shipped with git-core)

      @@ -404,10 +416,12 @@ tweaking to work on XEmacs.
    +

    http://git.or.cz/gitwiki/InterfacesFrontendsAndTools has more +comprehensive list.

    diff --git a/git-tools.txt b/git-tools.txt index 0914cbb0ba..6b407f9adf 100644 --- a/git-tools.txt +++ b/git-tools.txt @@ -50,7 +50,7 @@ History Viewers gitview is a GTK based repository browser for git - - *gitweb* (ftp://ftp.kernel.org/pub/software/scm/gitweb/) + - *gitweb* (shipped with git-core) GITweb provides full-fledged web interface for GIT repositories. @@ -63,12 +63,18 @@ History Viewers Currently it is the fastest and most feature rich among the git viewers and commit tools. + - *tig* (http://jonas.nitro.dk/tig/) + + tig by Jonas Fonseca is a simple git repository browser + written using ncurses. Basically, it just acts as a front-end + for git-log and git-show/git-diff. Additionally, you can also + use it as a pager for git commands. Foreign SCM interface --------------------- - - *git-svn* (contrib/) + - *git-svn* (shipped with git-core) git-svn is a simple conduit for changesets between a single Subversion branch and git. @@ -95,3 +101,7 @@ Others This is an Emacs interface for git. The user interface is modeled on pcl-cvs. It has been developed on Emacs 21 and will probably need some tweaking to work on XEmacs. + + +http://git.or.cz/gitwiki/InterfacesFrontendsAndTools has more +comprehensive list. diff --git a/git-whatchanged.html b/git-whatchanged.html index 9f106ef3c6..87612563b6 100644 --- a/git-whatchanged.html +++ b/git-whatchanged.html @@ -296,7 +296,7 @@ these commands.

    ---max-count=<n> +-<n>

    @@ -384,7 +384,7 @@ Junio C Hamano <junkio@cox.net>

    diff --git a/git-whatchanged.txt b/git-whatchanged.txt index e8f21d02f7..399bff3bbc 100644 --- a/git-whatchanged.txt +++ b/git-whatchanged.txt @@ -27,7 +27,7 @@ OPTIONS output format that is useful only to tell the changed paths and their nature of changes. ---max-count=:: +-:: Limit output to commits. ..:: diff --git a/git.html b/git.html index da533ba67f..901b19faa0 100644 --- a/git.html +++ b/git.html @@ -802,7 +802,7 @@ ancillary user utilities.

    - An example script to create a tag object signed with GPG. + Create or verify a tag object signed with GPG.

    @@ -2285,7 +2285,7 @@ contributors on the git-list <git@vger.kernel.org>.

    diff --git a/git.txt b/git.txt index f89d745efa..6a82803f31 100644 --- a/git.txt +++ b/git.txt @@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]:: Read and modify symbolic refs. gitlink:git-tag[1]:: - An example script to create a tag object signed with GPG. + Create or verify a tag object signed with GPG. gitlink:git-update-ref[1]:: Update the object name stored in a ref safely. -- 2.34.1