]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere: remove silly 1024-byte line limit
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Dec 2009 21:55:29 +0000 (13:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Dec 2009 01:10:10 +0000 (17:10 -0800)
commitd58ee6dbf67614ef4854e0d8af8188cd84ae5107
tree8b4e2e5131e0d59c49de00c6322d4b3cbd3186d2
parent8aa38563b22c84b06ea1fff9638cc1f44fda726f
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>
rerere.c