| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binary.c | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| diffiter.c | ||
| drivers.c | ||
| format_email.c | ||
| index.c | ||
| notify.c | ||
| parse.c | ||
| patch.c | ||
| patchid.c | ||
| pathspec.c | ||
| racediffiter.c | ||
| rename.c | ||
| stats.c | ||
| submodules.c | ||
| tree.c | ||
| workdir.c |
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.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binary.c | Loading commit data... | |
| blob.c | Loading commit data... | |
| diff_helpers.c | Loading commit data... | |
| diff_helpers.h | Loading commit data... | |
| diffiter.c | Loading commit data... | |
| drivers.c | Loading commit data... | |
| format_email.c | Loading commit data... | |
| index.c | Loading commit data... | |
| notify.c | Loading commit data... | |
| parse.c | Loading commit data... | |
| patch.c | Loading commit data... | |
| patchid.c | Loading commit data... | |
| pathspec.c | Loading commit data... | |
| racediffiter.c | Loading commit data... | |
| rename.c | Loading commit data... | |
| stats.c | Loading commit data... | |
| submodules.c | Loading commit data... | |
| tree.c | Loading commit data... | |
| workdir.c | Loading commit data... |