From: Junio C Hamano Date: Mon, 17 Jun 2019 17:15:18 +0000 (-0700) Subject: Merge branch 'es/first-contrib-tutorial' X-Git-Tag: v2.23.0-rc0~111 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/55b34f30c27c95ac3fe3c285eb9c46ed831d1565?ds=inline;hp=-c Merge branch 'es/first-contrib-tutorial' A new tutorial targetting specifically aspiring git-core developers. * es/first-contrib-tutorial: doc: add some nit fixes to MyFirstContribution documentation: add anchors to MyFirstContribution documentation: add tutorial for first contribution --- 55b34f30c27c95ac3fe3c285eb9c46ed831d1565 diff --combined Documentation/Makefile index dbf5a0f276,d1f2bf0407..76f2ecfc1b --- a/Documentation/Makefile +++ b/Documentation/Makefile @@@ -7,14 -7,12 +7,14 @@@ ARTICLES SP_ARTICLES = OBSOLETE_HTML = +-include GIT-EXCLUDED-PROGRAMS + MAN1_TXT += $(filter-out \ + $(patsubst %,%.txt,$(EXCLUDED_PROGRAMS)) \ $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ $(wildcard git-*.txt)) MAN1_TXT += git.txt MAN1_TXT += gitk.txt -MAN1_TXT += gitremote-helpers.txt MAN1_TXT += gitweb.txt MAN5_TXT += gitattributes.txt @@@ -32,7 -30,6 +32,7 @@@ MAN7_TXT += gitdiffcore.tx MAN7_TXT += giteveryday.txt MAN7_TXT += gitglossary.txt MAN7_TXT += gitnamespaces.txt +MAN7_TXT += gitremote-helpers.txt MAN7_TXT += gitrevisions.txt MAN7_TXT += gitsubmodules.txt MAN7_TXT += gittutorial-2.txt @@@ -76,6 -73,7 +76,7 @@@ SP_ARTICLES += howto/maintain-gi API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) SP_ARTICLES += $(API_DOCS) + TECH_DOCS += MyFirstContribution TECH_DOCS += SubmittingPatches TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol