author | Dmitry Potapov <dpotapov@gmail.com> | |
Sun, 3 Aug 2008 14:36:22 +0000 (18:36 +0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 3 Aug 2008 20:38:22 +0000 (13:38 -0700) | ||
commit | 4a3d85dcf6722b7e5d16b5b1f69b51e39ad5f1dc | |
tree | c9aec5da0451797e6d6d03e9cb7bfed922c72734 | tree | snapshot |
parent | 39702431500b76425f047209c9e9b2aae7e92b00 | commit | 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>
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 | diff | blob | history | |
hash-object.c | diff | blob | history | |
t/t1007-hash-object.sh | diff | blob | history |