]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: set advice.detachedHead=false when cloning liburing 38153/head
authorKefu Chai <kchai@redhat.com>
Wed, 18 Nov 2020 09:52:13 +0000 (17:52 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 18 Nov 2020 09:53:43 +0000 (17:53 +0800)
commit504da5d5ddf47c0e51e49d60a2ea414b68ce453d
tree7f72e5a78d095fe4e9af513f497d8ec417c84eb6
parentfbf83bb377e36caf429a163721492f1b1c08deb9
cmake: set advice.detachedHead=false when cloning liburing

silence "detached HEAD" warning like:

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/Builduring.cmake