summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
committerJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
commit72ea2ca8dec6a3ae3698a59fac2a20a56056fc30 (patch)
treeeb5a837e0640457f44eb454d0d731f16923281d2 /rev-list-options.txt
parent27d3c17733fa8f10acf11076634fe9f11bb955a0 (diff)
downloadgit-htmldocs-72ea2ca8dec6a3ae3698a59fac2a20a56056fc30.tar.gz
Autogenerated HTML docs for v2.36.1-153-gf9b95
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index fd4f4e26c..195e74eec 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -25,6 +25,11 @@ ordering and formatting options, such as `--reverse`.
--after=<date>::
Show commits more recent than a specific date.
+--since-as-filter=<date>::
+ Show all commits more recent than a specific date. This visits
+ all commits in the range, rather than stopping at the first commit which
+ is older than a specific date.
+
--until=<date>::
--before=<date>::
Show commits older than a specific date.