doc: move credential helper info into gitcredentials(7)
commitcc4f2eb8281ab9f6f71694834ea01c93572d224a
authorJeff King <peff@peff.net>
Fri, 14 Feb 2020 18:54:59 +0000 (14 13:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 22:43:16 +0000 (14 14:43 -0800)
tree809542d187715f7cfa676e320c16269e63c2028a
parent6141e0cc00d556a0dd5a2b84c4d92508bfe4ed3b
doc: move credential helper info into gitcredentials(7)

The details of how credential helpers can be called or implemented were
originally covered in Documentation/technical/. Those are topics that
end users might care about (and we even referenced them in the
credentials manpage), but those docs typically don't ship as part of the
end user documentation, making them less useful.

This situation got slightly worse recently in f3b9055624 (credential:
move doc to credential.h, 2019-11-17), where we moved them into the C
header file, making them even harder to find.

So let's move put this information into the gitcredentials(7)
documentation, which is meant to describe the overall concepts of our
credential handling. This was already pointing to the API docs for these
concepts, so we can just include it inline instead.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitcredentials.txt
credential.h