Skip to content

Commit b668b19

Browse files
committed
Merge branch 'es/first-contrib-tutorial' into pu
A WIP of a new tutorial targetting specifically aspiring git-core developers. * es/first-contrib-tutorial: documentation: add lab for first contribution
2 parents 00aae86 + 3273605 commit b668b19

File tree

3 files changed

+893
-0
lines changed

3 files changed

+893
-0
lines changed

Documentation/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cmds-*.txt
1212
mergetools-*.txt
1313
manpage-base-url.xsl
1414
SubmittingPatches.txt
15+
MyFirstContribution.txt
1516
tmp-doc-diff/
1617
GIT-ASCIIDOCFLAGS
1718
/GIT-EXCLUDED-PROGRAMS

Documentation/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technica
7777
SP_ARTICLES += $(API_DOCS)
7878

7979
TECH_DOCS += SubmittingPatches
80+
TECH_DOCS += MyFirstContribution
8081
TECH_DOCS += technical/hash-function-transition
8182
TECH_DOCS += technical/http-protocol
8283
TECH_DOCS += technical/index-format
@@ -350,6 +351,7 @@ clean:
350351
$(RM) howto-index.txt howto/*.html doc.dep
351352
$(RM) technical/*.html technical/api-index.txt
352353
$(RM) SubmittingPatches.txt
354+
$(RM) MyFirstContribution.txt
353355
$(RM) $(cmds_txt) $(mergetools_txt) *.made
354356
$(RM) manpage-base-url.xsl
355357
$(RM) GIT-ASCIIDOCFLAGS
@@ -393,6 +395,9 @@ $(patsubst %,%.html,$(API_DOCS) technical/api-index $(TECH_DOCS)): %.html : %.tx
393395
SubmittingPatches.txt: SubmittingPatches
394396
$(QUIET_GEN) cp $< $@
395397

398+
MyFirstContribution.txt: MyFirstContribution
399+
$(QUIET_GEN) cp $< $@
400+
396401
XSLT = docbook.xsl
397402
XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
398403

0 commit comments

Comments
 (0)