Fossil with Commonmark

Timeline
Login

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

17 check-ins using file src/file.c version adc8ffdec0

2012-10-15
15:10
Avoid entering a ticket-change artifact that does not specify any changes. check-in: 7097562813 user: drh tags: trunk
14:41
The name_to_rid() routine returns record-IDs even if they do not appear in the EVENT table. check-in: a758144e26 user: drh tags: trunk
14:31
Add a prototype "test-orphans" command. Does not yet work exactly right. check-in: 1ec715ae34 user: drh tags: trunk
05:11
merge trunk check-in: 69a0db2dd0 user: jan.nijtmans tags: use-utf8-in-win-external-editor
05:09
bug-fix: is_temporary_file expects utf8, not unicode on Windows check-in: 0e6b7bc363 user: jan.nijtmans tags: trunk
2012-10-14
20:09
Bug-fix: missing blob_zero. This commit is done with a big-endian unicode comment file check-in: 8a0c2c366c user: jan.nijtmans tags: use-utf8-in-win-external-editor
19:55
implement big-endian unicode decoding for commit message files check-in: 514f71a1cf user: jan.nijtmans tags: use-utf8-in-win-external-editor
2012-10-13
18:38
merge trunk check-in: 0111420601 user: jan.nijtmans tags: use-utf8-in-win-external-editor
17:31
Omit the "private" tag from private check-ins. This opens up the possibility of publishing check-ins that were originally private. Fix the "deconstruct" command so that it omits private artifacts unless the --private option is used. check-in: 6545e6cf74 user: drh tags: trunk
14:19
Add the --temp option to the "fossil extra" and "fossil clean" commands. check-in: 3206b6485a user: drh tags: trunk
2012-10-12
13:21
Show the complete text of added and removed files on the "vdiff" webpage. check-in: c32a97e1b2 user: drh tags: trunk
2012-10-11
20:58
Tweaks to the "fileages" user interface. check-in: da2fe1be82 user: drh tags: trunk
19:22
Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. check-in: ae092ec605 user: drh tags: trunk
18:33
Back out the undo/redo logic changes of [0c37874941c89] that caused the mtime to be restored on files. Playing games with mtimes is bad policy. Consider a scenario: "fossil merge; make; fossil undo; make". If the mtimes are reset by undo, then the second "make" above will not work correctly. This is not a complete backout of [0c37874941c89] as the underlying infrastructure used to compute the age of files is retained. check-in: 5c0843a8f1 user: drh tags: trunk
14:21
Add the "fileage" webpage. check-in: 368347d660 user: drh tags: trunk
2012-10-10
20:03
Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. check-in: 9ba8a393fc user: drh tags: trunk
16:06
The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. check-in: 0c37874941 user: drh tags: trunk