Re: [PATCH 2/2] cat-file: add --literally option.

2015-02-25 Thread Eric Sunshine
On Wed, Feb 25, 2015 at 6:08 AM, Karthik Nayak wrote: > cat-file: add --literally option. Style: drop terminating period. > Add --literally option which when used with -t option > gives the type of the object given, irrelevant of the type > and its contents. Confusing: "gives the type [...] irr

[PATCH 2/2] cat-file: add --literally option.

2015-02-25 Thread Karthik Nayak
Add --literally option which when used with -t option gives the type of the object given, irrelevant of the type and its contents. Signed-off-by: Karthik Nayak --- builtin/cat-file.c | 35 +-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/builtin/