aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:11 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-10 18:02:11 +0900
commit15d9f3dc6642497b1186e943cdccba3a8f9f0b0e (patch)
tree8b63c1d71896398ec3f4d2816037756a7f338ed8 /Documentation/Makefile
parent026587c79365aa7d204e4b4ee70ca9dbb181d688 (diff)
parente0479fa07387a7f84dad04a258cd2dc2861c9df9 (diff)
downloadgit-15d9f3dc6642497b1186e943cdccba3a8f9f0b0e.tar.gz
Merge branch 'es/walken-tutorial'
A tutorial on object enumeration. * es/walken-tutorial: documentation: add tutorial for object walking
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 06d85ad958..8fe829cc1b 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -77,6 +77,7 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technica
SP_ARTICLES += $(API_DOCS)
TECH_DOCS += MyFirstContribution
+TECH_DOCS += MyFirstObjectWalk
TECH_DOCS += SubmittingPatches
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol