]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply.c: fix whitespace-only mismerge
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2017 02:30:24 +0000 (19:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2017 02:33:31 +0000 (19:33 -0700)
commite294e8959fea043225a023f981121540b14b08cd
tree5610ffe8b03978a48e752db9e8d7174db5f9cc04
parent49800c940790cc7465d1b03e08d472ffd8684808
apply.c: fix whitespace-only mismerge

4af9a7d3 ("Merge branch 'bc/object-id'", 2016-09-19) involved
merging a lot of changes made to builtin/apply.c on the side branch
manually to apply.c as an intervening commit 13b5af22 ("apply: move
libified code from builtin/apply.c to apply.{c,h}", 2016-04-22)
moved a lot of the lines changed on the side branch to a different
file apply.c at the top-level, requiring manual patching of it.
Apparently, the maintainer screwed up and made the code indent in a
funny way while doing so.

Reported-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c