Re: [PATCH 2/6] Add and use convenient macro ce_intent_to_add()

2015-12-28 Thread Junio C Hamano
Looks good; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 2/6] Add and use convenient macro ce_intent_to_add()

2015-12-26 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/rm.c | 2 +- cache-tree.c | 2 +- cache.h | 1 + read-cache.c | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/builtin/rm.c b/builtin/rm.c index 3304bff..74a7a43 100644 --- a/builtin/rm.c +++