author | Junio C Hamano <gitster@pobox.com> | |
Fri, 25 Dec 2009 21:55:29 +0000 (13:55 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 26 Dec 2009 01:10:10 +0000 (17:10 -0800) | ||
commit | d58ee6dbf67614ef4854e0d8af8188cd84ae5107 | |
tree | 8b4e2e5131e0d59c49de00c6322d4b3cbd3186d2 | tree | snapshot |
parent | 8aa38563b22c84b06ea1fff9638cc1f44fda726f | commit | diff |
rerere: remove silly 1024-byte line limit
Ever since 658f365 (Make git-rerere a builtin, 2006-12-20) rewrote it, it
kept this line-length limit regression, even after we started using strbuf
in the same function in 19b358e (Use strbuf API in buitin-rerere.c,
2007-09-06).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ever since 658f365 (Make git-rerere a builtin, 2006-12-20) rewrote it, it
kept this line-length limit regression, even after we started using strbuf
in the same function in 19b358e (Use strbuf API in buitin-rerere.c,
2007-09-06).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.c | diff | blob | history |