Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/stash.c version a5f9f7e28b
2012-10-26
| ||
12:38 | Oops, not too fast..... ... (check-in: 884dd2331c user: jan.nijtmans tags: use-blob_strip_bom) | |
12:14 | a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. ... (check-in: 110d68f2a1 user: jan.nijtmans tags: use-blob_strip_bom) | |
09:44 | Even though wiki pages can now be in UNICODE on Windows, this is still not recommended: A diff doesn't work, and it is Windows-only. <br>So give out a warning when a UNICODE file is attempted to be checked in on Windows, just as for CrLf files as well <p>Implement looks_like_text(), similar to looks_like_binary() but it can distinguish more types of text/binary files. ... (check-in: 748071a25d user: jan.nijtmans tags: use-blob_strip_bom) | |
09:07 | use blob_strip_bom() in wikiformat.c <p>This has the effect that on Windows wiki pages can now be in unicode as well. ... (check-in: 05033666fd user: jan.nijtmans tags: use-blob_strip_bom) | |
08:19 | use blob_strip_bom in main.c <p>This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well ... (check-in: cbb24cf854 user: jan.nijtmans tags: use-blob_strip_bom) | |
02:35 | Improvements to side-by-side diff alignment. ... (check-in: 511405f426 user: drh tags: trunk) | |
01:38 | Improvements to the way binary files are detected. ... (check-in: 8a1c80fb34 user: drh tags: trunk) | |
2012-10-25
| ||
14:50 | diff.c:looks_like_binary(): No need to make the blob null-terminated. <p>checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c ... (Closed-Leaf check-in: c3ec6309fd user: jan.nijtmans tags: improve_looks_like_binary) | |
13:59 | Allow the deletion of multiple stash entries using "fossil stash rm" with multiple arguments. Multi-stash deletion is undoable. ... (check-in: f41308d780 user: drh tags: trunk) | |