Joy Reynolds
Joy Reynolds
@spundun Thanks for the use case for tracking a copy. (I already agree that renames should be tracked.) I don't think your use case is a good use of copy;...
So, there needs to be project-wide config (like for hooks), but these can be changed in the life of the project. Also, user config per project, as each could be...
There is an issue in `difftastic` that is very related, and it talks about a config option in git: https://github.com/Wilfred/difftastic/issues/565
The title doesn't match what the PR message promises. If you keep the title "Specifying revisions", you should talk about revsets, link to the page explaining revsets, mention that you...
> What would you call it? I called it "specifying revisions" because it's about how you specify which revisions you want the CLI to operate on. As I said, if...
Quick question: the intent is to limit setting multiple bookmarks to the same change, and nothing regarding having multiple bookmarks on the same change as a result of normal operations?...
I don't think there should be a limit on which revision can be bookmarked. The problem seems to be that bookmarks are not branches, yet that's what they are used...
This sounds a lot like Topics, which isn't really defined yet. But for your specific case, couldn't you just use `describe`? There is a [setting for the default description in...
Well, you can make an alias for your temp message. Both `new` and `commit` take a `-m` option.
_Funny timing...I was just trying to list the config default values, and I thought it would be `--show-default`, but I had to do the `--help` to find out it's `--include-defaults`._