summaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-23 13:01:40 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-23 13:01:40 +0900
commit8d81e1e24222e6cf6c8e931489ac8ca4f3802d7b (patch)
treeeb9f9057fe66374907c41f01066fe98615c41656 /man7
parent856e407ed01b42f54e7448be925ebebc7d598f43 (diff)
downloadgit-manpages-8d81e1e24222e6cf6c8e931489ac8ca4f3802d7b.tar.gz
Autogenerated manpages for v2.39.0-rc0
Diffstat (limited to 'man7')
-rw-r--r--man7/gitcli.76
-rw-r--r--man7/gitcore-tutorial.76
-rw-r--r--man7/gitcredentials.710
-rw-r--r--man7/gitcvs-migration.76
-rw-r--r--man7/gitdiffcore.76
-rw-r--r--man7/giteveryday.76
-rw-r--r--man7/gitfaq.76
-rw-r--r--man7/gitglossary.76
-rw-r--r--man7/gitnamespaces.76
-rw-r--r--man7/gitremote-helpers.76
-rw-r--r--man7/gitrevisions.76
-rw-r--r--man7/gitsubmodules.76
-rw-r--r--man7/gittutorial-2.76
-rw-r--r--man7/gittutorial.76
-rw-r--r--man7/gitworkflows.76
15 files changed, 47 insertions, 47 deletions
diff --git a/man7/gitcli.7 b/man7/gitcli.7
index 90138394a..46c8f0b46 100644
--- a/man7/gitcli.7
+++ b/man7/gitcli.7
@@ -2,12 +2,12 @@
.\" Title: gitcli
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITCLI" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITCLI" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitcore-tutorial.7 b/man7/gitcore-tutorial.7
index be63493fd..279fb2bdd 100644
--- a/man7/gitcore-tutorial.7
+++ b/man7/gitcore-tutorial.7
@@ -2,12 +2,12 @@
.\" Title: gitcore-tutorial
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITCORE\-TUTORIAL" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITCORE\-TUTORIAL" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitcredentials.7 b/man7/gitcredentials.7
index 1a83974d8..63d976d6c 100644
--- a/man7/gitcredentials.7
+++ b/man7/gitcredentials.7
@@ -2,12 +2,12 @@
.\" Title: gitcredentials
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITCREDENTIALS" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITCREDENTIALS" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -132,7 +132,7 @@ The first is simple and appropriate if you do not have secure storage available
.\}
.sp
.sp
-Credential helpers, on the other hand, are external programs from which Git can request both usernames and passwords; they typically interface with secure storage provided by the OS or other programs\&.
+Credential helpers, on the other hand, are external programs from which Git can request both usernames and passwords; they typically interface with secure storage provided by the OS or other programs\&. Alternatively, a credential\-generating helper might generate credentials for certain servers via some API\&.
.sp
To use a helper, you must first select one to use\&. Git currently includes the following helpers:
.PP
@@ -400,7 +400,7 @@ For a \fBstore\fR or \fBerase\fR operation, the helper\(cqs output is ignored\&.
.sp
If a helper fails to perform the requested operation or needs to notify the user of a potential issue, it may write to stderr\&.
.sp
-If it does not support the requested operation (e\&.g\&., a read\-only store), it should silently ignore the request\&.
+If it does not support the requested operation (e\&.g\&., a read\-only store or generator), it should silently ignore the request\&.
.sp
If a helper receives any other operation, it should silently ignore the request\&. This leaves room for future operations to be added (older helpers will just ignore the new requests)\&.
.SH "GIT"
diff --git a/man7/gitcvs-migration.7 b/man7/gitcvs-migration.7
index 2769c6386..c6c27ce85 100644
--- a/man7/gitcvs-migration.7
+++ b/man7/gitcvs-migration.7
@@ -2,12 +2,12 @@
.\" Title: gitcvs-migration
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITCVS\-MIGRATION" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITCVS\-MIGRATION" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitdiffcore.7 b/man7/gitdiffcore.7
index 7e939a2cb..2e0b7172f 100644
--- a/man7/gitdiffcore.7
+++ b/man7/gitdiffcore.7
@@ -2,12 +2,12 @@
.\" Title: gitdiffcore
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITDIFFCORE" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITDIFFCORE" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/giteveryday.7 b/man7/giteveryday.7
index ce12fe3db..7c5679889 100644
--- a/man7/giteveryday.7
+++ b/man7/giteveryday.7
@@ -2,12 +2,12 @@
.\" Title: giteveryday
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITEVERYDAY" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITEVERYDAY" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitfaq.7 b/man7/gitfaq.7
index 00c6ab69a..aab12c776 100644
--- a/man7/gitfaq.7
+++ b/man7/gitfaq.7
@@ -2,12 +2,12 @@
.\" Title: gitfaq
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITFAQ" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITFAQ" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitglossary.7 b/man7/gitglossary.7
index fac5c9de2..cf80fa2ec 100644
--- a/man7/gitglossary.7
+++ b/man7/gitglossary.7
@@ -2,12 +2,12 @@
.\" Title: gitglossary
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITGLOSSARY" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITGLOSSARY" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitnamespaces.7 b/man7/gitnamespaces.7
index 0123548ee..f3089fc06 100644
--- a/man7/gitnamespaces.7
+++ b/man7/gitnamespaces.7
@@ -2,12 +2,12 @@
.\" Title: gitnamespaces
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITNAMESPACES" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITNAMESPACES" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitremote-helpers.7 b/man7/gitremote-helpers.7
index 55e210964..45ca1721c 100644
--- a/man7/gitremote-helpers.7
+++ b/man7/gitremote-helpers.7
@@ -2,12 +2,12 @@
.\" Title: gitremote-helpers
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITREMOTE\-HELPERS" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITREMOTE\-HELPERS" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitrevisions.7 b/man7/gitrevisions.7
index c6cfc3f80..a45d396d5 100644
--- a/man7/gitrevisions.7
+++ b/man7/gitrevisions.7
@@ -2,12 +2,12 @@
.\" Title: gitrevisions
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITREVISIONS" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITREVISIONS" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitsubmodules.7 b/man7/gitsubmodules.7
index c1ea7d37f..dcc8b6181 100644
--- a/man7/gitsubmodules.7
+++ b/man7/gitsubmodules.7
@@ -2,12 +2,12 @@
.\" Title: gitsubmodules
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITSUBMODULES" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITSUBMODULES" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gittutorial-2.7 b/man7/gittutorial-2.7
index e553a3039..5f4d177c1 100644
--- a/man7/gittutorial-2.7
+++ b/man7/gittutorial-2.7
@@ -2,12 +2,12 @@
.\" Title: gittutorial-2
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITTUTORIAL\-2" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITTUTORIAL\-2" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gittutorial.7 b/man7/gittutorial.7
index 7d1a58a9d..ba88210d3 100644
--- a/man7/gittutorial.7
+++ b/man7/gittutorial.7
@@ -2,12 +2,12 @@
.\" Title: gittutorial
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITTUTORIAL" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITTUTORIAL" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/man7/gitworkflows.7 b/man7/gitworkflows.7
index 4dfad4843..082419ec8 100644
--- a/man7/gitworkflows.7
+++ b/man7/gitworkflows.7
@@ -2,12 +2,12 @@
.\" Title: gitworkflows
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 11/21/2022
+.\" Date: 11/23/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.473.ga0789512c5
+.\" Source: Git 2.39.0.rc0
.\" Language: English
.\"
-.TH "GITWORKFLOWS" "7" "11/21/2022" "Git 2\&.38\&.1\&.473\&.ga07895" "Git Manual"
+.TH "GITWORKFLOWS" "7" "11/23/2022" "Git 2\&.39\&.0\&.rc0" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------