From b05593fdf556f71da9fe636d573c98da36892dae Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Thu, 22 Aug 2024 13:46:18 -0700 Subject: [PATCH] docs: add `git ls-files` to command comparison table This came up in #4323. --- docs/git-comparison.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 03c17af10..af9658456 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -194,6 +194,11 @@ parent. jj log (TODO) + + List versioned files in the working copy + jj file list + git ls-files --cached + Search among files versioned in the repository grep foo $(jj file list), or rg --no-require-git foo