Thread (36 messages) flat view 36 messages, 14 authors, 2016-06-15

Re: [PATCH] Speed up bash completion loading

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:47:43

Jonathan Nieder wrote:
quoted hunk ↗ jump to hunk
@@ -1545,7 +1540,8 @@ _git_config ()
 	pager.*)
 		local pfx="${cur%.*}."
 		cur="${cur#*.}"
-		__gitcomp "$(__git_all_commands)" "$pfx" "$cur"
+		__git_compute_all_commands
+		__gitcomp "__git_all_commands" "$pfx" "$cur"
 		return
 		;;
 	remote.*.*)
s/__git_all_commands/\$__git_all_commands/

Yikes.  Next patch I’ll let sit for a day.

Good night,
Jonathan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help