Fossil

Timeline
Login

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

16 check-ins by user martin.weber

2012-04-19
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. (closed check-in: 626a317e5c ... user: martin.weber tags: msw-docco)
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. (check-in: 7727eb12b0 ... user: martin.weber tags: msw-docco)
2012-02-10
23:04
Pull over the changes to the 'building and installing' wiki page from msw-docco. There's some more docco changes pending in that branch which should be pulled by sanctioned developers. (closed check-in: e98d793db2 ... user: martin.weber tags: msw-docco)
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. (closed check-in: 587dd57fe1 ... user: martin.weber tags: msw-docco)
2011-09-15
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n (check-in: 17f21f2482 ... user: martin.weber tags: msw-docco)
2011-09-14
00:39
A bullet point I forgot two checkins ago:
  • Document ALL supported options for the given commands. Checkin #2/n.
(check-in: 25d023f3a4 ... user: martin.weber tags: msw-docco)
00:33
Of course THAT was the trunk version I wanted to merge with... (check-in: b42d1a9dcf ... user: martin.weber tags: msw-docco)
00:32
Begin streamline the online documentation to:
  • always include a short overview of the options supported by a given command, alphabetically sorted
  • reference similar/related commands with a final See also: section
  • Use ?x? for optional arguments
  • collapse supported options into ?OPTIONS? This is commit #1/n.
(check-in: 3fbf8caa87 ... user: martin.weber tags: msw-docco)
2011-09-13
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) (check-in: a336ff53d2 ... user: martin.weber tags: msw-docco)
2011-09-07
03:51
begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. (closed check-in: a67e2683ed ... user: martin.weber tags: msw-hack)
2011-09-06
20:12
catch up with trunk. Remove C++ style comments from http_ssl.c. (check-in: 0f1c41bc20 ... user: martin.weber tags: msw-hack)
2011-08-23
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). (check-in: a87717ad86 ... user: martin.weber tags: trunk)
17:57
Change numbering back so that the preliminary step is 0, the most important one is #1. (check-in: 90e310ebbd ... user: martin.weber tags: msw-hack)
17:23
catch up with trunk & fix commentary portion of checkin.wiki. (check-in: 35e3328734 ... user: martin.weber tags: msw-hack)
01:44
catch up with trunk; update the pre-checkin list to include checking for your username. (check-in: a1f3987760 ... user: martin.weber tags: msw-hack)
2011-08-22
15:55
Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. (check-in: c6b371c46c ... user: martin.weber tags: msw-hack)