]> git.proxmox.com Git - libgit2.git/commit
xdiff: upgrade to core git 2.4.5
authorEdward Thomson <ethomson@edwardthomson.com>
Tue, 7 Jul 2015 21:46:48 +0000 (16:46 -0500)
committerEdward Thomson <ethomson@edwardthomson.com>
Tue, 7 Jul 2015 22:01:49 +0000 (17:01 -0500)
commit234ca40a89fe1b2181ef56300f1f1261b5cb2836
treedad64aeb6cea93a734f870393cce18954024b491
parent43ce8cb52e86373711e8ec361c3052c8c39e7a2c
xdiff: upgrade to core git 2.4.5

Upgrade xdiff to version used in core git 2.4.5 (0df0541).

Corrects an issue where an LF is added at EOF while applying
an unrelated change (ba31180), cleans up some unused code (be89977 and
e5b0662), and provides an improved callback to avoid leaking internal
(to xdiff) structures (467d348).

This also adds some additional functionality that we do not yet take
advantage of, namely the ability to ignore changes whose lines are
all blank (36617af).
12 files changed:
src/blame_git.c
src/xdiff/xdiff.h
src/xdiff/xdiffi.c
src/xdiff/xdiffi.h
src/xdiff/xemit.c
src/xdiff/xemit.h
src/xdiff/xhistogram.c
src/xdiff/xmerge.c
src/xdiff/xpatience.c
src/xdiff/xprepare.c
src/xdiff/xutils.c
src/xdiff/xutils.h