summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 18:02:11 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 18:02:11 +0900
commit15d9f3dc6642497b1186e943cdccba3a8f9f0b0e (patch)
tree8b63c1d71896398ec3f4d2816037756a7f338ed8 /Documentation/Makefile
parentMerge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor' (diff)
parentdocumentation: add tutorial for object walking (diff)
downloadtgif-15d9f3dc6642497b1186e943cdccba3a8f9f0b0e.tar.xz
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