add --no-filters option to git hash-object
commit4a3d85dcf6722b7e5d16b5b1f69b51e39ad5f1dc
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 3 Aug 2008 14:36:22 +0000 (3 18:36 +0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Aug 2008 20:38:22 +0000 (3 13:38 -0700)
treec9aec5da0451797e6d6d03e9cb7bfed922c72734
parent39702431500b76425f047209c9e9b2aae7e92b00
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 <dpotapov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-hash-object.txt
hash-object.c
t/t1007-hash-object.sh