Files
libgit2/include/git2/sys
Edward Thomson 3f54ba8b61 credential: change git_cred to git_credential
We avoid abbreviations where possible; rename git_cred to
git_credential.

In addition, we have standardized on a trailing `_t` for enum types,
instead of using "type" in the name.  So `git_credtype_t` has become
`git_credential_t` and its members have become `GIT_CREDENTIAL` instead
of `GIT_CREDTYPE`.

Finally, the source and header files have been renamed to `credential`
instead of `cred`.

Keep previous name and values as deprecated, and include the new header
files from the previous ones.
2020-01-26 18:39:41 +00:00
..
2019-06-26 15:49:37 +02:00
2015-07-27 18:32:55 -06:00
2018-05-07 21:50:15 +02:00
2019-09-05 10:26:38 +02:00
2014-12-19 15:31:49 +01:00