aboutsummaryrefslogtreecommitdiffstats
path: root/git-completion.bash.patch
blob: cce309c1b7039611dcaa236ed8e679068ba4bf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- git-completion.bash.orig	2015-01-06 16:19:15.000000000 -0500
+++ git-completion.bash	2015-01-06 16:35:14.000000000 -0500
@@ -940,10 +940,15 @@
 		__gitcomp_nl "$(__git_refs '' $track)"
 		;;
 	esac
 }
 
+_git_checkout_store ()
+{
+	_git_checkout
+}
+
 _git_cherry ()
 {
 	__gitcomp "$(__git_refs)"
 }