Message ID | pull.1330.git.git.1663333529294.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 225e815ef238d6033c7f78160274b96de7b197f9 |
Headers | show |
Series | help: reword explanation line for developer interfaces | expand |
"Fangyi Zhou via GitGitGadget" <gitgitgadget@gmail.com> writes: > From: Fangyi Zhou <me@fangyi.io> > > Signed-off-by: Fangyi Zhou <me@fangyi.io> > --- > help: reword explanation line for developer interfaces > > Signed-off-by: Fangyi Zhou me@fangyi.io > - { CAT_developerinterfaces, N_("Developer-facing file file formats, protocols and interfaces") }, > + { CAT_developerinterfaces, N_("Developer-facing file formats, protocols and other interfaces") }, Yuck. Thanks for catching this. > { 0, NULL } > }; > > diff --git a/t/t0012-help.sh b/t/t0012-help.sh > index 4ed2f242eb2..dbfc5c82676 100755 > --- a/t/t0012-help.sh > +++ b/t/t0012-help.sh > @@ -231,7 +231,7 @@ test_expect_success "'git help -a' section spacing" ' > > User-facing repository, command and file interfaces > > - Developer-facing file file formats, protocols and interfaces > + Developer-facing file formats, protocols and other interfaces > EOF Apparently the writer of the test was not doing a good job; and of course the reviewers, too X-. These all came from 844739ba (git docs: add a category for file formats, protocols and interfaces, 2022-08-04), as a part of a large series. Will queue.
diff --git a/help.c b/help.c index ec670d5f68b..d04542d8261 100644 --- a/help.c +++ b/help.c @@ -39,7 +39,7 @@ static struct category_description main_categories[] = { { CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") }, { CAT_purehelpers, N_("Low-level Commands / Internal Helpers") }, { CAT_userinterfaces, N_("User-facing repository, command and file interfaces") }, - { CAT_developerinterfaces, N_("Developer-facing file file formats, protocols and interfaces") }, + { CAT_developerinterfaces, N_("Developer-facing file formats, protocols and other interfaces") }, { 0, NULL } }; diff --git a/t/t0012-help.sh b/t/t0012-help.sh index 4ed2f242eb2..dbfc5c82676 100755 --- a/t/t0012-help.sh +++ b/t/t0012-help.sh @@ -231,7 +231,7 @@ test_expect_success "'git help -a' section spacing" ' User-facing repository, command and file interfaces - Developer-facing file file formats, protocols and interfaces + Developer-facing file formats, protocols and other interfaces EOF test_cmp expect actual '