From 0906711ee22728087f21accb019af67e413a1ac1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 12 Jun 2022 10:09:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0446b6e2..36bed3fe 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Support this project with a :star: | use\_fork\_point | `boolean` | `false` | `false` | Finds best common ancestor
between two commits
to use in a three-way merge
as the `base_sha`
See: [git merge-base](https://git-scm.com/docs/git-merge-base#Documentation/git-merge-base.txt---fork-point).
NOTE: This pulls the entire commit history of the base branch | | quotepath | `boolean` | `false` | `true` | Output filenames completely verbatim by setting this to `false` | | diff\_relative | `boolean` | `false` | | Exclude changes outside the current directory and show pathnames relative to it. | -| dir\_names | `boolean` | `false` | `false` | Output unique changed directories instead of the filenames.
NOTE: This returns `.` for
changed files located in the root of the project. | +| dir\_names | `boolean` | `false` | `false` | Output unique changed directories instead of filenames.
NOTE: This returns `.` for
changed files located in the root of the project. | ## Examples