add --no-filters option to git hash-object
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 3 Aug 2008 14:36:22 +0000 (18:36 +0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Aug 2008 20:38:22 +0000 (13:38 -0700)
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>
No differences found