Merge branch 'rr/complete-difftool-fixup'
"git difftool" can take both revs to be compared and pathspecs. "git show" takes revs, revs:path and pathspecs. * rr/complete-difftool-fixup: completion: show can take both revlist and paths completion: difftool takes both revs and files
This commit is contained in:
commit
bdff0e3a37
@ -1211,7 +1211,7 @@ _git_difftool ()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
__git_complete_file
|
__git_complete_revlist_file
|
||||||
}
|
}
|
||||||
|
|
||||||
__git_fetch_options="
|
__git_fetch_options="
|
||||||
@ -2277,7 +2277,7 @@ _git_show ()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
__git_complete_file
|
__git_complete_revlist_file
|
||||||
}
|
}
|
||||||
|
|
||||||
_git_show_branch ()
|
_git_show_branch ()
|
||||||
|
Loading…
Reference in New Issue
Block a user