summaryrefslogtreecommitdiffstats
path: root/man7/giteveryday.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/giteveryday.7')
-rw-r--r--man7/giteveryday.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/giteveryday.7 b/man7/giteveryday.7
index d01e8b4d5..fc5d09baf 100644
--- a/man7/giteveryday.7
+++ b/man7/giteveryday.7
@@ -2,12 +2,12 @@
.\" Title: giteveryday
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GITEVERYDAY" "7" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GITEVERYDAY" "7" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -257,7 +257,7 @@ $ git diff HEAD^ \fB(6)\fR
$ git commit \-a \-\-amend \fB(7)\fR
$ git switch master \fB(8)\fR
$ git merge alsa\-audio \fB(9)\fR
-$ git log \-\-since=\(aq3 days ago\(aq \fB(10)\fR
+$ git log \-\-since=\*(Aq3 days ago\*(Aq \fB(10)\fR
$ git log v2\&.43\&.\&. curses/ \fB(11)\fR
.fi
.if n \{\
@@ -442,7 +442,7 @@ Push into another repository\&.
.nf
satellite$ git clone mothership:frotz frotz \fB(1)\fR
satellite$ cd frotz
-satellite$ git config \-\-get\-regexp \(aq^(remote|branch)\e\&.\(aq \fB(2)\fR
+satellite$ git config \-\-get\-regexp \*(Aq^(remote|branch)\e\&.\*(Aq \fB(2)\fR
remote\&.origin\&.url mothership:frotz
remote\&.origin\&.fetch refs/heads/*:refs/remotes/origin/*
branch\&.master\&.remote origin