@@ -470,7 +470,7 @@ <h3 id="related-reading"><a class="anchor" href="#related-reading"></a>Related R
470
470
< p > < code > Documentation/SubmittingPatches</ code > </ p >
471
471
</ li >
472
472
< li >
473
- < p > < code > Documentation/howto/new-command.txt </ code > </ p >
473
+ < p > < code > Documentation/howto/new-command.adoc </ code > </ p >
474
474
</ li >
475
475
</ ul >
476
476
</ div >
@@ -870,7 +870,7 @@ <h3 id="implementation"><a class="anchor" href="#implementation"></a>Implementat
870
870
apply standard precedence rules. < code > git_config_get_string_tmp</ code > () will look up
871
871
a specific key ("user.name") and give you the value. There are a number of
872
872
single-key lookup functions like this one; you can see them all (and more info
873
- about how to use < code > git_config</ code > ()) in < code > Documentation/technical/api-config.txt </ code > .</ p >
873
+ about how to use < code > git_config</ code > ()) in < code > Documentation/technical/api-config.adoc </ code > .</ p >
874
874
</ div >
875
875
< div class ="paragraph ">
876
876
< p > You should see that the name printed matches the one you see when you run:</ p >
@@ -1041,10 +1041,10 @@ <h3 id="add-documentation"><a class="anchor" href="#add-documentation"></a>Addin
1041
1041
< p > Your new command is undocumented! Let’s fix that.</ p >
1042
1042
</ div >
1043
1043
< div class ="paragraph ">
1044
- < p > Take a look at < code > Documentation/git-</ code > *.< code > txt </ code > . These are the manpages for the
1044
+ < p > Take a look at < code > Documentation/git-</ code > *.< code > adoc </ code > . These are the manpages for the
1045
1045
subcommands that Git knows about. You can open these up and take a look to get
1046
1046
acquainted with the format, but then go ahead and make a new file
1047
- < code > Documentation/git-psuh.txt </ code > . Like with most of the documentation in the Git
1047
+ < code > Documentation/git-psuh.adoc </ code > . Like with most of the documentation in the Git
1048
1048
project, help pages are written with AsciiDoc (see CodingGuidelines, "Writing
1049
1049
Documentation" section). Use the following template to fill out your own
1050
1050
manpage:</ p >
@@ -1142,7 +1142,7 @@ <h3 id="add-usage"><a class="anchor" href="#add-usage"></a>Adding Usage Text</h3
1142
1142
printing usage.</ p >
1143
1143
</ div >
1144
1144
< div class ="paragraph ">
1145
- < p > Take a look at < code > Documentation/technical/api-parse-options.txt </ code > . This is a handy
1145
+ < p > Take a look at < code > Documentation/technical/api-parse-options.adoc </ code > . This is a handy
1146
1146
tool for pulling out options you need to be able to handle, and it takes a
1147
1147
usage string.</ p >
1148
1148
</ div >
@@ -1847,14 +1847,14 @@ <h3 id="preparing-cover-letter"><a class="anchor" href="#preparing-cover-letter"
1847
1847
</ div >
1848
1848
< div class ="listingblock ">
1849
1849
< div class ="content ">
1850
- < pre > Documentation/git-psuh.txt | 40 +++++++++++++++++++++
1851
- Makefile | 1 +
1852
- builtin.h | 1 +
1853
- builtin/psuh.c | 73 ++++++++++++++++++++++++++++++++++++++
1854
- git.c | 1 +
1855
- t/t9999-psuh-tutorial.sh | 12 +++++++
1850
+ < pre > Documentation/git-psuh.adoc | 40 +++++++++++++++++++++
1851
+ Makefile | 1 +
1852
+ builtin.h | 1 +
1853
+ builtin/psuh.c | 73 ++++++++++++++++++++++++++++++++++++++
1854
+ git.c | 1 +
1855
+ t/t9999-psuh-tutorial.sh | 12 +++++++
1856
1856
6 files changed, 128 insertions(+)
1857
- create mode 100644 Documentation/git-psuh.txt
1857
+ create mode 100644 Documentation/git-psuh.adoc
1858
1858
create mode 100644 builtin/psuh.c
1859
1859
create mode 100755 t/t9999-psuh-tutorial.sh</ pre >
1860
1860
</ div >
@@ -2239,7 +2239,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
2239
2239
</ div >
2240
2240
< div id ="footer ">
2241
2241
< div id ="footer-text ">
2242
- Last updated 2025-02-14 21:38:14 -0800
2242
+ Last updated 2025-03-10 09:41:59 -0700
2243
2243
</ div >
2244
2244
</ div >
2245
2245
</ body >
0 commit comments