]> git.ipfire.org Git - thirdparty/git.git/commit
Include gettext.h in MyFirstContribution tutorial
authorJacob Stopak <jacob@initialcommit.io>
Tue, 17 Oct 2023 04:15:03 +0000 (21:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Oct 2023 00:02:06 +0000 (09:02 +0900)
commit6b79a2183c85749996f561d0f27bd0dc799aaae9
treef00055b218de32bc8937453bb597b65947bb5340
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
Include gettext.h in MyFirstContribution tutorial

The tutorial in Documentation/MyFirstContribution.txt has steps to print
some text using the "_" function. However, this leads to compiler errors
when running "make" since "gettext.h" is not #included.

Update docs with a note to #include "gettext.h" in "builtin/psuh.c".

Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
Reviewed-by: Emily Shaffer <nasamuffin@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstContribution.txt