summary refs log tree commit diff
path: root/bin/man1/git-import.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-09-11 22:48:03 -0400
committerJune McEnroe <june@causal.agency>2023-09-11 22:48:03 -0400
commita50c6f455a5c1e092080e5796ad822461e1ae5f4 (patch)
tree2ab60aa3b5fc00e7e9b7c5a7e3e994cabf85b364 /bin/man1/git-import.1
parentAdd git-import (diff)
downloadsrc-a50c6f455a5c1e092080e5796ad822461e1ae5f4.tar.gz
src-a50c6f455a5c1e092080e5796ad822461e1ae5f4.zip
Revert "Add git-import"
This reverts commit 90fefcaa0b70af49061d648ae3566d65abfc2ab0.

Moved to jorts.
Diffstat (limited to '')
-rw-r--r--bin/man1/git-import.149
1 files changed, 0 insertions, 49 deletions
diff --git a/bin/man1/git-import.1 b/bin/man1/git-import.1
deleted file mode 100644
index 31d224e1..00000000
--- a/bin/man1/git-import.1
+++ /dev/null
@@ -1,49 +0,0 @@
-.Dd September 11, 2023
-.Dt GIT-IMPORT 1
-.Os
-.
-.Sh NAME
-.Nm git-import
-.Nd import a tarball into git
-.
-.Sh SYNOPSIS
-.Nm
-.Op Fl m Ar message
-.Op Fl p Ar count
-.Ar branch
-.Ar file
-.
-.Sh DESCRIPTION
-.Nm
-imports a tarball
-as a new commit on
-a git branch.
-If
-.Ar branch
-does not exist,
-it will be created.
-If
-.Ar file
-is a URL,
-it will be fetched with
-.Xr curl 1 .
-.
-.Pp
-The options are as follows:
-.Bl -tag -width Ds
-.It Fl m Ar message , Fl \-message Ar message
-Set the commit message.
-.It Fl p Ar count , Fl \-strip Ar count
-Remove the specified number
-of leading path elements.
-The default is 1.
-.El
-.
-.Sh ENVIRONMENT
-.Bl -tag -width Ds
-.It Ev CURL
-The path to
-.Xr curl 1 ,
-used to fetch the tarball
-from a URL.
-.El