diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-11-25 18:40:55 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-11-25 18:40:55 -0800 |
| commit | f9b329a7d1454fba71e6a72e92aff981afdacdd4 (patch) | |
| tree | 2ab0b449e98207bda6122c3b1932a73293607755 /contrib/completion/git-completion.bash | |
| parent | 2d242fb3fc19fc9ba046accdd9210be8b9913f64 (diff) | |
| parent | ed9fe755130891fc878bb2433204faffb534697b (diff) | |
| download | git-f9b329a7d1454fba71e6a72e92aff981afdacdd4.tar.xz | |
Sync with 1.8.0.1
Diffstat (limited to 'contrib/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index bc0657a224..85ae4191e5 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -321,7 +321,7 @@ __git_refs () if [[ "$ref" == "$cur"* ]]; then echo "$ref" fi - done | uniq -u + done | sort | uniq -u fi return fi |
