shithub: git9

Download patch

ref: fd19952504136c5e4c2e1f4dca7e980f8ae6c5ab
parent: 406e308504e27954b2036ced7c75362ee347b567
author: glenda <glenda@9front.local>
date: Mon Sep 2 20:40:21 EDT 2019

Update docs.


--- a/README
+++ b/README
@@ -142,8 +142,4 @@
 TODOs
 -----
 
-Documentation has not yet been written.  You'll need to read the
-source. Notably missing functionality includes:
-
-	git/patch -c:	Generate a 'git am' compatible patch.
-	git/patch -a:	Apply a diff.
+Documentation is sparse.
\ No newline at end of file
--- a/git.1
+++ b/git.1
@@ -53,6 +53,16 @@
 .B -d
 ]
 .PP
+.B git/export
+[
+.I commits...
+]
+.PP
+.B git/import
+[
+.I commits...
+]
+.PP
 .B git/init
 [
 .B -b
@@ -283,6 +293,17 @@
 .I base
 instead of
 .I HEAD.
+
+.PP
+.B Git/export
+exports a list of commits in a format that
+.B git/import
+can apply.
+
+.PP
+.B Git/import
+imports a commit with message, author, and
+date information.
 
 .PP
 .B Git/merge