Fix checks.

This commit is contained in:
Rémy HUBSCHER 2020-03-19 16:24:15 +01:00
parent bea25d1ceb
commit 2a5c08aaf8
No known key found for this signature in database
GPG key ID: A500E24B95405094
4 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.8.0
.\" http://github.com/apjanke/ronn-ng/tree/0.8.0
.TH "GIT\-CP" "1" "March 2020" "" ""
.\" generated with Ronn-NG/v0.9.0
.\" http://github.com/apjanke/ronn-ng/tree/0.9.0
.TH "GIT\-CP" "1" "March 2020" "" "Git Extras"
.SH "NAME"
\fBgit\-cp\fR \- Copy a file keeping its history
.SH "SYNOPSIS"

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv='content-type' content='text/html;charset=utf8'>
<meta name='generator' content='Ronn-NG/v0.8.0 (http://github.com/apjanke/ronn-ng/tree/0.8.0)'>
<meta name='generator' content='Ronn-NG/v0.9.0 (http://github.com/apjanke/ronn-ng/tree/0.9.0)'>
<title>git-cp(1) - Copy a file keeping its history</title>
<style type='text/css' media='all'>
/* style: man */
@ -64,7 +64,7 @@
<ol class='man-decor man-head man head'>
<li class='tl'>git-cp(1)</li>
<li class='tc'></li>
<li class='tc'>Git Extras</li>
<li class='tr'>git-cp(1)</li>
</ol>
@ -84,7 +84,7 @@
<h2 id="EXAMPLES">EXAMPLES</h2>
<p> Copy README into README.txt</p>
<p>Copy README into README.txt</p>
<pre><code>$ git cp README README.txt
</code></pre>

View file

@ -37,6 +37,7 @@ git-extras(1) -- Awesome GIT utilities
- **git-commits-since(1)** Show commit logs since some date
- **git-contrib(1)** Show user's contributions
- **git-count(1)** Show commit count
- **git-cp(1)** Copy a file keeping its history
- **git-create-branch(1)** Create branches
- **git-delete-branch(1)** Delete branches
- **git-delete-merged-branches(1)** Delete merged branches

View file

@ -15,6 +15,7 @@ git-coauthor(1) git-coauthor
git-commits-since(1) git-commits-since
git-contrib(1) git-contrib
git-count(1) git-count
git-cp(1) git-cp
git-create-branch(1) git-create-branch
git-delete-branch(1) git-delete-branch
git-delete-merged-branches(1) git-delete-merged-branches