]> git.ipfire.org Git - thirdparty/git.git/commit
credential: move doc to credential.h
authorHeba Waly <heba.waly@gmail.com>
Sun, 17 Nov 2019 21:04:53 +0000 (21:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2019 06:21:29 +0000 (15:21 +0900)
commitf3b9055624cb797b1956f100a40104c9aceb4835
tree94ebe29cf7e0d3dd36320f521a33c131fa010a4f
parent971b1f24a2190ebe288fc6544378941a0624bb95
credential: move doc to credential.h

Move the documentation from Documentation/technical/api-credentials.txt
to credential.h as it's easier for the developers to find the usage
information beside the code instead of looking for it in another doc file.

Documentation/technical/api-credentials.txt is removed because the
information it has is now redundant and it'll be hard to keep it up to
date and synchronized with the documentation in the header file.

Documentation/git-credential.txt and Documentation/gitcredentials.txt now link
to credential.h instead of Documentation/technical/api-credentials.txt for
details about the credetials API.

Signed-off-by: Heba Waly <heba.waly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-credential.txt
Documentation/gitcredentials.txt
Documentation/technical/api-credentials.txt [deleted file]
credential.h