diff options
Diffstat (limited to 'Documentation/git-resolve.txt')
-rw-r--r-- | Documentation/git-resolve.txt | 2 |
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>. |