mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
53 lines
2 KiB
Groff
53 lines
2 KiB
Groff
.\" 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"
|
|
.TS
|
|
allbox;
|
|
\fBgit\-commits\-since\fR [\-r \-\-ref <ref>] [<date>]
|
|
.TE
|
|
.SH "DESCRIPTION"
|
|
List of commits since the given \fIdate\fR or \fIref\fR\.
|
|
.SH "OPTIONS"
|
|
<date>
|
|
.P
|
|
Show commits more recent than <date>\. By default, the command shows the commit logs since "last week"\.
|
|
.P
|
|
\-r, \-\-ref <ref>
|
|
.P
|
|
Show commits since the given ref (tag, branch, or commit)\. When specified, the command uses \fBref\.\.HEAD\fR instead of date\-based filtering\.
|
|
.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
|
|
aa084d9 TweeKane \- Add global gitignore to git\-ignore output
|
|
515e94a TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks
|
|
5f86b54 TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop
|
|
7398d10 nickl\- \- Fix #127 git\-ignore won\'t add duplicates\.
|
|
|
|
$ git commits\-since 3 o clock pm
|
|
aa084d9 TweeKane \- Add global gitignore to git\-ignore output
|
|
|
|
$ git commits\-since 2 hour ago
|
|
aa084d9 TweeKane \- Add global gitignore to git\-ignore output
|
|
515e94a TJ Holowaychuk \- Merge pull request #128 from nickl\-/git\-extras\-html\-hyperlinks
|
|
5f86b54 TJ Holowaychuk \- Merge pull request #129 from nickl\-/develop
|
|
|
|
$ git commits\-since \-\-ref 7\.4\.0
|
|
6ed2643 John Bachir \- ability to specify command when hitting enter (#1223)
|
|
b9bd309 John Bachir \- Improve `git\-repl` prompt (#1224)
|
|
6f4cf0c johnpyp \- feat: `delete\-branch` multiple unique branch names completions (#1221)
|
|
\|\.\|\.\|\.
|
|
215382b 罗泽轩 \- Bump version to 7\.5\.0\-dev (#1207)
|
|
.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>
|