diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:11 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:11 +0900 |
commit | 15d9f3dc6642497b1186e943cdccba3a8f9f0b0e (patch) | |
tree | 8b63c1d71896398ec3f4d2816037756a7f338ed8 /Documentation/Makefile | |
parent | Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor' (diff) | |
parent | documentation: add tutorial for object walking (diff) | |
download | tgif-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/Makefile | 1 |
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 |