Fossil SCM
Add missing option to diff option summary
Commit
9b7332766ff4ea0f30782ed5f77f7850b6822556e04064c10a99a39cf52d1f8f
Parent
83288757e5c0c2f…
1 file changed
+1
+1
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -836,10 +836,11 @@ | ||
| 836 | 836 | ** --diff-binary BOOL Include binary files when using external commands |
| 837 | 837 | ** --exec-abs-paths Force absolute path names with external commands. |
| 838 | 838 | ** --exec-rel-paths Force relative path names with external commands. |
| 839 | 839 | ** --from|-r VERSION Select VERSION as source for the diff |
| 840 | 840 | ** --internal|-i Use internal diff logic |
| 841 | +** --new-file|-N Show complete text of added and deleted files | |
| 841 | 842 | ** --numstat Show only the number of lines delete and added |
| 842 | 843 | ** --side-by-side|-y Side-by-side diff |
| 843 | 844 | ** --strip-trailing-cr Strip trailing CR |
| 844 | 845 | ** --tk Launch a Tcl/Tk GUI for display |
| 845 | 846 | ** --to VERSION Select VERSION as target for the diff |
| 846 | 847 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -836,10 +836,11 @@ | |
| 836 | ** --diff-binary BOOL Include binary files when using external commands |
| 837 | ** --exec-abs-paths Force absolute path names with external commands. |
| 838 | ** --exec-rel-paths Force relative path names with external commands. |
| 839 | ** --from|-r VERSION Select VERSION as source for the diff |
| 840 | ** --internal|-i Use internal diff logic |
| 841 | ** --numstat Show only the number of lines delete and added |
| 842 | ** --side-by-side|-y Side-by-side diff |
| 843 | ** --strip-trailing-cr Strip trailing CR |
| 844 | ** --tk Launch a Tcl/Tk GUI for display |
| 845 | ** --to VERSION Select VERSION as target for the diff |
| 846 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -836,10 +836,11 @@ | |
| 836 | ** --diff-binary BOOL Include binary files when using external commands |
| 837 | ** --exec-abs-paths Force absolute path names with external commands. |
| 838 | ** --exec-rel-paths Force relative path names with external commands. |
| 839 | ** --from|-r VERSION Select VERSION as source for the diff |
| 840 | ** --internal|-i Use internal diff logic |
| 841 | ** --new-file|-N Show complete text of added and deleted files |
| 842 | ** --numstat Show only the number of lines delete and added |
| 843 | ** --side-by-side|-y Side-by-side diff |
| 844 | ** --strip-trailing-cr Strip trailing CR |
| 845 | ** --tk Launch a Tcl/Tk GUI for display |
| 846 | ** --to VERSION Select VERSION as target for the diff |
| 847 |