git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] cat-file: add a '--literally' option
@ 2015-03-17  5:13 karthik nayak
  2015-03-17  5:16 ` [PATCH v4 1/2] cat-file: teach cat-file " Karthik Nayak
  2015-03-17  5:16 ` [PATCH v4 2/2] sha1_file: refactor sha1_file.c to support 'cat-file --literally' Karthik Nayak
  0 siblings, 2 replies; 7+ messages in thread
From: karthik nayak @ 2015-03-17  5:13 UTC (permalink / raw)
  To: Git List

Based on Junios and Erics suggestion I have made various
changes over the previous iteration of the patch[1].

Changes in this version :
* Add a object_info::typename to hold all the typenames.
* Add a wrapper around parse_sha1_header() to get type and
   size of broken/corrupt objects without throwing an error
   whenever the type is unknown.
* Also add an option for 'cat-file -s --literally'.

Thanks to Junio and Eric for their suggestions and guidance.

[1]http://article.gmane.org/gmane.comp.version-control.git/264853

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-18 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17  5:13 [PATCH v4 0/2] cat-file: add a '--literally' option karthik nayak
2015-03-17  5:16 ` [PATCH v4 1/2] cat-file: teach cat-file " Karthik Nayak
2015-03-17  6:51   ` Eric Sunshine
2015-03-17 13:59     ` Karthik Nayak
2015-03-17  5:16 ` [PATCH v4 2/2] sha1_file: refactor sha1_file.c to support 'cat-file --literally' Karthik Nayak
2015-03-17 20:10   ` Junio C Hamano
2015-03-18 19:35     ` karthik nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).