Fossil

Changes On Branch commitWarning
Login

Changes On Branch commitWarning

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch commitWarning Excluding Merge-Ins

This is equivalent to a diff from 70b4f105 to d57f0a93

2012-11-01
03:44
Merge commit warning and looks_like_text() enhancements to trunk. Further changes based on these will occur on a branch. (check-in: 61825842 user: mistachkin tags: trunk)
2012-10-30
10:23
Fix a typo in a comment. (check-in: 1167d7b1 user: drh tags: trunk)
08:06
take over various stylistic adjustments (check-in: ab5a6b43 user: jan.nijtmans tags: use-blob_strip_bom)
02:17
Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. (Closed-Leaf check-in: d57f0a93 user: mistachkin tags: commitWarning)
2012-10-29
15:57
(experiment) Allow 'c' for converting unicode/crlf files at user request, not complete yet. (check-in: 121394b0 user: jan.nijtmans tags: use-blob_strip_bom)
14:45
Allow unicode files for Wiki-rendering on Windows.

Trying to commit a file with an UTF-16 BOM will now give a warning, just as a file containing crlf

The --args command line option now accept UTF-16 files as well

(check-in: 70b4f105 user: jan.nijtmans tags: trunk)
14:35
fix "possible unresolved merge conflict" warning message to show the pathname relative to the wd in stead of the root (check-in: 2a15d87e user: jan.nijtmans tags: trunk)
14:04
fix handling of "crlf-glob" option: UTF-16 BOM's always give a warning now (Closed-Leaf check-in: 9267dba4 user: jan.nijtmans tags: use-blob_strip_bom)

Changes to src/checkin.c.

Changes to src/diff.c.