]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cw/log-updates-for-all-refs-really'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Feb 2017 19:25:19 +0000 (11:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Feb 2017 19:25:19 +0000 (11:25 -0800)
commitfafca0f72a11bc03263e6f97d07d6f27ea61de48
tree0498cf6b916a833d71ac540c4eec85212ee6ac94
parent74dee5cfae1250693447349f3f6bbc26201c5524
parent67c70bd930538890d8eccace72fb0e0a0e565447
Merge branch 'cw/log-updates-for-all-refs-really'

The "core.logAllRefUpdates" that used to be boolean has been
enhanced to take 'always' as well, to record ref updates to refs
other than the ones that are expected to be updated (i.e. branches,
remote-tracking branches and notes).

* cw/log-updates-for-all-refs-really:
  doc: add note about ignoring '--no-create-reflog'
  update-ref: add test cases for bare repository
  refs: add option core.logAllRefUpdates = always
  config: add markup to core.logAllRefUpdates doc
Documentation/config.txt
Documentation/git-tag.txt
builtin/checkout.c
cache.h
refs/files-backend.c
t/t7004-tag.sh