Fossil with Commonmark

Changes On Branch use-blob_strip_bom
Login

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

Changes In Branch use-blob_strip_bom Excluding Merge-Ins

This is equivalent to a diff from ea2598e447 to af4d780446

2013-04-05
07:44
Branches "use-blob_strip_bom" and "improve_commit_warning" go together in a single new (experimental) branch check-in: a7e77a66b0 user: jan.nijtmans tags: ui-no-utf8
2013-03-19
14:12
take over new testcases from bomRefactor branch. check-in: f58bc2dfc7 user: jan.nijtmans tags: trunk
10:06
merge trunk (still experimental) Closed-Leaf check-in: af4d780446 user: jan.nijtmans tags: use-blob_strip_bom
08:59
Merge "cr-warning" branch to trunk: Fossil now warns before committing files with CR line-endings and offers to convert them to LF line-endings; fossil's diff cannot handle those. In checkin.c, use LOOK_BINARY in stead of LOOK_NUL, in case more flags are added to the BINARY detection. Rename LOOK_LENGTH to LOOK_LONG. check-in: ea2598e447 user: jan.nijtmans tags: trunk
2013-03-18
12:37
Adapt test-case 112 such that it contains a reversed CR/LF, a case not covered before. Fix detection of reversed CR/LF and lone CR in reversed UTF-16 case, broken by [e3f9a42b58]. check-in: a4cdc7235a user: jan.nijtmans tags: trunk
2013-03-15
12:53
(expirimental) First implementation of "CR line endings" warning. Closed-Leaf check-in: 5a886cfd9b user: jan.nijtmans tags: cr-warning
2013-02-27
11:30
comment fix check-in: f78a487f43 user: jan.nijtmans tags: use-blob_strip_bom

Changes to src/blob.c.

Changes to src/checkin.c.

Changes to src/diff.c.

Changes to src/diffcmd.c.

Changes to src/stash.c.

Changes to src/update.c.

Changes to win/Makefile.mingw.