[PATCH] One-Git Part 2 (Patch 1/3)
From: Jason McMullan <hidden>
Date: 2016-06-15 22:41:59
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Add: Empty documentation for some scripts Signed-off-by: Jason McMullan <redacted>
diff --git a/Documentation/git-commit-script.txt b/Documentation/git-commit-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-commit-script.txt@@ -0,0 +1,29 @@ +git-commit-script(1) +==================== +v0.1, May 2005 + +NAME +---- +git-commit-script - Commit working directory + + +SYNOPSIS +-------- +'git-commit-script' + +DESCRIPTION +----------- + + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite +
diff --git a/Documentation/git-deltafy-script.txt b/Documentation/git-deltafy-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-deltafy-script.txt@@ -0,0 +1,29 @@ +git-deltafy-script(1) +===================== +v0.1, May 2005 + +NAME +---- +git-deltafy-script - Convery repository into delta format + + +SYNOPSIS +-------- +'git-deltafy-script' + +DESCRIPTION +----------- + + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite +
diff --git a/Documentation/git-fetch-script.txt b/Documentation/git-fetch-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-fetch-script.txt@@ -0,0 +1,29 @@ +git-fetch-script(1) +=================== +v0.1, May 2005 + +NAME +---- +git-fetch-script - Fetch an object from a remote repository + + +SYNOPSIS +-------- +'git-fetch-script' <sha1> + +DESCRIPTION +----------- + + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite +
diff --git a/Documentation/git-log-script.txt b/Documentation/git-log-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-log-script.txt@@ -0,0 +1,29 @@ +git-log-script(1) +================= +v0.1, May 2005 + +NAME +---- +git-log-script - Prettified version of git-rev-list + + +SYNOPSIS +-------- +'git-log-script' + +DESCRIPTION +----------- + + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite +
diff --git a/Documentation/git-status-script.txt b/Documentation/git-status-script.txt
new file mode 100644
--- /dev/null
+++ b/Documentation/git-status-script.txt@@ -0,0 +1,29 @@ +git-status-script(1) +==================== +v0.1, May 2005 + +NAME +---- +git-status-script - Show status of working directory files + + +SYNOPSIS +-------- +'git-status-script' + +DESCRIPTION +----------- + + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite +
======== end ========