Skip to content

Commit

Permalink
Deprecate git-resolve.sh
Browse files Browse the repository at this point in the history
Seriously, is anyone still using this thing? It's collecting dust and
blocking the name for something potentially useful like a tool for
user-friendly marking of resolved conflicts or resolving index conflicts.

We've loved you when Git was young, now thank you and please go away. ;-)

This makes git-resolve.sh print a big deprecation warning and sleep a bit
for extra annoyance. It should be removed completely after the next release.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Petr Baudis authored and Junio C Hamano committed Sep 24, 2006
1 parent 3fc8284 commit 8f41db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-resolve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Resolve two trees.
#

echo 'WARNING: This command is DEPRECATED and will be removed very soon.' >&2
echo 'WARNING: Please use git-merge or git-pull instead.' >&2
sleep 2

USAGE='<head> <remote> <merge-message>'
. git-sh-setup

Expand Down

0 comments on commit 8f41db8

Please sign in to comment.