Johannes Schindelin
Johannes Schindelin
[.4](https://github.com/gohugoio/hugo/releases/tag/v0.147.4) is out; The frequency definitely decreases.
> I will need to re-run the GitHub workflow to re-generate the manual pages with this change. For the record, I [did that a couple of days ago](https://github.com/dscho/git-scm.com/actions/runs/15212588446), but despite...
> > I will need to re-run the GitHub workflow to re-generate the manual pages with this change. > > For the record, I [did that a couple of days...
> `MSYS=winsymlinks:sys` This mode is incompatible with regular Win32 programs; They won't understand those symlinks and misinterpret them all the time. That is an okay stance to take for Cygwin,...
> Perhaps deepcopy should fall back to `default` also now for consistency (the wsl stuff obviously didn't exist when deepcopy was written). My rationale was: deepcopy exists only as a...
> There's been a trend for tools to just use junctions instead since they don't require admin privileges @jcrben It had been a trend, but thankfully it's no longer all...
> in some ways using junctions is becoming more common @jcrben Yes, and that's true even when mentioning better-known projects (I never heard about your examples, but IIRC `pnpm` is...
Honestly, I was thinking more about an automatable solution that requires nothing but PowerShell, something like: ```powershell # Export the current security settings to a file $SecEditExportFile = "$env:TEMP\secedit.inf" secedit...
We could have both worlds by pulling in the content from this here repository into git-scm.com, much like the latter already pulls in the ProGit book and its many translations...
Aargh. This is another instance of https://github.com/gitgitgadget/gitgitgadget/issues/1747. I'll investigate immediately.