Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.44.0-191-g945115
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Mar 11, 2024
1 parent d2c69b6 commit b47d9c8
Show file tree
Hide file tree
Showing 49 changed files with 1,529 additions and 1,534 deletions.
2 changes: 1 addition & 1 deletion MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>My First Contribution to the Git Project</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>My First Object Walk</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
4 changes: 4 additions & 0 deletions RelNotes/2.45.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ Fixes since v2.44
not advertise the capability, which has been corrected.
(merge a922bfa3b5 jk/upload-pack-v2-capability-cleanup later to maint).

* Make sure failure return from merge_bases_many() is properly caught.
(merge 25fd20eb44 js/merge-base-with-missing-commit later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge f0e578c69c rs/use-xstrncmpz later to maint).
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
Expand All @@ -142,3 +145,4 @@ Fixes since v2.44
(merge 9a97b43e03 rs/submodule-prefix-simplify later to maint).
(merge 40b8076462 ak/rebase-autosquash later to maint).
(merge 3223204456 eg/add-uflags later to maint).
(merge 5f78d52dce es/config-doc-sort-sections later to maint).
2 changes: 1 addition & 1 deletion ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Reviewing Patches in the Git Project</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Submitting Patches</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
2 changes: 1 addition & 1 deletion ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Tools for developing Git</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div class="sect1">
Expand Down
28 changes: 14 additions & 14 deletions config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,20 +369,18 @@ inventing new variables for use in your own tool, make sure their
names do not conflict with those that are used by Git itself and
other popular tools, and describe them in your documentation.

include::config/advice.txt[]

include::config/attr.txt[]

include::config/core.txt[]

include::config/add.txt[]

include::config/advice.txt[]

include::config/alias.txt[]

include::config/am.txt[]

include::config/apply.txt[]

include::config/attr.txt[]

include::config/blame.txt[]

include::config/branch.txt[]
Expand All @@ -405,10 +403,12 @@ include::config/commit.txt[]

include::config/commitgraph.txt[]

include::config/credential.txt[]

include::config/completion.txt[]

include::config/core.txt[]

include::config/credential.txt[]

include::config/diff.txt[]

include::config/difftool.txt[]
Expand All @@ -421,10 +421,10 @@ include::config/feature.txt[]

include::config/fetch.txt[]

include::config/format.txt[]

include::config/filter.txt[]

include::config/format.txt[]

include::config/fsck.txt[]

include::config/fsmonitor--daemon.txt[]
Expand All @@ -435,10 +435,10 @@ include::config/gitcvs.txt[]

include::config/gitweb.txt[]

include::config/grep.txt[]

include::config/gpg.txt[]

include::config/grep.txt[]

include::config/gui.txt[]

include::config/guitool.txt[]
Expand Down Expand Up @@ -519,10 +519,10 @@ include::config/splitindex.txt[]

include::config/ssh.txt[]

include::config/status.txt[]

include::config/stash.txt[]

include::config/status.txt[]

include::config/submodule.txt[]

include::config/tag.txt[]
Expand Down
2 changes: 1 addition & 1 deletion everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
<body class="article">
<div id="header">
<h1>Everyday Git With 20 Commands Or So</h1>
<span id="revdate">2024-03-07</span>
<span id="revdate">2024-03-11</span>
</div>
<div id="content">
<div id="preamble">
Expand Down
Loading

0 comments on commit b47d9c8

Please sign in to comment.