ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Yuya Nishihara c5ed3e1477 revset: for short hash, look up both commit and change ids to disambiguate
Because the use of the change id is recommended, any operation should abort
if a valid change id happens to match a commit id. We still try the commit
id lookup first as the change id lookup is more costly.

Ambiguous change/commit id is reported as AmbiguousCommitIdPrefix for now.
Maybe we can merge AmbiguousCommit/ChangeIdPrefix errors into one?

Closes #799
2022-11-28 17:30:53 +09:00
..
technical docs: change "current checkout" to "working-copy commit" 2022-09-18 16:19:58 -07:00
branches.md templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
code-of-conduct.md
config.md feature: support relative timestamps as a config option 2022-11-27 08:35:17 +10:00
config.toml feature: support relative timestamps as a config option 2022-11-27 08:35:17 +10:00
conflicts.md conflicts: change diff line marker to %%%%%%% 2022-09-20 15:26:29 +09:00
contributing.md Polish jj development environment suggestions 2022-11-27 23:43:21 -08:00
git-comparison.md docs: describe git commit --fixup equivalent 2022-11-19 14:22:34 -08:00
git-compatibility.md feature: support git credential helpers 2022-11-19 22:06:27 -08:00
operation-log.md docs: change "current checkout" to "working-copy commit" 2022-09-18 16:19:58 -07:00
related-work.md docs: hyphenate "working-copy" when used as a compound modifier 2022-08-25 18:08:36 -07:00
revsets.md revset: for short hash, look up both commit and change ids to disambiguate 2022-11-28 17:30:53 +09:00
tutorial.md log: move commit ID off to the right 2022-11-14 07:49:52 -08:00
working-copy.md cli: drop support for ui.enable-open-commits config 2022-11-05 06:14:37 -07:00