diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-19 18:03:31 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-19 18:05:49 -0800 |
commit | e32faa8adbc8ba9803088e849bc26680134c853c (patch) | |
tree | 34d0211f016fa52223cbfd9101a57004ed40f6cc /Documentation/git.txt | |
parent | ba922ccee7565c949b4db318e5c27997cbdbfdba (diff) | |
download | git-e32faa8adbc8ba9803088e849bc26680134c853c.tar.gz git-e32faa8adbc8ba9803088e849bc26680134c853c.tar.xz |
Remove "octopus".
We still advertise "git resolve" as a standalone command, but never
"git octopus", so nobody should be using it and it is safe to
retire it. The functionality is still available as a strategy
backend.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 482eba7eb..5f068c2a1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -297,9 +297,6 @@ gitlink:git-merge[1]:: gitlink:git-mv[1]:: Move or rename a file, a directory, or a symlink. -gitlink:git-octopus[1]:: - Merge more than two commits. - gitlink:git-pull[1]:: Fetch from and merge with a remote repository. |