Re: [PATCH] match-trees: factor out fill_tree_desc_strict
From: Eric Sunshine <hidden> Date: 2016-06-15 22:57:44
On Thu, Jun 13, 2013 at 2:19 PM, René Scharfe
[off-list ref] wrote:
Deduplicate code by moving tree_desc initialtization into a helper
s/initialtization/initialization/
function, fill_tree_desc_strict. It is like fill_tree_descriptor,
except that it only accepts tree hashes and no tree references (tags,
commits). No functional change.
Signed-off-by: René Scharfe <redacted>