summaryrefslogtreecommitdiff
path: root/include/git2/submodule.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-03-03 10:07:36 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2015-03-03 10:07:36 -0500
commit72ca65d538d1e3ab7a9052613412bf121470dfd6 (patch)
tree1a7db7342d02450a871b4a73469a22b2e4ef07a1 /include/git2/submodule.h
parentfe477951be315e6fe28d6df9baf1557cef6fe539 (diff)
parent41513659de1958fd5907c511f7ddd2ee46e6cd69 (diff)
downloadlibgit2-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.h6
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