Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"
commit28ed6e7b321bee3dd7e4aa9c0ff7da64844136f6
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 16 Jul 2008 01:33:44 +0000 (16 03:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2008 01:49:28 +0000 (15 18:49 -0700)
tree91186bcc0c0bd1961455d883596f2343e86bd57f
parent6c11a5fd465eb64301093de8826c38018b474bde
Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"

Since the files generated and used during a rebase are never to be
tracked, they should live in $GIT_DIR.  While at it, avoid the rather
meaningless term "dotest" to "rebase", and unhide ".dotest-merge".

This was wished for on the mailing list, but so far unimplemented.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
Documentation/SubmittingPatches
Documentation/git-am.txt
Documentation/git-rebase.txt
Documentation/user-manual.txt
contrib/completion/git-completion.bash
contrib/emacs/git.el
git-am.sh
git-quiltimport.sh
git-rebase--interactive.sh
git-rebase.sh
t/t3401-rebase-partial.sh
t/t3404-rebase-interactive.sh
t/t3407-rebase-abort.sh
t/t4150-am.sh
t/t9106-git-svn-commit-diff-clobber.sh