Leo's git-diff command provides a node-oriented diff. I use this command constantly.
In an earlier post, I mentioned a telltale signal that a node's gnx has changed: git-diff reports a pair of nodes, one added, the other deleted. The gnx *definitely *has changed if both nodes have the same contents. The gnx *may *have changed if the headlines are the same, but the bodies differ. *Aha!* git-diff can detect this pattern! Doh! I should have thought of this before :-) This Aha will improve git-diff slightly. The command will replace pairs of added/deleted nodes with a single node describing the changed gnxs. *Summary* The Aha is *essential *for git-node-history. This command must track nodes' history reliably, even when their gnxs change. The Aha shows how. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/737be9d7-419d-40a6-847e-b72afafa5b50n%40googlegroups.com.
