9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] git: add missing usages for subcommands
@ 2023-10-01  6:18 Romano
  2023-10-01 14:48 ` ori
  0 siblings, 1 reply; 7+ messages in thread
From: Romano @ 2023-10-01  6:18 UTC (permalink / raw)
  To: 9front

---
diff db2177614df64fa9ccf3dae30cdf24df1ce0a0be 405b4e7cff97415ef62ed448de0eb33f981a8333
--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -71,6 +71,25 @@
 .I commits...
 ]
 .PP
+.B git/get
+[
+.B -dl
+]
+[
+.B -b
+.I branch
+]
+[
+.B -u
+.I upstream
+]
+.I remote
+.PP
+.B git/fs
+[
+.B -d
+]
+.PP
 .B git/import
 [
 .B -n
@@ -152,6 +171,11 @@
 ]
 .I query
 .PP
+.B git/repack
+[
+.B -d
+]
+.PP
 .B git/revert
 [
 .B -c
@@ -161,6 +185,61 @@
 .PP
 .B git/rm
 .I path...
+.PP
+.B git/save
+.B -n
+.I name
+.B -e
+.I email
+.B -m
+.I message
+.B -d
+.I date
+[
+.B -N
+.I committer-name
+.B -E
+.I committer-email
+]
+[
+.B -p
+.I parent1
+[
+.B -p
+.I parent2
+]
+…
+]
+[
+.I files…
+]
+.PP
+.B git/send
+[
+.B -adf
+]
+[
+.B -b
+.I branch1
+[
+.B -b
+.I branch2
+]
+…
+]
+[
+.B -r
+.I branch1
+[
+.B -r
+.I branch2
+]
+…
+]
+.I remote
+[
+.I reponame
+]
 .PP
 .B git/serve
 [


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-02  3:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01  6:18 [9front] [PATCH] git: add missing usages for subcommands Romano
2023-10-01 14:48 ` ori
2023-10-01 15:49   ` unobe
2023-10-01 16:42     ` ori
2023-10-01 20:14       ` ori
2023-10-01 23:34       ` unobe
2023-10-02  3:40         ` Kurt H Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).