]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/alloc-cleanups'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:54:23 +0000 (12:54 -0800)
commitaa21cc97bd10ab0b62f6d951ff2ff725261e326e
tree69e983408fd1a4f599ea00d6b70599a00282be06
parent883326077a1995a5ea122c298ff47fcd85782c49
parent5290d4513496d89f84570985a0e02e97dff477ff
Merge branch 'jk/alloc-cleanups'

Misc code clean-ups.

* jk/alloc-cleanups:
  tree-walk.c: break circular dependency with unpack-trees
  traverse_trees(): use stack array for name entries
  walker_fetch(): avoid raw array length computation
  normalize_path_copy(): document "dst" size expectations