]> git.proxmox.com Git - libgit2.git/commit - src/diff.c
Eliminate hairy COITERATE macro
authorRussell Belfer <arrbee@arrbee.com>
Mon, 26 Mar 2012 06:04:26 +0000 (23:04 -0700)
committerRussell Belfer <arrbee@arrbee.com>
Mon, 26 Mar 2012 06:04:26 +0000 (23:04 -0700)
commit1db12b00532d747fa7a805a8fa8d293c58ec16d9
treec7fd3bc4e6b27ab35c0ca7162274452deee53410
parent875bfc5ffcdd21fca616d4f88444d4dcf6fd69ac
Eliminate hairy COITERATE macro

I decided that the COITERATE macro was, in the end causing
more confusion that it would save and decided just to write
out the loops that I needed for parallel diff list iteration.
It is not that much code and this just feels less obfuscated.
src/diff.c
src/diff.h
src/status.c