diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-28 13:49:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-28 13:49:33 -0800 |
commit | 226dcb52565b58952b78fb107d8d9def3ca396ab (patch) | |
tree | d4ad481c558d504edab562ac3240e946eb3c84e4 /contrib | |
parent | Update draft release notes to 1.8.1 (diff) | |
parent | Start preparing for 1.8.0.2 (diff) | |
download | tgif-226dcb52565b58952b78fb107d8d9def3ca396ab.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 98f390ae46..af13fcc440 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -958,6 +958,8 @@ _git_clone () --upload-pack --template= --depth + --single-branch + --branch " return ;; |