summaryrefslogtreecommitdiffstats
path: root/diffcore-delta.c
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-06-26 07:14:10 +0200
committerJunio C Hamano <gitster@pobox.com>2009-06-27 23:11:28 +0200
commit5a56da58060e50980fab0f4c38203a25440d1530 (patch)
tree6fe378e7b0adf7d5e3a72cbaa16de34e3a53e1f5 /diffcore-delta.c
parentread-tree: convert unhelpful usage()'s to helpful die()'s (diff)
downloadgit-5a56da58060e50980fab0f4c38203a25440d1530.tar.xz
git-5a56da58060e50980fab0f4c38203a25440d1530.zip
read-tree: migrate to parse-options
Cleanup the documentation to explicitly state that --exclude-directory is only meaningful when used with -u. Also make the documentation more consistent with the usage message printed with read-tree --help-all. The -m, --prefix, --reset options are performing similar actions (setting some flags, read_cache_unmerged(), checking for illegal option combinations). Instead of performing these actions when the options are parsed, we delay performing them until after parse-opts has finished. The bit fields in struct unpack_trees_options have been promoted to full unsigned ints. This is necessary to avoid "foo ? 1 : 0" constructs to set these fields. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore-delta.c')
0 files changed, 0 insertions, 0 deletions