]> git.proxmox.com Git - libgit2.git/commit - tests/repo/headtree.c
repository: remove log message override for switching the active branch
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 15 Jan 2015 15:50:31 +0000 (16:50 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 3 Mar 2015 13:40:50 +0000 (14:40 +0100)
commit4e498646b6e4f3e6303cd3a27682dcd10d97eaeb
treecab3a87c8845f549d9355a505df665a57ed4f4b3
parent412a3808889de65d8f94f22502aba10b9afbf755
repository: remove log message override for switching the active branch

We want to use the "checkout: moving from ..." message in order to let
git know when a change of branch has happened. Make the convenience
functions for this goal write this message.
22 files changed:
include/git2/repository.h
src/clone.c
src/refs.c
src/refs.h
src/repository.c
src/submodule.c
tests/checkout/crlf.c
tests/checkout/tree.c
tests/checkout/typechange.c
tests/clone/nonetwork.c
tests/network/remote/defaultbranch.c
tests/perf/helper__perf__do_merge.c
tests/rebase/setup.c
tests/refs/branches/delete.c
tests/repo/head.c
tests/repo/headtree.c
tests/repo/state.c
tests/reset/soft.c
tests/stash/save.c
tests/status/submodules.c
tests/submodule/init.c
tests/submodule/update.c