commit | 4a3d85dcf6722b7e5d16b5b1f69b51e39ad5f1dc | [log] [tgz] |
---|---|---|
author | Dmitry Potapov <dpotapov@gmail.com> | Sun Aug 03 18:36:22 2008 +0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Aug 03 13:38:22 2008 -0700 |
tree | c9aec5da0451797e6d6d03e9cb7bfed922c72734 | |
parent | 39702431500b76425f047209c9e9b2aae7e92b00 [diff] |
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>