]> git.proxmox.com Git - libgit2.git/commit
Fix workdir notifications and removals
authorRussell Belfer <rb@github.com>
Thu, 3 Jan 2013 01:05:54 +0000 (17:05 -0800)
committerRussell Belfer <rb@github.com>
Fri, 4 Jan 2013 23:47:43 +0000 (15:47 -0800)
commit16a666d3d421fcbffabc861646b02e22c63d9ad9
treea5194000f851043fc1f0e7f1441808531ec57c7c
parent546d65a8dae8a7af7288163a580c08c827ebda1d
Fix workdir notifications and removals

The notifications were broken from the various iterations over
this code and were not returning working dir item data correctly.
Also, workdir items that were alphabetically after the last item
in diff were not being processed.
src/checkout.c