]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: create tags if we have them
authorCarlos Martín Nieto <carlos@cmartin.tk>
Sun, 16 Sep 2012 01:36:03 +0000 (03:36 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Sun, 30 Sep 2012 10:04:39 +0000 (12:04 +0200)
commita37ddf7ef80e7f3f79ec708496dcf4302b57f2de
tree9aab5157d383fd89ae32275cecf81582463a629d
parent24f2f94e7defd20ab302c30d0d394248a6e43814
remote: create tags if we have them

Together with include-tag, this make us behave more like git. After a
fetch, try to create any tags the remote told us about for which we
have objects locally.
src/remote.c