git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/5] cat-file: teach cat-file a '--allow-unkown-type' option
@ 2015-04-29 12:50 karthik nayak
  2015-04-29 12:52 ` [PATCH v9 1/5] sha1_file: support reading from a loose object of unknown type Karthik Nayak
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: karthik nayak @ 2015-04-29 12:50 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano, Eric Sunshine

The last iteration of the patch can be seen :
http://thread.gmane.org/gmane.comp.version-control.git/267213

Changes since last version:

sha1_file:
* eliminate "struct strbuf typename = STRBUF_INIT" in 
"parse_sha1_header_extended()"
* make "unpack_sha1_header_to_strbuf()" work automagically. Now it 
unpacks first 32 bytes and checks if the header is unpacked before 
moving to a strbuf.
* remove unnecessary if condition for "strbuf_release()" .

cat-file:
* change the option name from "--literally" to "--allow-unkown-type".
* make the options mutually exclusive.
* clean up '-s' option.

t1006:
* use echo_without_newline() and added quotes.

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

end of thread, other threads:[~2015-04-30  4:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 12:50 [PATCH v9 0/5] cat-file: teach cat-file a '--allow-unkown-type' option karthik nayak
2015-04-29 12:52 ` [PATCH v9 1/5] sha1_file: support reading from a loose object of unknown type Karthik Nayak
2015-04-29 14:49   ` Junio C Hamano
2015-04-29 17:50     ` karthik nayak
2015-04-29 19:35       ` Junio C Hamano
2015-04-30  4:40         ` karthik nayak
2015-04-29 12:52 ` [PATCH v9 2/5] cat-file: make the options mutually exclusive Karthik Nayak
2015-04-29 12:53 ` [PATCH v9 3/5] cat-file: teach cat-file a '--allow-unknown-type' option Karthik Nayak
2015-04-29 14:52   ` Junio C Hamano
2015-04-29 17:43     ` karthik nayak
2015-04-29 14:53   ` Phil Hord
2015-04-29 17:44     ` karthik nayak
2015-04-29 19:38       ` Junio C Hamano
2015-04-29 12:54 ` [PATCH v9 5/5] t1006: add tests for git cat-file --allow-unkown-type Karthik Nayak
2015-04-29 21:16   ` Eric Sunshine
2015-04-29 12:56 ` [PATCH v9 4/5] cat-file: add documentation for '--allow-unkown-type' option Karthik Nayak
2015-04-29 21:13   ` Eric Sunshine

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).