]> git.ipfire.org Git - thirdparty/git.git/commit - git-am.sh
Suggest 'add' in am/revert/cherry-pick.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 22 Dec 2006 02:30:17 +0000 (21:30 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 22 Dec 2006 04:33:49 +0000 (20:33 -0800)
commit64646d11773774193093df96020d3fcb0df4a270
treef05a139f4d1de6a9113341ad3d0d8222cf7ddee4
parentcaba139d432c420f853c352987cf29cefafc2b84
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>
git-am.sh
git-revert.sh