commit | 46dc941246af6e845eb7835afdb8cd20eed835b7 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Feb 02 15:17:42 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Thu Feb 02 17:53:26 2006 -0800 |
tree | 2b022b9b34b375afff456e7527a3d89a56ce8abf | |
parent | f16706cc59af32d0255e0a5ec9d04475bc976ede [diff] |
combine-diff: cleanup. The flag on the surviving lines meant "this parent is not different" while the parent_map flag on the lost lines meant "this parent is different", which was confusing. So swap the meaning of on-bit in the flag. Also more heavily comment the code. Signed-off-by: Junio C Hamano <junkio@cox.net>