diff options
| author | punkymaniac <punkymaniac@protonmail.ch> | 2021-06-16 17:46:24 +0200 |
|---|---|---|
| committer | punkymaniac <punkymaniac@protonmail.ch> | 2021-07-06 17:39:59 +0200 |
| commit | aefbd18948180cbe2ce7db2ca087b4dad8f2278d (patch) | |
| tree | 2598d7cef6a97df3c0334f2d3211309c2ba80ed6 /include/git2 | |
| parent | 131f0805398fa7e9e12a803143ec6fa1512156d2 (diff) | |
| download | libgit2-aefbd18948180cbe2ce7db2ca087b4dad8f2278d.tar.gz | |
Add missing empty line
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 05f870992..c600e2248 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -878,6 +878,7 @@ GIT_EXTERN(git_remote_autotag_option_t) git_remote_autotag(const git_remote *rem * @param value the new value to take. */ GIT_EXTERN(int) git_remote_set_autotag(git_repository *repo, const char *remote, git_remote_autotag_option_t value); + /** * Retrieve the ref-prune setting * |
