Ilya Grigoriev

Results 677 comments of Ilya Grigoriev

One approach would be to implement a command to "invert selection below the cursor", which would invert the selection status of every file at or below the cursor. This would...

I would appreciate it if people tried out #1101 and saw whether it works for them or if it's too confusing.

I thought of an alternative design that might be more intuitive than #1101 and still relatively simple. I am not sure how motivated I am to implement it, though. We...

@gokcehan I think this should be reopened. I should've modified the commit message so that it didn't auto-close this.

I still find it a little confusing. I think one of the following would be clearer (note that the two options describe different behavior): - For each line, remove the...

The previous comment is missing some crucial commands, but I'm guessing it's similar to https://old.reddit.com/r/wsl2/comments/12chsty/wsl2_mount_ext4_on_windows_10/jfu0s5z/. Quoting that comment: ``` Here is a quick guide to mount ext4 Linux into WSL....

Following @ony's suggestion, perhaps when the working copy moves to a new commit, we could track "newly unignored" files by comparing the old `.gitignore` and the new `.gitignore`. For example,...

I'm not very happy with the idea of the interactive prompt. I think that if you edit a `.gitignore`, any subsequent `jj` command could trigger this prompt, including `jj log`....

I have no idea whether this would be helpful you, but here's something that helped me a lot. I can't remember who had suggested it originally; it might be in...

Inspired by more feedback (https://github.com/martinvonz/jj/discussions/3528#discussioncomment-9148691), perhaps @dpc 's suggestion from that post might work. Perhaps we could have a notion of "untracked" files, like Git, and default files to "untracked",...