From 94f423e713e3ce9e15cd097920b328e3a830898d Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Sat, 31 Jan 2026 10:40:48 +0100 Subject: [PATCH 1/3] git-commits-since: Drop the '... commits since' status line This line provides little to no value to the end user since the input is very clear. Additionally, from a maintainer's POV it pretty much just pollutes the expected formatted output regardless of the fact that we can avoid it by redirecting stderr and therefore feels redundant --> drop it. Signed-off-by: Erik Skultety --- bin/git-commits-since | 1 - man/git-commits-since.1 | 24 +++--------------------- man/git-commits-since.html | 25 +++++++++++-------------- man/git-commits-since.md | 3 --- 4 files changed, 14 insertions(+), 39 deletions(-) diff --git a/bin/git-commits-since b/bin/git-commits-since index c07c53032..de36936d5 100755 --- a/bin/git-commits-since +++ b/bin/git-commits-since @@ -2,5 +2,4 @@ SINCE="last week" test $# -ne 0 && SINCE=$* -echo "... commits since $SINCE" >&2 git log --pretty='%an - %s' --after="@{$SINCE}" \ No newline at end of file diff --git a/man/git-commits-since.1 b/man/git-commits-since.1 index 93bd44336..8e6a88f91 100644 --- a/man/git-commits-since.1 +++ b/man/git-commits-since.1 @@ -1,32 +1,21 @@ -.\" generated with Ronn/v0.7.3 -.\" http://github.com/rtomayko/ronn/tree/0.7.3 -. -.TH "GIT\-COMMITS\-SINCE" "1" "October 2017" "" "Git Extras" -. +.\" generated with Ronn-NG/v0.9.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 +.TH "GIT\-COMMITS\-SINCE" "1" "January 2026" "" "Git Extras" .SH "NAME" \fBgit\-commits\-since\fR \- Show commit logs since some date -. .SH "SYNOPSIS" \fBgit\-commits\-since\fR [] -. .SH "DESCRIPTION" List of commits since the given \fIdate\fR\. -. .SH "OPTIONS" -. .P Show commits more recent than \fIdate\fR\. By default, the command shows the commit logs since "last week"\. -. .SH "EXAMPLES" It is really flexible and these are only 3 of the options, go ahead give it a try: -. .IP "" 4 -. .nf - $ git commits\-since yesterday -\.\.\. commits since yesterday nickl\- \- Merge branch upstream master\. nickl\- \- Rebase bolshakov with master TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks @@ -34,24 +23,17 @@ TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop nickl\- \- Fix #127 git\-ignore won\'t add duplicates\. $ git commits\-since 3 o clock pm -\.\.\. commits since 3 o clock pm nickl\- \- Merge branch upstream master\. $ git commits\-since 2 hour ago -\.\.\. commits since 2 hour ago nickl\- \- Merge branch upstream master\. TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop -. .fi -. .IP "" 0 -. .SH "AUTHOR" Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR> -. .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> -. .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR> diff --git a/man/git-commits-since.html b/man/git-commits-since.html index e29d46976..6f8f106a3 100644 --- a/man/git-commits-since.html +++ b/man/git-commits-since.html @@ -1,8 +1,8 @@ - - + + git-commits-since(1) - Show commit logs since some date