summaryrefslogtreecommitdiff
path: root/Documentation/git-resolve.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-06 21:25:33 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-06 21:25:33 -0800
commit740afd961370ba3925ba3a1edf5b499bb068fd9a (patch)
tree5f1b607c985ed7464900e6d42e1fe233cd0b7445 /Documentation/git-resolve.txt
parent41dc7e004491725e74e3fdd1c364b4c0a234574b (diff)
downloadgit-740afd961370ba3925ba3a1edf5b499bb068fd9a.tar.gz
Add deprecation notices.
Schedule git-diff-stages and git-resolve to be removed by 1.5.1 Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-resolve.txt')
-rw-r--r--Documentation/git-resolve.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-resolve.txt b/Documentation/git-resolve.txt
index 0925973f12..7fde665fb5 100644
--- a/Documentation/git-resolve.txt
+++ b/Documentation/git-resolve.txt
@@ -12,7 +12,7 @@ SYNOPSIS
DESCRIPTION
-----------
-DEPRECATED. Use `git-merge` instead.
+DEPRECATED and will be removed in 1.5.1. Use `git-merge` instead.
Given two commits and a merge message, merge the <merged> commit
into <current> commit, with the commit log message <message>.