summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJameson Miller <jamill@microsoft.com>2014-10-29 17:49:04 -0400
committerJameson Miller <jamill@microsoft.com>2014-12-22 16:37:35 -0500
commit9d1f97df1045fa88a9b5c0db202d8896324db987 (patch)
tree06bdfd997ca878ca1c59298097bb1d66cc5ffda9 /CHANGELOG.md
parentb2ab887e1137207edb286812a3237b351ab39506 (diff)
downloadlibgit2-9d1f97df1045fa88a9b5c0db202d8896324db987.tar.gz
Introduce a convenience function for submodule updatejamill/submodule_update
This introduces the functionality of submodule update in 'git_submodule_do_update'. The existing 'git_submodule_update' function is renamed to 'git_submodule_update_strategy'. The 'git_submodule_update' function now refers to functionality similar to `git submodule update`, while `git_submodule_update_strategy` is used to get the configured value of submodule.<name>.update.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b01f48138..b8304b0e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -145,3 +145,9 @@ v0.21 + 1
* git_treebuilder_create now takes a repository so that it can query
repository configuration. Subsequently, git_treebuilder_write no
longer takes a repository.
+
+* The git_submodule_update function was renamed to
+ git_submodule_update_strategy. git_submodule_update is now used to
+ provide functionalty similar to "git submodule update".
+
+