diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2015-03-03 10:07:36 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-03-03 10:07:36 -0500 |
| commit | 72ca65d538d1e3ab7a9052613412bf121470dfd6 (patch) | |
| tree | 1a7db7342d02450a871b4a73469a22b2e4ef07a1 /include/git2/submodule.h | |
| parent | fe477951be315e6fe28d6df9baf1557cef6fe539 (diff) | |
| parent | 41513659de1958fd5907c511f7ddd2ee46e6cd69 (diff) | |
| download | libgit2-72ca65d538d1e3ab7a9052613412bf121470dfd6.tar.gz | |
Merge pull request #2808 from libgit2/cmn/repo-ident
Remove the signature from ref-modifying functions
Diffstat (limited to 'include/git2/submodule.h')
| -rw-r--r-- | include/git2/submodule.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h index 1c139d0a7..245b2a2c1 100644 --- a/include/git2/submodule.h +++ b/include/git2/submodule.h @@ -141,12 +141,6 @@ typedef struct git_submodule_update_options { * in the working directory for the newly cloned repository. */ unsigned int clone_checkout_strategy; - - /** - * The identity used when updating the reflog. NULL means to - * use the default signature using the config. - */ - git_signature *signature; } git_submodule_update_options; #define GIT_SUBMODULE_UPDATE_OPTIONS_VERSION 1 |
