Denton Liu <liu.denton@xxxxxxxxx> writes: > This series modernises the _git_stash() completion handler by letting it > take advantage of __gitcomp_builtin(). Also, it fixes a bug with how it > offers completions when arguments are provided to the main git command. > > Denton Liu (3): > git-completion.bash: extract from else in _git_stash() > git-completion.bash: fix `git <args>... stash branch` bug > git-completion.bash: use __gitcomp_builtin() in _git_stash() > > contrib/completion/git-completion.bash | 103 +++++++++++++------------ > 1 file changed, 52 insertions(+), 51 deletions(-) Hmph, this comflicts with your own "stash show --include-untracked and --only-untracked" completion patch d3c7bf73bdb67, it seems. How ready is that topic for 'master'?