]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
Rename .git/rebase to .git/rebase-apply
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 21 Jul 2008 10:51:02 +0000 (12:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2008 01:51:47 +0000 (18:51 -0700)
commit51ef1daa4a0dfaa4d777b2fa949ba051cf800554
tree425a833e5262832fae1d3512722cca8c868f0965
parent59eb68aa2b4e52aa1d098e0d76c5130864ceff2e
Rename .git/rebase to .git/rebase-apply

With git-am, it sounds awkward to have the patches in ".git/rebase/",
but for technical reasons, we have to keep the same directory name
for git-am and git-rebase. ".git/rebase-apply" seems to be a good
compromise.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 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.sh
t/t3401-rebase-partial.sh
t/t3407-rebase-abort.sh
t/t4150-am.sh
t/t9106-git-svn-commit-diff-clobber.sh