From 5467c2ff5afb2f960f649624e50a32834f8768cb Mon Sep 17 00:00:00 2001 From: Tobias Fendin Date: Tue, 4 Jan 2022 17:55:24 +0100 Subject: [PATCH] Updated manual for git local-commits, must track a branch --- man/git-local-commits.1 | 21 ++++----------------- man/git-local-commits.html | 21 +++++++++++---------- man/git-local-commits.md | 3 ++- 3 files changed, 17 insertions(+), 28 deletions(-) diff --git a/man/git-local-commits.1 b/man/git-local-commits.1 index 8992534..51b4f7d 100644 --- a/man/git-local-commits.1 +++ b/man/git-local-commits.1 @@ -1,36 +1,23 @@ -.\" generated with Ronn/v0.7.3 -.\" http://github.com/rtomayko/ronn/tree/0.7.3 -. -.TH "GIT\-LOCAL\-COMMITS" "1" "October 2017" "" "Git Extras" -. +.\" generated with Ronn-NG/v0.9.1 +.\" http://github.com/apjanke/ronn-ng/tree/0.9.1 +.TH "GIT\-LOCAL\-COMMITS" "1" "January 2022" "" "Git Extras" .SH "NAME" \fBgit\-local\-commits\fR \- List local commits -. .SH "SYNOPSIS" \fBgit\-local\-commits\fR -. .SH "DESCRIPTION" -Lists commits in the local branch that have not been pushed to origin\. -. +Lists commits in the local branch that have not been pushed to the remote tracked branch\. This requires that HEAD points to a branch which is tracking another branch\. .SH "OPTIONS" -. .P All arguments passed to \fBgit\-local\-commits\fR will be passed directly to \fBgit\-log\fR\. -. .SH "EXAMPLES" -. .nf - $ git local\-commits \-\-graph -. .fi -. .SH "AUTHOR" Written by Michael Komitee <\fImkomitee@gmail\.com\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-local-commits.html b/man/git-local-commits.html index 4320299..5e4ad3a 100644 --- a/man/git-local-commits.html +++ b/man/git-local-commits.html @@ -1,8 +1,8 @@ - - + + git-local-commits(1) - List local commits