summaryrefslogtreecommitdiffstats
path: root/MyFirstContribution.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-07 12:14:48 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-07 12:14:48 +0900
commit7a133713b32080684945c44192842ee4781738b8 (patch)
tree778f7f5545752680354500eb4276df660e654e01 /MyFirstContribution.txt
parent0d3c3f33b133acb599ec269bfb9dcaab2a002cb6 (diff)
downloadgit-htmldocs-7a133713b32080684945c44192842ee4781738b8.tar.gz
Autogenerated HTML docs for v2.43.0-rc0-23-g8be77
Diffstat (limited to 'MyFirstContribution.txt')
-rw-r--r--MyFirstContribution.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/MyFirstContribution.txt b/MyFirstContribution.txt
index 62d11a5cd..7cfed60c2 100644
--- a/MyFirstContribution.txt
+++ b/MyFirstContribution.txt
@@ -160,10 +160,11 @@ in order to keep the declarations alphabetically sorted:
int cmd_psuh(int argc, const char **argv, const char *prefix);
----
-Be sure to `#include "builtin.h"` in your `psuh.c`.
+Be sure to `#include "builtin.h"` in your `psuh.c`. You'll also need to
+`#include "gettext.h"` to use functions related to printing output text.
-Go ahead and add some throwaway printf to that function. This is a decent
-starting point as we can now add build rules and register the command.
+Go ahead and add some throwaway printf to the `cmd_psuh` function. This is a
+decent starting point as we can now add build rules and register the command.
NOTE: Your throwaway text, as well as much of the text you will be adding over
the course of this tutorial, is user-facing. That means it needs to be