From 602cf940579b9a2b2db0aafe835bfdb675fac12c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 21 Aug 2022 11:11:00 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c1d5f48..47b4af68 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,8 @@ Support this project with a :star: | 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 filenames.
NOTE: This returns `.` for
changed files located in the root of the project. | | json | `boolean` | `false` | `false` | Output changed files in JSON format which can be used for matrix jobs. | +| since | `string` | `false` | | Get changed files for commits whose timestamp is older than the given time. | +| until | `string` | `false` | | Get changed files for commits whose timestamp is earlier than the given time. | ## Examples