From: Junio C Hamano Date: Thu, 11 Sep 2014 19:44:05 +0000 (-0700) Subject: hash-object: pass 'write_object' as a flag X-Git-Tag: v2.2.0-rc0~88^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/17b787f6031d72619e4e2982ea84f47fe161cb30?hp=17b787f6031d72619e4e2982ea84f47fe161cb30 hash-object: pass 'write_object' as a flag Instead of forcing callers of lower level functions write (write_object ? HASH_WRITE_OBJECT : 0), prepare the flag to be passed down in the callchain from the command line parser. Signed-off-by: Junio C Hamano ---