From: Eric Sunshine Date: Fri, 17 Jul 2015 23:00:07 +0000 (-0400) Subject: worktree: introduce options container X-Git-Tag: v2.12.0~2^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5dd6e234a75bb96e159c4e7d30f6acb28c3283a0?ds=inline;hp=5dd6e234a75bb96e159c4e7d30f6acb28c3283a0 worktree: introduce options container add_worktree() will eventually need to deal with some options itself, so introduce a structure into which options can be conveniently bundled, and pass it along to add_worktree(). Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano ---