]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sg/dir-trie-fixes'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:14 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:14 +0000 (18:02 +0900)
commitdb806d7064ee132c2dbb3d36d26da9adb5066260
tree4f61769a5e92923b5a81e471b6b873bd2bd7693e
parentf1e2666b332161c96b13c692c96ae39f0aa55612
parentf45f88b2e483649cd063a7dc7826c03025683e56
Merge branch 'sg/dir-trie-fixes'

Code clean-up and a bugfix in the logic used to tell worktree local
and repository global refs apart.

* sg/dir-trie-fixes:
  path.c: don't call the match function without value in trie_find()
  path.c: clarify two field names in 'struct common_dir'
  path.c: mark 'logs/HEAD' in 'common_list' as file
  path.c: clarify trie_find()'s in-code comment
  Documentation: mention more worktree-specific exceptions
Documentation/gitrepository-layout.txt
path.c