74a316cca8 
								
							 
						 
						
							
							
								
								prepare go 1.15  
							
							
							
						 
						
							2020-06-17 22:22:01 +02:00  
				
					
						
							
							
								 
						
							
								3b247d3071 
								
							 
						 
						
							
							
								
								Merge pull request  #749  from arp242/psqlrc  
							
							... 
							
							
							
							pgsql: add -X to psql commands to prevent loading ~/.psqlrc 
							
						 
						
							2020-06-03 14:24:46 +09:00  
				
					
						
							
							
								 
						
							
								3eea79e9e6 
								
							 
						 
						
							
							
								
								Merge pull request  #748  from arp242/pg_config  
							
							... 
							
							
							
							pgsql: Check for pg_config existence 
							
						 
						
							2020-06-03 14:23:50 +09:00  
				
					
						
							
							
								 
						
							
								76efcab2f9 
								
							 
						 
						
							
							
								
								pgsql: Check for pg_config existence  
							
							... 
							
							
							
							pg_config isn't installed by default on many systems, and is usually
part of postgresql-libs-devel or some such, leading to needless
"pg_config not found" errors on completion. 
							
						 
						
							2020-06-03 12:33:45 +08:00  
				
					
						
							
							
								 
						
							
								f371431619 
								
							 
						 
						
							
							
								
								pgsql: add -X to psql commands to prevent loading ~/.psqlrc  
							
							... 
							
							
							
							The ~/.psqlrc may alter the output. In particular, I have '\timing on'
in there to add timings. This is useful when using psql, but not when
relying on it in scripts.
For example:
    psql -Aqt -c "select n.nspname \
        from pg_catalog.pg_namespace n \
        where n.nspname "'!~'" '^pg_' \
          and n.nspname <> 'information_schema' \
        order by 1;" postgres 2>/dev/null
Gives the output:
    public
    Time: 1.882 ms
Whereas with -X it gives the standard output:
    public 
							
						 
						
							2020-06-03 11:40:37 +08:00  
				
					
						
							
							
								 
						
							
								cfb2dc47db 
								
							 
						 
						
							
							
								
								Merge pull request  #747  from okuramasafumi/nanoc-completion  
							
							... 
							
							
							
							Add completion for nanoc 
							
						 
						
							2020-05-28 08:01:03 +09:00  
				
					
						
							
							
								 
						
							
								0bd08521f9 
								
							 
						 
						
							
							
								
								Add completion for nanoc  
							
							... 
							
							
							
							nanoc is a static site generator written in Ruby.
Website for nanoc is here: https://nanoc.ws/  
							
						 
						
							2020-05-28 07:47:52 +09:00  
				
					
						
							
							
								 
						
							
								786d0f5758 
								
							 
						 
						
							
							
								
								Merge pull request  #746  from syohex/syohex/745  
							
							... 
							
							
							
							Move comment line for avoiding completion error 
							
						 
						
							2020-05-27 23:11:23 +09:00  
				
					
						
							
							
								 
						
							
								ae19ab20f5 
								
							 
						 
						
							
							
								
								Move comment line for avoiding completion error  
							
							
							
						 
						
							2020-05-27 23:07:34 +09:00  
				
					
						
							
							
								 
						
							
								d3c3df0f2e 
								
							 
						 
						
							
							
								
								Merge pull request  #744  from syohex/syohex/update-vnstat  
							
							... 
							
							
							
							Update vnstat completion 
							
						 
						
							2020-05-27 09:54:48 +09:00  
				
					
						
							
							
								 
						
							
								787ea7a719 
								
							 
						 
						
							
							
								
								Update vnstat completion  
							
							
							
						 
						
							2020-05-27 08:49:43 +09:00  
				
					
						
							
							
								 
						
							
								ed4ff5384b 
								
							 
						 
						
							
							
								
								Merge pull request  #743  from syohex/syohex/update-rspec-format  
							
							... 
							
							
							
							Update rspec format option candidates 
							
						 
						
							2020-05-26 11:48:38 +09:00  
				
					
						
							
							
								 
						
							
								23614ea318 
								
							 
						 
						
							
							
								
								Update rspec format option candidates  
							
							
							
						 
						
							2020-05-26 11:20:50 +09:00  
				
					
						
							
							
								 
						
							
								d0a060841d 
								
							 
						 
						
							
							
								
								Merge pull request  #742  from syohex/syohex/update-ffind  
							
							... 
							
							
							
							Update ffind completion 
							
						 
						
							2020-05-26 07:58:27 +09:00  
				
					
						
							
							
								 
						
							
								6daa0849e2 
								
							 
						 
						
							
							
								
								Update ffind completion  
							
							
							
						 
						
							2020-05-26 07:38:59 +09:00  
				
					
						
							
							
								 
						
							
								47ee32aa2e 
								
							 
						 
						
							
							
								
								Merge pull request  #741  from syohex/syohex/fail2ban-client-metadata  
							
							... 
							
							
							
							Add license header and metadata and fix typo 
							
						 
						
							2020-05-26 00:32:20 +09:00  
				
					
						
							
							
								 
						
							
								c13c3ce7f8 
								
							 
						 
						
							
							
								
								Add license header and metadata and fix typo  
							
							
							
						 
						
							2020-05-25 23:32:47 +09:00  
				
					
						
							
							
								 
						
							
								a2fa9788b6 
								
							 
						 
						
							
							
								
								Merge pull request  #740  from syohex/pr-665  
							
							... 
							
							
							
							Cleanup #665  
							
						 
						
							2020-05-25 23:29:37 +09:00  
				
					
						
							
							
								 
						
							
								c69a1a00a1 
								
							 
						 
						
							
							
								
								Merge pull request  #675  from xdch47/master  
							
							... 
							
							
							
							Add completion for fail2ban-client 
							
						 
						
							2020-05-25 23:29:19 +09:00  
				
					
						
							
							
								 
						
							
								b7bc314a82 
								
							 
						 
						
							
							
								
								Add completion for fail2ban-client  
							
							
							
						 
						
							2020-05-25 15:12:01 +02:00  
				
					
						
							
							
								 
						
							
								c65ddb6621 
								
							 
						 
						
							
							
								
								Improve mc completion  
							
							... 
							
							
							
							- Add license header
- improve file completions
- update new options 
							
						 
						
							2020-05-25 20:44:45 +09:00  
				
					
						
							
							
								 
						
							
								582c6f3454 
								
							 
						 
						
							
							
								
								Merge pull request  #739  from syohex/syohex/update-nano  
							
							... 
							
							
							
							Update nano completion 
							
						 
						
							2020-05-25 20:21:02 +09:00  
				
					
						
							
							
								 
						
							
								b43531a749 
								
							 
						 
						
							
							
								
								Update nano completion  
							
							
							
						 
						
							2020-05-25 16:18:46 +09:00  
				
					
						
							
							
								 
						
							
								5ab4025cc5 
								
							 
						 
						
							
							
								
								Merge pull request  #738  from syohex/syohex/update-httpie  
							
							... 
							
							
							
							Update httpie completion 
							
						 
						
							2020-05-25 08:52:32 +09:00  
				
					
						
							
							
								 
						
							
								7a23291f66 
								
							 
						 
						
							
							
								
								Update httpie completion  
							
							
							
						 
						
							2020-05-25 08:21:51 +09:00  
				
					
						
							
							
								 
						
							
								013f6ac258 
								
							 
						 
						
							
							
								
								Merge pull request  #737  from syohex/pr-683  
							
							... 
							
							
							
							Squash #683  and add file local variables 
							
						 
						
							2020-05-17 22:00:32 +09:00  
				
					
						
							
							
								 
						
							
								bbfdc2635a 
								
							 
						 
						
							
							
								
								Add file local variables for _golang  
							
							
							
						 
						
							2020-05-17 21:27:32 +09:00  
				
					
						
							
							
								 
						
							
								815f3808a0 
								
							 
						 
						
							
							
								
								Update to go 1.14  
							
							
							
						 
						
							2020-05-17 21:25:54 +09:00  
				
					
						
							
							
								 
						
							
								346c1a38e5 
								
							 
						 
						
							
							
								
								Merge pull request  #736  from syohex/syohex/perf-script  
							
							... 
							
							
							
							Implement 'perf script' completion 
							
						 
						
							2020-05-16 11:21:53 +09:00  
				
					
						
							
							
								 
						
							
								836d9e27bb 
								
							 
						 
						
							
							
								
								Implement 'perf script' completion  
							
							... 
							
							
							
							and fix typos 
							
						 
						
							2020-05-16 11:16:29 +09:00  
				
					
						
							
							
								 
						
							
								8a47b2dd97 
								
							 
						 
						
							
							
								
								Merge pull request  #735  from syohex/syohex/perf-sched  
							
							... 
							
							
							
							Implement 'perf sched' completion 
							
						 
						
							2020-05-16 00:45:38 +09:00  
				
					
						
							
							
								 
						
							
								cafbd76037 
								
							 
						 
						
							
							
								
								Implement 'perf sched' completion  
							
							
							
						 
						
							2020-05-16 00:23:52 +09:00  
				
					
						
							
							
								 
						
							
								bb61ca2a97 
								
							 
						 
						
							
							
								
								Merge pull request  #734  from syohex/syohex/perf-kmem  
							
							... 
							
							
							
							Update 'perf kmem' completion 
							
						 
						
							2020-05-15 23:37:26 +09:00  
				
					
						
							
							
								 
						
							
								9db043ca96 
								
							 
						 
						
							
							
								
								Update 'perf kmem' completion  
							
							
							
						 
						
							2020-05-15 23:19:56 +09:00  
				
					
						
							
							
								 
						
							
								ce6e7b8f89 
								
							 
						 
						
							
							
								
								Merge pull request  #733  from zchrissirhcz/master  
							
							... 
							
							
							
							support cmake --install related options 
							
						 
						
							2020-05-15 21:46:14 +09:00  
				
					
						
							
							
								 
						
							
								07c5f46eea 
								
							 
						 
						
							
							
								
								support cmake --install related options  
							
							
							
						 
						
							2020-05-15 15:55:59 +08:00  
				
					
						
							
							
								 
						
							
								d2e61b4f4a 
								
							 
						 
						
							
							
								
								Merge pull request  #732  from syohex/syohex/perf-trace  
							
							... 
							
							
							
							Implement perf trace 
							
						 
						
							2020-05-15 09:36:58 +09:00  
				
					
						
							
							
								 
						
							
								fe8e9a0d29 
								
							 
						 
						
							
							
								
								Implement perf trace  
							
							
							
						 
						
							2020-05-15 09:29:56 +09:00  
				
					
						
							
							
								 
						
							
								8e04c962d0 
								
							 
						 
						
							
							
								
								Merge pull request  #731  from syohex/syohex/perf-lock  
							
							... 
							
							
							
							Implement 'perf lock' completion 
							
						 
						
							2020-05-15 08:36:01 +09:00  
				
					
						
							
							
								 
						
							
								ba0cc35915 
								
							 
						 
						
							
							
								
								Implement 'perf lock' completion  
							
							
							
						 
						
							2020-05-15 08:03:23 +09:00  
				
					
						
							
							
								 
						
							
								6b3869cd32 
								
							 
						 
						
							
							
								
								Merge pull request  #730  from syohex/syohex/perf-bench  
							
							... 
							
							
							
							Implement 'perf bench' subsystem and suite completion 
							
						 
						
							2020-05-14 21:54:07 +09:00  
				
					
						
							
							
								 
						
							
								ab17b682be 
								
							 
						 
						
							
							
								
								Implement 'perf bench' subsystem and suite completion  
							
							
							
						 
						
							2020-05-14 21:12:03 +09:00  
				
					
						
							
							
								 
						
							
								af2e596fa8 
								
							 
						 
						
							
							
								
								Merge pull request  #729  from syohex/syohex/perf-timechart  
							
							... 
							
							
							
							Update 'perf timechart' completion 
							
						 
						
							2020-05-14 09:45:02 +09:00  
				
					
						
							
							
								 
						
							
								8b7e37acce 
								
							 
						 
						
							
							
								
								Update 'perf timechart' completion  
							
							
							
						 
						
							2020-05-14 09:30:24 +09:00  
				
					
						
							
							
								 
						
							
								bb23316a9f 
								
							 
						 
						
							
							
								
								Merge pull request  #728  from syohex/syohex/perf-report  
							
							... 
							
							
							
							Implement 'perf report' completion 
							
						 
						
							2020-05-13 23:47:06 +09:00  
				
					
						
							
							
								 
						
							
								ffaa7d5b67 
								
							 
						 
						
							
							
								
								Implement 'perf report' completion  
							
							
							
						 
						
							2020-05-13 23:14:40 +09:00  
				
					
						
							
							
								 
						
							
								7efa6b7987 
								
							 
						 
						
							
							
								
								Merge pull request  #727  from syohex/syohex/perf-record  
							
							... 
							
							
							
							Implement 'perf record' completion 
							
						 
						
							2020-05-13 10:03:47 +09:00  
				
					
						
							
							
								 
						
							
								769585ecb3 
								
							 
						 
						
							
							
								
								Implement 'perf record' completion  
							
							
							
						 
						
							2020-05-13 09:30:08 +09:00  
				
					
						
							
							
								 
						
							
								c66b651f1f 
								
							 
						 
						
							
							
								
								Merge pull request  #726  from syohex/syohex/perf-data  
							
							... 
							
							
							
							Implement perf data completion 
							
						 
						
							2020-05-13 00:01:04 +09:00  
				
					
						
							
							
								 
						
							
								2c2cc6cc43 
								
							 
						 
						
							
							
								
								Implement perf data completion  
							
							
							
						 
						
							2020-05-12 23:54:47 +09:00