Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove stale code accidently left in an earlier commit. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
61c8d418723b59bbac937752a930177d |
User & Date: | drh 2015-12-17 02:02:29 |
Context
2015-12-17
| ||
03:29 | Minor corrections in grammar to Fossil vs Git rewrite. ... (check-in: 0b90da30 user: andybradford tags: trunk) | |
02:02 | Remove stale code accidently left in an earlier commit. ... (check-in: 61c8d418 user: drh tags: trunk) | |
2015-12-16
| ||
19:01 | Enhancements to the "webpage-ex.md" documentation page: "Webpage Examples". ... (check-in: 03a64a6f user: drh tags: trunk) | |
Changes
Changes to src/diffcmd.c.
︙ | ︙ | |||
753 754 755 756 757 758 759 | */ const char *diff_get_binary_glob(void){ const char *zBinGlob = find_option("binary", 0, 1); if( zBinGlob==0 ) zBinGlob = db_get("binary-glob",0); return zBinGlob; } | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 753 754 755 756 757 758 759 760 761 762 763 764 765 766 | */ const char *diff_get_binary_glob(void){ const char *zBinGlob = find_option("binary", 0, 1); if( zBinGlob==0 ) zBinGlob = db_get("binary-glob",0); return zBinGlob; } /* ** COMMAND: diff ** COMMAND: gdiff ** ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...? ** ** Show the difference between the current version of each of the FILEs |
︙ | ︙ |