Files
libgit2/include/git2
Edward Thomson 0b5ba0d744 Rename opt init functions to options_init
In libgit2 nomenclature, when we need to verb a direct object, we name
a function `git_directobject_verb`.  Thus, if we need to init an options
structure named `git_foo_options`, then the name of the function that
does that should be `git_foo_options_init`.

The previous names of `git_foo_init_options` is close - it _sounds_ as
if it's initializing the options of a `foo`, but in fact
`git_foo_options` is its own noun that should be respected.

Deprecate the old names; they'll now call directly to the new ones.
2019-06-14 09:57:00 +01:00
..
2018-05-07 21:50:38 +02:00
2019-02-21 09:58:15 +00:00
2015-08-29 17:46:34 -06:00
2014-07-27 17:17:22 +02:00
2014-09-30 15:44:32 +02:00
2018-06-22 13:19:40 +02:00
2019-06-10 11:37:00 +01:00
2019-02-22 11:25:14 +00:00
2019-01-31 19:10:03 +00:00