summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-26 21:51:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-05-26 21:51:31 (GMT)
commit7ec4a9e74f6a5a54b2b82578496d1225be6e76f4 (patch)
tree844f55afb76777deb2f4cdad65324c982e490af1 /Documentation/Makefile
parentf49c478f628910de206c5e882a3cd3abec76d4e6 (diff)
parent7a06a854ee1f167babadb7bdb116fa9c2d3e49eb (diff)
downloadgit-7ec4a9e74f6a5a54b2b82578496d1225be6e76f4.zip
git-7ec4a9e74f6a5a54b2b82578496d1225be6e76f4.tar.gz
git-7ec4a9e74f6a5a54b2b82578496d1225be6e76f4.tar.bz2
Merge branch 'cg/tools-for-git-doc'
A new doc that lists tips for tools to work with Git's codebase. * cg/tools-for-git-doc: Documentation/ToolsForGit.txt: Tools for developing Git
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 adb2f1b..d3f043f 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -93,6 +93,7 @@ SP_ARTICLES += $(API_DOCS)
TECH_DOCS += MyFirstContribution
TECH_DOCS += MyFirstObjectWalk
TECH_DOCS += SubmittingPatches
+TECH_DOCS += ToolsForGit
TECH_DOCS += technical/bundle-format
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol