diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2019-06-13 20:17:01 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2019-06-15 16:15:50 +0200 |
| commit | 764196fffb76b5ddefb378910877c737778cb500 (patch) | |
| tree | 3571b27b97798edb755010bd9b6f5237e9c9c22c /include/git2/remote.h | |
| parent | 2376fa6c65a80e23d24393328212a80765d7ba94 (diff) | |
| download | libgit2-764196fffb76b5ddefb378910877c737778cb500.tar.gz | |
doc: add missing documentation comments
Diffstat (limited to 'include/git2/remote.h')
| -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 73c2482ea..4303a06af 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -599,6 +599,7 @@ GIT_EXTERN(int) git_remote_init_callbacks( git_remote_callbacks *opts, unsigned int version); +/** Acceptable prune settings when fetching */ typedef enum { /** * Use the setting from the configuration |
