Joy Reynolds

Results 369 comments of Joy Reynolds

Does this issue arise from the difference in how `jj` and Git define branches? Is it only needed when pushing to Git or is it ingrained in the mental model?...

> @joyously In git and jj, branches are indeed essentially tags. But they can still be useful locally without pushing them, so this should not be part of `push`. Perhaps...

> I'm not sure why or how "jj branches" and "git branches" could be distinguished, because they're the same concept Well, obviously they don't quite match or this new flag...

Although I think having color options is a good thing, it's odd that you would use the terminal options to abuse the definition of bold as a color instead of...

> I'm a little worried about losing the commit description for the commit being dropped. It might be hard to recover. I was reading the [Darcs page on using commands](https://darcs.net/Using/Commands)...

Both Git and Bazaar put this on the `commit` command as a flag.

> Is rename tracking explicit metadata (like in mercurial) or implicit (like git)? This question is confusing because Git doesn't deal with files (it has blobs), but it does have...

Doesn't diffuse work with single files, not multiple files? Also, see #63 and #15.

By multiple, I meant like a folder or all the files in a commit. _I think_ it only deals with a single view of comparison, although that can involve several...