]> git.proxmox.com Git - libgit2.git/commit
index: allow add_bypath to update submodules
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 11 Jul 2015 17:41:03 +0000 (19:41 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sun, 12 Jul 2015 10:11:22 +0000 (12:11 +0200)
commit247d27c2c6868e808191e6090056ecece6da30c4
treed85076a6dab42f1c682a7d4355c0cfdd94678b87
parent0d98af0911ebf55ba64cc0c9e17a3d450c77a9be
index: allow add_bypath to update submodules

Similarly to how git itself does it, allow the index update operation to
stage a change in a submodule's HEAD.
src/index.c
tests/index/bypath.c