diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-07 05:25:33 (GMT) |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-07 05:25:33 (GMT) |
commit | 740afd961370ba3925ba3a1edf5b499bb068fd9a (patch) | |
tree | 5f1b607c985ed7464900e6d42e1fe233cd0b7445 /Documentation/git-diff-stages.txt | |
parent | 41dc7e004491725e74e3fdd1c364b4c0a234574b (diff) | |
download | git-740afd961370ba3925ba3a1edf5b499bb068fd9a.zip git-740afd961370ba3925ba3a1edf5b499bb068fd9a.tar.gz git-740afd961370ba3925ba3a1edf5b499bb068fd9a.tar.bz2 |
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-diff-stages.txt')
-rw-r--r-- | Documentation/git-diff-stages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-diff-stages.txt b/Documentation/git-diff-stages.txt index 120d14e..b8f45b8 100644 --- a/Documentation/git-diff-stages.txt +++ b/Documentation/git-diff-stages.txt @@ -12,6 +12,8 @@ SYNOPSIS DESCRIPTION ----------- +DEPRECATED and will be removed in 1.5.1. + Compares the content and mode of the blobs in two stages in an unmerged index file. |