1
0
mirror of https://github.com/git/git.git synced 2024-10-21 03:28:41 +02:00
git/contrib/completion
Nguyễn Thái Ngọc Duy fbd7a23237 rebase: introduce and use pseudo-ref REBASE_HEAD
The new command `git rebase --show-current-patch` is useful for seeing
the commit related to the current rebase state. Some however may find
the "git show" command behind it too limiting. You may want to
increase context lines, do a diff that ignores whitespaces...

For these advanced use cases, the user can execute any command they
want with the new pseudo ref REBASE_HEAD.

This also helps show where the stopped commit is from, which is hard
to see from the previous patch which implements --show-current-patch.

Helped-by: Tim Landscheidt <tim@tim-landscheidt.de>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-02-12 14:07:59 -08:00
..
.gitattributes
git-completion.bash rebase: introduce and use pseudo-ref REBASE_HEAD 2018-02-12 14:07:59 -08:00
git-completion.tcsh
git-completion.zsh
git-prompt.sh git-prompt: fix reading files with windows line endings 2017-12-06 10:08:13 -08:00