This commit is contained in:
Jephté Clain 2015-03-27 00:17:29 +04:00
parent 743e17ba0f
commit c3683a50cd
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ function __git_init_ff() {
s="$(git rev-parse --verify "$s")" || return 1
return 0
}
function __git_check_can_ff() {
function __git_can_ff() {
[ "$1" == "$(git merge-base "$1" "$2")" ]
}
function git_is_ancestor() {