Skip to content

Commit 9c8095f

Browse files
committed
Regenerate HTML
1 parent 11d2190 commit 9c8095f

File tree

239 files changed

+4001
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+4001
-0
lines changed

external/docs/content/docs/BreakingChanges/2.50.0.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
title: Git - BreakingChanges Documentation
88
docname: BreakingChanges
99
version: 2.50.0
10+
headings:
11+
- text: Procedure
12+
id: _procedure
13+
- text: Git 3.0
14+
id: _git_3_0
15+
- text: Superseded features that will not be deprecated
16+
id: _superseded_features_that_will_not_be_deprecated
1017
aliases:
1118
- "/docs/BreakingChanges/2.50.0/index.html"
1219
- "/docs/BreakingChanges/2.50.1/index.html"

external/docs/content/docs/MyFirstContribution/2.50.0.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@
77
title: Git - MyFirstContribution Documentation
88
docname: MyFirstContribution
99
version: 2.50.0
10+
headings:
11+
- text: Summary
12+
id: summary
13+
- text: Getting Started
14+
id: getting-started
15+
- text: Code It Up!
16+
id: code-it-up
17+
- text: Testing
18+
id: testing
19+
- text: 'Getting Ready to Share: Anatomy of a Patch Series'
20+
id: ready-to-share
21+
- text: Sending Patches via GitGitGadget
22+
id: howto-ggg
23+
- text: Sending Patches with git send-email
24+
id: howto-git-send-email
25+
- text: My Patch Got Emailed - Now What?
26+
id: now-what
1027
aliases:
1128
- "/docs/MyFirstContribution/2.50.0/index.html"
1229
- "/docs/MyFirstContribution/2.50.1/index.html"

external/docs/content/docs/MyFirstObjectWalk/2.50.0.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
title: Git - MyFirstObjectWalk Documentation
88
docname: MyFirstObjectWalk
99
version: 2.50.0
10+
headings:
11+
- text: What’s an Object Walk?
12+
id: _whats_an_object_walk
13+
- text: Setting Up
14+
id: _setting_up
15+
- text: Basic Commit Walk
16+
id: _basic_commit_walk
17+
- text: Basic Object Walk
18+
id: _basic_object_walk
19+
- text: Wrapping Up
20+
id: _wrapping_up
1021
aliases:
1122
- "/docs/MyFirstObjectWalk/2.50.0/index.html"
1223
- "/docs/MyFirstObjectWalk/2.50.1/index.html"

external/docs/content/docs/ReviewingGuidelines/2.47.0.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
title: Git - ReviewingGuidelines Documentation
88
docname: ReviewingGuidelines
99
version: 2.47.0
10+
headings:
11+
- text: Introduction
12+
id: _introduction
13+
- text: Principles
14+
id: _principles
15+
- text: Terminology
16+
id: _terminology
17+
- text: See Also
18+
id: _see_also
1019
aliases:
1120
- "/docs/ReviewingGuidelines/2.47.0/index.html"
1221
- "/docs/ReviewingGuidelines/2.47.1/index.html"

external/docs/content/docs/SubmittingPatches/2.48.0.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
title: Git - SubmittingPatches Documentation
88
docname: SubmittingPatches
99
version: 2.48.0
10+
headings:
11+
- text: Guidelines
12+
id: _guidelines
13+
- text: Subsystems with dedicated maintainers
14+
id: _subsystems_with_dedicated_maintainers
15+
- text: GitHub CI
16+
id: _github_ci
17+
- text: MUA specific hints
18+
id: mua
1019
aliases:
1120
- "/docs/SubmittingPatches/2.48.0/index.html"
1221
- "/docs/SubmittingPatches/2.48.1/index.html"

external/docs/content/docs/api-error-handling/2.37.0.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
title: Git - api-error-handling Documentation
88
docname: api-error-handling
99
version: 2.37.0
10+
headings:
11+
- text: Customizable error handlers
12+
id: _customizable_error_handlers
13+
- text: Library errors
14+
id: _library_errors
15+
- text: Caller-handled errors
16+
id: _caller_handled_errors
1017
aliases:
1118
- "/docs/api-error-handling/2.37.0/index.html"
1219
- "/docs/api-error-handling/2.37.1/index.html"

external/docs/content/docs/api-merge/2.42.0.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
title: Git - api-merge Documentation
88
docname: api-merge
99
version: 2.42.0
10+
headings:
11+
- text: Data structures
12+
id: _data_structures
13+
- text: Low-level (single file) merge
14+
id: _low_level_single_file_merge
1015
aliases:
1116
- "/docs/api-merge/2.42.0/index.html"
1217
- "/docs/api-merge/2.42.1/index.html"

external/docs/content/docs/api-parse-options/2.50.0.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
title: Git - api-parse-options Documentation
88
docname: api-parse-options
99
version: 2.50.0
10+
headings:
11+
- text: Basics
12+
id: _basics
13+
- text: Steps to parse options
14+
id: _steps_to_parse_options
15+
- text: Data Structure
16+
id: _data_structure
17+
- text: Option Callbacks
18+
id: _option_callbacks
19+
- text: Sophisticated option parsing
20+
id: _sophisticated_option_parsing
21+
- text: Examples
22+
id: _examples
1023
aliases:
1124
- "/docs/api-parse-options/2.50.0/index.html"
1225
- "/docs/api-parse-options/2.50.1/index.html"

external/docs/content/docs/api-path-walk/2.49.0.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
title: Git - api-path-walk Documentation
88
docname: api-path-walk
99
version: 2.49.0
10+
headings:
11+
- text: Basics
12+
id: _basics
13+
- text: Examples
14+
id: _examples
1015
aliases:
1116
- "/docs/api-path-walk/2.49.0/index.html"
1217
- "/docs/api-path-walk/2.49.1/index.html"

external/docs/content/docs/api-simple-ipc/2.49.0.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
title: Git - api-simple-ipc Documentation
88
docname: api-simple-ipc
99
version: 2.49.0
10+
headings:
11+
- text: Comparison with sub-process model
12+
id: _comparison_with_sub_process_model
13+
- text: Server startup and shutdown
14+
id: _server_startup_and_shutdown
15+
- text: Simple-IPC protocol
16+
id: _simple_ipc_protocol
17+
- text: Summary
18+
id: _summary
1019
aliases:
1120
- "/docs/api-simple-ipc/2.49.0/index.html"
1221
- "/docs/api-simple-ipc/2.49.1/index.html"

0 commit comments

Comments
 (0)