Code

Fix git-revert
authorJunio C Hamano <junkio@cox.net>
Tue, 10 Oct 2006 02:19:45 +0000 (19:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 10 Oct 2006 02:19:45 +0000 (19:19 -0700)
commit96779be48a8e5d3a50a07e0fcab942e7066235a9
tree84cf6f5f84164addc7f511560637d1ee37269121
parent9a7a62ff71c436fb5e024ec409ec28fca460a168
Fix git-revert

Defaulting to $replay for the sake of fixing cherry-pick was not
done conditionally, which broke git-revert.

Noticed by Luben.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-revert.sh