From eb9d4a1f0d24e0ef90422f90773c7103e0e5430d Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Tue, 28 Jan 2025 10:30:49 +0100 Subject: [PATCH 1/2] Fix little typo in documentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c90c2ba..52a4fc1 100644 --- a/README.rst +++ b/README.rst @@ -194,7 +194,7 @@ Documentation In no-regex mode, may be a comma-separated list. Escape (\,) for a literal comma (may require \\, in shell). --incl= Included files [default: .*]. See `--excl` for format. - --since= Date from which to check. Can be absoulte (eg: 1970-01-31) + --since= Date from which to check. Can be absolute (eg: 1970-01-31) or relative to now (eg: 3.weeks). --until= Date to which to check. See `--since` for format. --cost= Include time cost in person-months (COCOMO) or From 5fddeb12039966d669c9fc9658a57a546793a226 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 5 Feb 2025 11:59:40 +0000 Subject: [PATCH 2/2] fix more typos --- gitfame/_gitfame.py | 2 +- gitfame/git-fame.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitfame/_gitfame.py b/gitfame/_gitfame.py index 3e32703..5e7cc36 100755 --- a/gitfame/_gitfame.py +++ b/gitfame/_gitfame.py @@ -19,7 +19,7 @@ In no-regex mode, may be a comma-separated list. Escape (\,) for a literal comma (may require \\, in shell). --incl= Included files [default: .*]. See `--excl` for format. - --since= Date from which to check. Can be absoulte (eg: 1970-01-31) + --since= Date from which to check. Can be absolute (eg: 1970-01-31) or relative to now (eg: 3.weeks). --until= Date to which to check. See `--since` for format. --cost= Include time cost in person-months (COCOMO) or diff --git a/gitfame/git-fame.1 b/gitfame/git-fame.1 index 669cfb5..e1a2440 100644 --- a/gitfame/git-fame.1 +++ b/gitfame/git-fame.1 @@ -57,7 +57,7 @@ See \f[CR]\-\-excl\f[R] for format. .TP \-\-since=\f[I]date\f[R] Date from which to check. -Can be absoulte (eg: 1970\-01\-31) or relative to now (eg: 3.weeks). +Can be absolute (eg: 1970\-01\-31) or relative to now (eg: 3.weeks). .TP \-\-until=\f[I]date\f[R] Date to which to check.