author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 22 Dec 2006 02:30:17 +0000 (21:30 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 22 Dec 2006 04:33:49 +0000 (20:33 -0800) | ||
commit | 64646d11773774193093df96020d3fcb0df4a270 | |
tree | f05a139f4d1de6a9113341ad3d0d8222cf7ddee4 | tree | snapshot |
parent | caba139d432c420f853c352987cf29cefafc2b84 | commit | diff |
Suggest 'add' in am/revert/cherry-pick.
Now that we have decided to make 'add' behave like 'update-index'
(and therefore fully classify update-index as strictly plumbing)
the am/revert/cherry-pick family of commands should not steer the
user towards update-index. Instead send them to the command they
probably already know, 'add'.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Now that we have decided to make 'add' behave like 'update-index'
(and therefore fully classify update-index as strictly plumbing)
the am/revert/cherry-pick family of commands should not steer the
user towards update-index. Instead send them to the command they
probably already know, 'add'.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh | diff | blob | history | |
git-revert.sh | diff | blob | history |