Skip to content

Commit 2e3653e

Browse files
committed
fix: update description format for git request-pull in toc-source.json to include code block for better readability
1 parent a3c102c commit 2e3653e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toc-source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"examples": [
5959
{
6060
"code": "git request-pull main https://github.com/example/repo.git feature-branch",
61-
"description": "Generates a summary like:\n\nThe following changes since commit 1234567... (main):\n\n Some previous commit message\n\nare available in the Git repository at:\n\n https://github.com/example/repo.git feature-branch\n\nfor you to fetch changes up to 89abcde... (feature-branch):\n\n New feature commit message\n Another commit message\n\n----------------------------------------------------------------\n file1.txt | 10 ++++++++++\n file2.js | 5 +++++\n 2 files changed, 15 insertions(+)"
61+
"description": "Generates a summary like:\n\n```The following changes since commit 1234567... (main):\n\n Some previous commit message\n\nare available in the Git repository at:\n\n https://github.com/example/repo.git feature-branch\n\nfor you to fetch changes up to 89abcde... (feature-branch):\n\n New feature commit message\n Another commit message\n\n----------------------------------------------------------------\n file1.txt | 10 ++++++++++\n file2.js | 5 +++++\n 2 files changed, 15 insertions(+)\n```"
6262
},
6363
{
6464
"code": "git request-pull v1.0 https://github.com/example/repo.git v1.1",

0 commit comments

Comments
 (0)