summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2120eb)
raw | patch | inline | side by side (parent: f2120eb)
author | Adrian Weimann <adrian.weimann@googlemail.com> | |
Mon, 30 Jan 2012 19:29:33 +0000 (20:29 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 6 Feb 2012 08:00:54 +0000 (00:00 -0800) |
Signed-off-by: Adrian Weimann <adrian.weimann@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index 1496c6dc05822d3009aaf7d88cc5a66dfca9ea23..78be1958383da7cc2fd1ec22e3cd02e972874eb1 100755 (executable)
__git_merge_options="
--no-commit --no-stat --log --no-log --squash --strategy
- --commit --stat --no-squash --ff --no-ff --ff-only
+ --commit --stat --no-squash --ff --no-ff --ff-only --edit --no-edit
"
_git_merge ()