Ilya Grigoriev
Ilya Grigoriev
As far as I understand, this is not the kind of submodules you want, but I feel this should still link to #494 about supporting Git submodules.
Adding a flag seems like a good idea. We could also silently allow pushing empty descriptions for immutable commits. On Sat, Nov 25, 2023, 8:41 AM Martin von Zweigbergk <...
There's a way to set this up as follows: 1. Have `watchexec` run a command and output the result to a file. - This requires an additional trick (see the...
The way `mkdocs-material` seems to do it is to fetch `sitemap.xml` to figure out which URLs are valid for each version. See https://github.com/squidfunk/mkdocs-material/blob/f022873c69bb10b419dfbecab2cc0a2d6ac794b1/src/assets/javascripts/integrations/version/index.ts#L132 and https://github.com/squidfunk/mkdocs-material/blob/f022873c69bb10b419dfbecab2cc0a2d6ac794b1/src/assets/javascripts/integrations/sitemap/index.ts#L91 If the URL isn't valid...
> Using sitemap.xml is an interesting idea. I think that would resolve a lot of the issues I was seeing with an implementation here. I'll look into it. This approach...
Optionally, it would be nice to update `docs/windows.md` in this commit. This could also be done in a separate PR. You could say: > ### Symbolic link support > >...
> It might look something like `jj git push-branch -r wty --to-branch main` for pushing commit wty to branch main on the remote. I'm a little confused about how this...
> I was thinking that this wouldn't do anything with remote-tracking branches. Do you see any problems with that? The main think I'm worried about, I guess, is that if...
> > The main think I'm worried about, I guess, is that if you `jj git push-branch -r wty --to-branch main` and then fetch from that remote, you'll have a...
I'd like this too. Some miscellaneous thoughts: 1. I think `jj new` could also have such a flag, for moving branches from whichever commit `jj new` makes the parent of...