My First Object Walk
-2024-02-06 +2024-02-08Reviewing Patches in the Git Project
-2024-02-06 +2024-02-08Submitting Patches
-2024-02-06 +2024-02-08Tools for developing Git
-2024-02-06 +2024-02-08Everyday Git With 20 Commands Or So
-2024-02-06 +2024-02-08INCREMENTAL OUTPUT
<40-byte hex sha1> <sourceline> <resultline> <num_lines>
+<40-byte-hex-sha1> <sourceline> <resultline> <num-lines>
Line numbers count from 1.
GIT
diff --git a/git-blame.txt b/git-blame.txt index 5720d04ff..b1d7fb539 100644 --- a/git-blame.txt +++ b/git-blame.txt @@ -210,7 +210,7 @@ annotated. . Each blame entry always starts with a line of: - <40-byte hex sha1>OPTIONS
Specify an alternate suffix for the bugreport name, to create a file - named git-bugreport-<formatted suffix>. This should take the form of a + named git-bugreport-<formatted-suffix>. This should take the form of a strftime(3) format string; the current local time will be used.
OPTIONS
Create a zip archive of supplemental information about the user’s machine, Git client, and repository state. The archive is written to the same output directory as the bug report and is named - git-diagnostics-<formatted suffix>. + git-diagnostics-<formatted-suffix>.Without mode
specified, the diagnostic archive will contain the default set of
statistics reported by git diagnose
. An optional mode
value may be specified
@@ -880,7 +880,7 @@
GIT
diff --git a/git-bugreport.txt b/git-bugreport.txt index 392d9eb6a..ca626f7fc 100644 --- a/git-bugreport.txt +++ b/git-bugreport.txt @@ -52,7 +52,7 @@ OPTIONS -sGIT URLS
configuration section of the form: [url "<actual url base>"]
- insteadOf = <other url base>
+ [url "<actual-url-base>"]
+ insteadOf = <other-url-base>
For example, with this:
[url "<actual url base>"]
- pushInsteadOf = <other url base>
+ [url "<actual-url-base>"]
+ pushInsteadOf = <other-url-base>
For example, with this:
SYNOPSIS
git commit-graph write [--object-dir <dir>] [--append] [--split[=<strategy>]] [--reachable | --stdin-packs | --stdin-commits] [--changed-paths] [--[no-]max-new-filters <n>] [--[no-]progress] - <split options> + <split-options>GIT
diff --git a/git-commit-graph.txt b/git-commit-graph.txt index c8dbceba0..903b16830 100644 --- a/git-commit-graph.txt +++ b/git-commit-graph.txt @@ -13,7 +13,7 @@ SYNOPSIS 'git commit-graph write' [--object-dirOPTIONS
- When given a two-part name section.key, the value for - section.<URL>.key whose <URL> part matches the best to the + When given a two-part <name> as <section>.<key>, the value for + <section>.<URL>.<key> whose <URL> part matches the best to the given URL is returned (if no such key exists, the value for - section.key is used as a fallback). When given just the - section as name, do so for all the keys in the section and + <section>.<key> is used as a fallback). When given just the + <section> as name, do so for all the keys in the section and list them. Returns error code 1 if no value is found.
Variables
-af_unix:[<socket_type>:]<absolute-pathname>
- Write to a
+af_unix:[<socket-type>:]<absolute-pathname>
- Write to a
Unix DomainSocket (on platforms that support them). Socket
type can be either stream
or dgram
; if omitted Git will
try both.
@@ -11895,7 +11895,7 @@
GIT
diff --git a/git-config.txt b/git-config.txt index b1caac887..dff39093b 100644 --- a/git-config.txt +++ b/git-config.txt @@ -103,11 +103,11 @@ OPTIONS names are not. --get-urlmatchINSTALLATION
Clients should now be able to check out the project. Use the CVS module name to indicate what Git head you want to check out. This also sets the name of your newly checked-out directory, unless you tell it otherwise with --d <dir_name>
. For example, this checks out master branch to the
+ -d <dir-name>
. For example, this checks out master branch to the
project-master
directory:
DATABASE BACKEND
the database to work reliably (otherwise you need to make sure that the database is up to date any time git-cvsserver is executed).By default it uses SQLite databases in the Git directory, named
-gitcvs.<module_name>.sqlite
. Note that the SQLite backend creates
+gitcvs.<module-name>.sqlite
. Note that the SQLite backend creates
temporary files in the same directory as the database file on
write so it might not be enough to grant the users using
git-cvsserver write access to the database file without granting
@@ -1327,7 +1327,7 @@
GIT
diff --git a/git-cvsserver.txt b/git-cvsserver.txt index cf4a5a283..4c475efea 100644 --- a/git-cvsserver.txt +++ b/git-cvsserver.txt @@ -197,7 +197,7 @@ allowing access over SSH. 5. Clients should now be able to check out the project. Use the CVS 'module' name to indicate what Git 'head' you want to check out. This also sets the name of your newly checked-out directory, unless you tell it otherwise with - `-dSYNOPSIS
[--allow-override=<service>] [--forbid-override=<service>] [--access-hook=<path>] [--[no-]informative-errors] [--inetd | - [--listen=<host_or_ipaddr>] [--port=<n>] + [--listen=<host-or-ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] [<directory>…] @@ -861,13 +861,13 @@OPTIONS
Listen on a specific IP address or hostname. IP addresses can
be either an IPv4 address or an IPv6 address if supported. If IPv6
- is not supported, then --listen=hostname is also not supported and
+ is not supported, then --listen=<hostname> is also not supported and
--listen must be given an IPv4 address.
Can be given more than once.
Incompatible with --inetd
option.
@@ -975,8 +975,8 @@
OPTIONS
specified with no parameter, a request to git://host/~alice/foo is taken as a request to access foo repository in the home directory of useralice
.
- If --user-path=path
is specified, the same request is
- taken as a request to access path/foo
repository in
+ If --user-path=<path>
is specified, the same request is
+ taken as a request to access <path>/foo
repository in
the home directory of user alice
.
GIT
diff --git a/git-daemon.txt b/git-daemon.txt index e064f91c9..ede7b935d 100644 --- a/git-daemon.txt +++ b/git-daemon.txt @@ -18,7 +18,7 @@ SYNOPSIS [--allow-override=OPTIONS
Specify an alternate suffix for the diagnostics archive name, to create - a file named git-diagnostics-<formatted suffix>. This should take the + a file named git-diagnostics-<formatted-suffix>. This should take the form of a strftime(3) format string; the current local time will be used.
@@ -858,7 +858,7 @@