Replies: 3 comments 4 replies
-
I was notified of this discussion. I watch your repo, so that's presumably why. I would think that just starring a repo is not enough to trigger a notification. The blog post looks good to me. I have several questions, but I don't think they need to be answered in the blog post. They are:
|
Beta Was this translation helpful? Give feedback.
-
Hi @arxanas, @martinvonz pointed this post out to me and asked me to share some info with you about upcoming changes to Git hooks. For some time now I've been working on a feature to allow Git to take multiple hook scripts via the config. You can see the original design here: https://lore.kernel.org/git/20210311021037.3001235-2-emilyshaffer@google.com/ (but know that it's somewhat out of date, now - namely, the syntax for your config file would not be the same.) I'm hoping that this feature will end up in Git's 'next' branch by the coming January; another contributor working on it posted a pretty recent status update here: https://lore.kernel.org/git/87lf2yjt3v.fsf@evledraar.gmail.com/ The short version is this: rather than I'm happy to answer any additional questions you have :) |
Beta Was this translation helpful? Give feedback.
-
Interesting, I didn't realize Git was running hooks so arbitrarily, but that's good news for git-branchless :)
Ah, nice. I didn't realize you could do that and get in-memory merging. (That's not an option for jj, though, since it has two backends and the merge code is generic across them.)
FWIW, I have no plans to add anything like that to jj. I haven't missed it so far. I very rarely use it in Mercurial either. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I've published a blog post outlining
git move
as a replacement forgit rebase
here: https://blog.waleedkhan.name/in-memory-rebases/Please let me know if you have any feedback on this article prior to my publishing to a wider audience.
Also, let me know if you were actually notified about this Discussions post. I don't know if it notifies anyone.
Beta Was this translation helpful? Give feedback.
All reactions