commit | 5290a0f8129cc5830390bad3cc6c8034cb23b41c | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Jan 25 03:34:10 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sat Jan 28 00:08:29 2006 -0800 |
tree | af56e23be5469742394e1f40ee8373dca6074c54 | |
parent | d8f4790e6fe7a9d94468ea83d1370643604d43e5 [diff] |
combine-diff: fix appending at the tail of a list. ... and use the established pattern of tail initialized to point at the head pointer for an empty list, and updated to point at the next pointer field of the item at the tail when appending. Signed-off-by: Junio C Hamano <junkio@cox.net>