From: Dmitry Potapov Date: Sun, 3 Aug 2008 14:36:22 +0000 (+0400) Subject: add --no-filters option to git hash-object X-Git-Tag: v1.6.1-rc1~340^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4a3d85dcf6722b7e5d16b5b1f69b51e39ad5f1dc?ds=sidebyside;hp=4a3d85dcf6722b7e5d16b5b1f69b51e39ad5f1dc add --no-filters option to git hash-object The new option allows the contents to be hashed as is, ignoring any input filter that would have been chosen by the attributes mechanism. This option is incompatible with --path and --stdin-paths options. Signed-off-by: Dmitry Potapov Signed-off-by: Junio C Hamano ---