| author | Ramkumar Ramachandra <artagnon@gmail.com> | |
| Wed, 11 Jan 2012 18:15:56 +0000 (23:45 +0530) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 12 Jan 2012 02:08:22 +0000 (18:08 -0800) | ||
| commit | 644a36908d6b52cb8c0c4d1ac69fd0b451e38f13 | |
| tree | 7e7131f78956c4cfd28d748dcc85a1eef3ddd480 | tree | snapshot |
| parent | c0129439d034a59ca761bcd6e0d50becbee80cee | commit | diff |
revert: prepare to move replay_action to header
REVERT and CHERRY_PICK and are unsuitable names for an enumerator in a
public interface, because they are generic enough to be likely to
clash with identifiers with other meanings. Rename to REPLAY_REVERT
and REPLAY_PICK as preparation for exposing them.
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
REVERT and CHERRY_PICK and are unsuitable names for an enumerator in a
public interface, because they are generic enough to be likely to
clash with identifiers with other meanings. Rename to REPLAY_REVERT
and REPLAY_PICK as preparation for exposing them.
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| builtin/revert.c | diff | blob | history |