Files
libgit2/include/git2
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-10-22 10:23:24 -04:00
2019-06-26 15:49:37 +02:00
2019-06-26 15:49:37 +02:00
2020-01-24 10:16:36 -06:00
2019-07-18 13:53:41 +02:00
2020-01-24 10:39:56 -06:00
2019-09-26 08:26:09 +02:00
2019-06-16 17:56:38 +01:00
2019-11-22 15:04:09 +11:00
2019-06-16 00:16:47 +01:00
2014-07-27 17:17:22 +02:00
2019-06-15 16:15:50 +02:00
2014-09-30 15:44:32 +02:00
2019-06-15 16:15:50 +02:00
2018-06-22 13:19:40 +02:00
2013-08-28 09:31:32 -07:00
2019-12-04 14:37:26 -08:00
2019-06-26 15:49:37 +02:00
2013-05-15 20:26:55 +08:00
2019-06-16 00:55:14 +01:00
2019-06-10 11:37:00 +01:00
2019-11-22 15:04:09 +11:00
2019-01-31 19:10:03 +00:00