Björn Kautler

Results 489 issues of Björn Kautler

## Description In some situation if `vim` is the used editor, the terminal is left in an unusable state. (https://github.com/vim/vim/issues/18594) If you for example want to emulate `git -c ...`...

The docs and `help` output regarding colocation are wrong. For example `jj help git clone` as well as https://jj-vcs.github.io/jj/latest/cli-reference/#jj-git-clone state, that the Git repo will be inside `.jj`, but that...

documentation 📖

## Steps to Reproduce the Problem 1. `jj config set --user aliases.foo bar` 1. `jj config unset --user ` ## Expected Behavior All config items that are set in the...

🐛bug
cli completions🪄

## Steps to Reproduce the Problem 1. `jj config set --user aliases.foo '["diff", "--tool", "meld-3"]'` 1. `jj foo` ## Expected Behavior A space inserted. ## Actual Behavior Command morphed to...

🐛bug
cli completions🪄

## Description Dynamic bookmark completion on abbreviated untrack command does not work properly. ## Steps to Reproduce the Problem 1. `jj b untrack mas` 1. => `jj b untrack master@origin`...

🐛bug
cli completions🪄

## Description Completing bookmarks for rebase destination does not work properly for remote bookmarks. ## Steps to Reproduce the Problem 1. `jj rebase --destination mas` 1. => `jj rebase --destination...

🐛bug
cli completions🪄

**Is your feature request related to a problem? Please describe.** When using `p4merge` as diff / merge tool, it cannot be used as `diff-editor` currently, because jj 0.34.0 always sends...

enhancement🏗️

## Description Git has lightweight tags and annotated tags. An annotated tag is meant for something like a release that you push out and that should usually not be moved....

**Is your feature request related to a problem? Please describe.** To see which bookmark a given revision is contained in, you can do ```bash jj bookmark list --revisions 'zzzzzzzz::' ```...

enhancement🏗️

## Description On Linux you by default have a case-sensitive filesystem. On Windows you by default have a case-insensitive filesystem. But on either you can also have the other. When...

enhancement🏗️