Fossil

Timeline
Login

Timeline

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

19 check-ins related to "strip-trailing-cr"

2014-03-22
08:04
Add --strip-trailing-cr option to fossil (g)diff and fossil stash diff. Make option -w|--ignore-all-space (for fossil annotate, fossil blame, fossil (g)diff, fossil stash diff) work the same as its "gnu diff" counterpart. ... (check-in: e753ce83 user: jan.nijtmans tags: trunk)
2014-03-18
08:39
merge trunk ... (Closed-Leaf check-in: 5efa7d2e user: jan.nijtmans tags: strip-trailing-cr)
2014-03-17
21:05
Added a pedantic catch for a corner case which never happens (for porting's sake). ... (check-in: 74132292 user: stephan tags: trunk)
11:46
Update changes.wiki (-b|--ignore-space-change not implemented, I doubt anyone would need this) ... (check-in: dc981860 user: jan.nijtmans tags: strip-trailing-cr)
11:34
Make -w|--ignore-all-space option work the same as the GNU diff option with the same name. ... (check-in: a7a61cdd user: jan.nijtmans tags: strip-trailing-cr)
2014-03-16
17:06
Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). ... (check-in: 6bbcfec2 user: stephan tags: trunk)
2014-03-13
14:32
Merge trunk. Split same_dline() in 3 different functions. Ongoing. ... (check-in: a915aa03 user: jan.nijtmans tags: strip-trailing-cr)
13:17
Backout [e6d3e878a9]: Clicking on timeline nodes for displaying a diff doesn't work any more with this change (Sorry, Stefan!). ... (check-in: afcdc6ce user: jan.nijtmans tags: trunk)
12:55
merge trunk (ongoing) ... (check-in: 2e45fb7b user: jan.nijtmans tags: strip-trailing-cr)
11:58
Fix the stash so that it remembers added files and readds them when the stash is applied. ... (check-in: db052aa4 user: drh tags: trunk)
2014-03-07
14:38
Implement -b|--ignore-space-change. Doesn't work right yet (needs better hash function)! ... (check-in: c0d1ed92 user: jan.nijtmans tags: strip-trailing-cr)
13:11
Combine ANN flags and DIFF flags into a single 64-bit variable, where appropriate. Make DIFF_STRIP_EOLCR a separate flag, as this flag does more than the other whitespace-related flags. Merge trunk. ... (check-in: da205cf4 user: jan.nijtmans tags: strip-trailing-cr)
11:42
Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in (UTF-8 and UTF-16) text files. ... (check-in: 46459fd9 user: jan.nijtmans tags: trunk)
11:29
Fix some spacing issues (blame output should be exactly the same as Fossil 1.28) Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in text files. ... (check-in: 4514910a user: jan.nijtmans tags: strip-trailing-cr)
11:02
Fix -w|--ignore-all-space option such that it does exactly the same as GNU diff's option with the same name. ... (check-in: bb338834 user: jan.nijtmans tags: strip-trailing-cr)
09:01
Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (check-in: d9e79f68 user: jan.nijtmans tags: strip-trailing-cr)
2014-03-06
15:02
Update the built-in SQLite to include the latest last-minute patches for version 3.8.4. ... (check-in: f00167e4 user: drh tags: trunk)
2014-03-05
22:54
Implement --strip-trailing-cr option ... (check-in: 4e6cfaf8 user: jan.nijtmans tags: strip-trailing-cr)
22:06
Flag DIFF_INLINE was 0 and that should stay so ... (check-in: 466f8de3 user: jan.nijtmans tags: trunk)