Skip to content

Instantly share code, notes, and snippets.

@gahr
Created February 23, 2023 15:09
Show Gist options
  • Save gahr/340a7fb3ffef18f937df7fd750c13df7 to your computer and use it in GitHub Desktop.
Save gahr/340a7fb3ffef18f937df7fd750c13df7 to your computer and use it in GitHub Desktop.
$ git log
commit 55a08948e6ab108227d44705195231a3b42ef3b2 (HEAD -> master, origin/master, origin/HEAD, tpool)
Author: Pietro Cerutti <[email protected]>
Date: Wed Jul 6 13:17:23 2022 +0000
Switch to using tpool
commit 93505e1761f934649c2cbee8b8d9e437e789adf9 (tag: 0.2.0)
Author: Pietro Cerutti <[email protected]>
Date: Mon Apr 25 13:43:58 2022 +0000
Update copyright years
commit ba3561d4446c75082b87414d4de17f00523652e8
Author: Pietro Cerutti <[email protected]>
Date: Mon Apr 25 13:05:48 2022 +0000
Don't leak interpreters
commit 6bff609614f67ae1a8e6880c123ca9b055c8a844
Author: Pietro Cerutti <[email protected]>
Date: Fri Apr 22 15:53:41 2022 +0000
Use cmdline to parse command-line arguments
commit bb3353762d419ca19c2c527f5ad895d6403c25c2
Author: Pietro Cerutti <[email protected]>
Date: Thu Apr 14 11:20:26 2022 +0000
Remove old threads
commit f823b93b8a31c1f8c0c7213f9b262516707df25b
Author: Pietro Cerutti <[email protected]>
Date: Thu Apr 14 10:18:19 2022 +0000
Accept long options
commit 4c44c018f993bce5c25f672a0ac8179bc812debe
Author: Pietro Cerutti <[email protected]>
Date: Thu Apr 14 10:13:13 2022 +0000
Try to use a free thread before creating a new one
...
$ git fast-export --all | fossil import --git tcl-scgi.fossil --admin-user gahr --attribute "[email protected] gahr"
Rebuilding repository meta-data...
100.0% complete...
Vacuuming... ok
project-id: 97deebef072401d30f2c7d29181502d5a66344bc
server-id: 3b7899765f40ebecdb3954a7b85863b55032a6fc
admin-user: gahr (password is "CLob6rZiPd")
$ fossil timeline -R tcl-scgi.fossil
=== 2022-07-06 ===
13:17:23 [27787c4283] Switch to using tpool (user: gahr tags: trunk, master)
=== 2022-04-25 ===
13:43:58 [0db8226c34] Edit [36c26a2bae132f26|36c26a2bae]: Add tag "0.2.0". (user: gahr)
13:43:58 [36c26a2bae] Update copyright years (user: gahr tags: trunk, 0.2.0)
13:05:48 [ddc203afc7] Don't leak interpreters (user: gahr tags: trunk)
13:05:25 [eb0c5e8f30] Use cmdline to parse command-line arguments (user: gahr tags: trunk)
=== 2022-04-14 ===
11:25:44 [19ec41c2ed] Remove old threads (user: gahr tags: trunk)
10:18:19 [0ddd995bd2] Accept long options (user: gahr tags: trunk)
10:13:13 [f878af92e1] Try to use a free thread before creating a new one (user: gahr tags: trunk)
=== 2021-06-23 ===
09:49:46 [39d2e373b5] Implement functionality to send/query/delete cookies (user: gahr tags: trunk)
=== 2021-06-22 ===
13:32:16 [689a6537ff] Spacing (user: gahr tags: trunk)
13:32:13 [45dd0ffa21] Fix parsing of params without values (user: gahr tags: trunk)
=== 2021-03-20 ===
15:47:24 [c39ac75f85] Fix LOGIN requirement in rc.d (user: gahr tags: trunk)
=== 2021-03-12 ===
16:21:09 [4242c7ce97] *MERGE* Merge branch 'newstuff' (user: gahr tags: trunk)
--- line limit (20) reached ---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment