From fa78359d8d46b3cb3c7548740c41e504a56d0569 Mon Sep 17 00:00:00 2001 From: Michael Seibt Date: Thu, 24 Apr 2025 20:55:03 +0200 Subject: [PATCH 1/2] docs(file tree): Mention some details --- source/browse_repository.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/browse_repository.rst b/source/browse_repository.rst index 304682f..b5edd1d 100644 --- a/source/browse_repository.rst +++ b/source/browse_repository.rst @@ -130,9 +130,12 @@ The file viewer will by default show the diff, but may also show Blame for the s File tree ^^^^^^^^^ -Show the file tree for the commit. +Show the file tree for the commit. Only files tracked by Git are listed. + +The file list can be filtered for contained text and for file names using regular expressions. The file viewer will by default show the file contents, but may also show Blame for the selected file. +(Blame does not include uncommitted changes, not even if an artificial commit "Working dir" or "Index" is selected.) You could search a file in the file tree using the default keyboard shortcut `Ctrl + Shift + F` (configurable in :ref:`settings-hotkeys`). From 9b5a522a022e19b21f408d6c93c492a8580b7d6e Mon Sep 17 00:00:00 2001 From: Michael Seibt Date: Thu, 24 Apr 2025 22:04:35 +0200 Subject: [PATCH 2/2] fixup! docs(file tree): Mention some details --- source/browse_repository.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/browse_repository.rst b/source/browse_repository.rst index b5edd1d..c0b3928 100644 --- a/source/browse_repository.rst +++ b/source/browse_repository.rst @@ -130,7 +130,7 @@ The file viewer will by default show the diff, but may also show Blame for the s File tree ^^^^^^^^^ -Show the file tree for the commit. Only files tracked by Git are listed. +Show the file tree for the commit. (For worktree, only files tracked by Git are listed.) The file list can be filtered for contained text and for file names using regular expressions.