Re: 04ef7c: git-diff command is safe and useful

2018-01-27 Thread Edward K. Ream
On Sat, Jan 27, 2018 at 2:24 PM, tscv11 wrote: > Just a note: > > Thank-you: I fell in love with this command on first use! This is > now my favorite way of looking at my changes, and it provides > even more proof that everything is better "Leo style." > ​You're welcome.

Re: 04ef7c: git-diff command is safe and useful

2018-01-27 Thread tscv11
Just a note: Thank-you: I fell in love with this command on first use! This is now my favorite way of looking at my changes, and it provides even more proof that everything is better "Leo style." tscv11 -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: 04ef7c: git-diff command is safe and useful

2017-08-21 Thread Edward K. Ream
On Sunday, August 20, 2017 at 6:53:27 AM UTC-5, Edward K. Ream wrote: The new git-diff command shows the diffs between any uncommitted work and > git's HEAD in an outline. This is, by far, the best outline-oriented diff > in Leo's history. > Rev a9d3f5f completes work on this project. #501

Re: 04ef7c: git-diff command is safe and useful

2017-08-20 Thread Edward K. Ream
On Sunday, August 20, 2017 at 6:53:27 AM UTC-5, Edward K. Ream wrote: For changed nodes, the command uses difflib.Differ to create per-node diffs > of body text. Similarly, the command uses difflib.Differ to create the > text diff of the entire file. > Actually, the code uses

04ef7c: git-diff command is safe and useful

2017-08-20 Thread Edward K. Ream
The new git-diff command shows the diffs between any uncommitted work and git's HEAD in an outline. This is, by far, the best outline-oriented diff in Leo's history. This command is safe to use. It does all behind-the-scenes work using hidden, temporary outlines (Commanders). This command