diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-02-12 12:41:39 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-02-12 12:41:39 -0800 |
| commit | a3dcf84df0557df65d0b90bb732f26e84196566c (patch) | |
| tree | ee99116b0cbcb2163f4aa42b0c09e9d1ffa8ad95 | |
| parent | 0de2d1409bb2a8a1cc53a1e44dcaf5de5c4313b4 (diff) | |
| parent | 2b0f19fa7a51fee27d03d08c5f4abceecd310c3f (diff) | |
| download | git-a3dcf84df0557df65d0b90bb732f26e84196566c.tar.gz | |
Merge branch 'js/convert-typofix'
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, |
