diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-02-14 12:42:34 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-02-14 12:42:34 -0800 |
| commit | 6141e0cc00d556a0dd5a2b84c4d92508bfe4ed3b (patch) | |
| tree | 2bd7261b7aeefeddb6a93a8a7a1d1636f3feec7b | |
| parent | 4e52c1ae27ebc09b9de4797871fc3ae29a66c73c (diff) | |
| parent | 2b0f19fa7a51fee27d03d08c5f4abceecd310c3f (diff) | |
| download | git-6141e0cc00d556a0dd5a2b84c4d92508bfe4ed3b.tar.xz | |
Merge branch 'js/convert-typofix' into maint
Typofix.
* js/convert-typofix:
convert: fix typo
| -rw-r--r-- | convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1940,7 +1940,7 @@ static struct stream_filter *ident_filter(const struct object_id *oid) * the contents cannot be filtered without reading the whole thing * in-core. * - * Note that you would be crazy to set CRLF, smuge/clean or ident to a + * Note that you would be crazy to set CRLF, smudge/clean or ident to a * large binary blob you would want us not to slurp into the memory! */ struct stream_filter *get_stream_filter(const struct index_state *istate, |
