about summary refs log tree commit diff
path: root/third_party/git/Documentation/git-stage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/git-stage.txt')
-rw-r--r--third_party/git/Documentation/git-stage.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/third_party/git/Documentation/git-stage.txt b/third_party/git/Documentation/git-stage.txt
deleted file mode 100644
index 25bcda936d..0000000000
--- a/third_party/git/Documentation/git-stage.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-git-stage(1)
-============
-
-NAME
-----
-git-stage - Add file contents to the staging area
-
-
-SYNOPSIS
---------
-[verse]
-'git stage' args...
-
-
-DESCRIPTION
------------
-
-This is a synonym for linkgit:git-add[1].  Please refer to the
-documentation of that command.
-
-GIT
----
-Part of the linkgit:git[1] suite