]> git.ipfire.org Git - thirdparty/git.git/commit - git-am.sh
am: remove support for -d .dotest
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Mar 2008 08:25:05 +0000 (00:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 18:52:56 +0000 (10:52 -0800)
commite72c74062c01855372add133fe8dcc0bd22bad20
tree5df5bd3e62702294182908d81c5eb6d9a274f6f5
parentbb034f839a396cf0660024a59bbff61f8ef0c5af
am: remove support for -d .dotest

It has been supported for a long time, but I do not think this feature has
been in use in the real world at all.  We would eventually move this out
of the toplevel of the work tree and to somewhere under $GIT_DIR, so let's
remove the command line option to specify the location now.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt
git-am.sh