d050dc04d4 
								
							 
						 
						
							
							
								
								Merge pull request  #222  from philipdexter/master  
							
							... 
							
							
							
							Add ghc, ghci, and ghc-pkg completion 
							
						 
						
							2014-07-16 21:42:48 +02:00  
				
					
						
							
							
								 
						
							
								059df4ec05 
								
							 
						 
						
							
							
								
								Merge pull request  #224  from supki/cabal-completion-update  
							
							... 
							
							
							
							Update _cabal completion 
							
						 
						
							2014-07-07 01:24:13 +09:00  
				
					
						
							
							
								 
						
							
								44553eaaeb 
								
							 
						 
						
							
							
								
								Update Teamocil completion  
							
							
							
						 
						
							2014-07-06 12:07:10 +06:00  
				
					
						
							
							
								 
						
							
								de9abc631e 
								
							 
						 
						
							
							
								
								_port: Fix completion of next arguments  
							
							
							
						 
						
							2014-06-26 17:58:36 +02:00  
				
					
						
							
							
								 
						
							
								e580a15f99 
								
							 
						 
						
							
							
								
								_port: complete more subcommands  
							
							... 
							
							
							
							Add completions for outdated, sync and selfupdate subcommands. 
							
						 
						
							2014-06-26 17:58:01 +02:00  
				
					
						
							
							
								 
						
							
								062e23c1bf 
								
							 
						 
						
							
							
								
								No need to use the ->string format  
							
							... 
							
							
							
							If we have only one function to call fro completion, just call it. Also, remove
local declaration, since we don't use the ->string form. 
							
						 
						
							2014-06-26 17:58:00 +02:00  
				
					
						
							
							
								 
						
							
								8daa84f28f 
								
							 
						 
						
							
							
								
								A better cache policy for _port  
							
							... 
							
							
							
							This compares modification times of the main PortIndex for all ports and
registry.db for installed ports. 
							
						 
						
							2014-06-26 17:58:00 +02:00  
				
					
						
							
							
								 
						
							
								04e2e85de8 
								
							 
						 
						
							
							
								
								Use the -q flag when calling port  
							
							... 
							
							
							
							The -q flag suppresses any output other than port names, eliminating the need to
further modify output. 
							
						 
						
							2014-06-26 17:58:00 +02:00  
				
					
						
							
							
								 
						
							
								77df22a969 
								
							 
						 
						
							
							
								
								No need to set cache policy in the main function  
							
							... 
							
							
							
							The caching policy style for _port can be set in _port_dispatch, as it is the
one that uses caching. 
							
						 
						
							2014-06-26 17:57:59 +02:00  
				
					
						
							
							
								 
						
							
								0b791a2f50 
								
							 
						 
						
							
							
								
								Add description to each port target  
							
							... 
							
							
							
							Also, remove targets used only in interactive mode, like 'exit' or 'cd' 
							
						 
						
							2014-06-26 17:57:59 +02:00  
				
					
						
							
							
								 
						
							
								8dc4b8a490 
								
							 
						 
						
							
							
								
								Better port upgrade completion  
							
							... 
							
							
							
							When upgrading, pseudo-portnames can be used. Also, add upgrade options to
completion choices. 
							
						 
						
							2014-06-26 17:57:58 +02:00  
				
					
						
							
							
								 
						
							
								a2765bc27c 
								
							 
						 
						
							
							
								
								Explicitly typeset arrays  
							
							
							
						 
						
							2014-06-26 17:57:58 +02:00  
				
					
						
							
							
								 
						
							
								42aace253f 
								
							 
						 
						
							
							
								
								Use correct command to get installed ports  
							
							... 
							
							
							
							This fixes a copy-paste error when we completed any port name instead of
installed ones 
							
						 
						
							2014-06-26 17:57:58 +02:00  
				
					
						
							
							
								 
						
							
								8842103478 
								
							 
						 
						
							
							
								
								Use capitalized names in option description  
							
							
							
						 
						
							2014-06-26 17:57:57 +02:00  
				
					
						
							
							
								 
						
							
								571a0031a6 
								
							 
						 
						
							
							
								
								Update completion for heroku  
							
							... 
							
							
							
							* Update descriptions
* Add `config:get`
* Rename `config:add` -> `config:set`
* Rename `config:remove` -> `config:unset`
These changes are described at:
https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application  
							
						 
						
							2014-06-26 01:47:10 +09:00  
				
					
						
							
							
								 
						
							
								ff5a0d6d5f 
								
							 
						 
						
							
							
								
								added global-status.  
							
							
							
						 
						
							2014-06-13 13:58:57 +09:00  
				
					
						
							
							
								 
						
							
								3280bc4274 
								
							 
						 
						
							
							
								
								added _virsh completion (thanks to original author)  
							
							... 
							
							
							
							Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name> 
							
						 
						
							2014-06-08 03:49:00 +07:00  
				
					
						
							
							
								 
						
							
								3bc7485252 
								
							 
						 
						
							
							
								
								added _virsh completion (thanks to original author)  
							
							... 
							
							
							
							Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name> 
							
						 
						
							2014-06-08 03:37:20 +07:00  
				
					
						
							
							
								 
						
							
								9f3ee864c9 
								
							 
						 
						
							
							
								
								Merge pull request  #232  from glidenote/add_rubocop_completion  
							
							... 
							
							
							
							add rubocop completion 
							
						 
						
							2014-05-29 01:28:55 +09:00  
				
					
						
							
							
								 
						
							
								ac32fd2e63 
								
							 
						 
						
							
							
								
								fix option for version 0.22.0  
							
							
							
						 
						
							2014-05-29 00:50:20 +09:00  
				
					
						
							
							
								 
						
							
								6fda37dcb1 
								
							 
						 
						
							
							
								
								Merge pull request  #227  from bosr/_vagrant_update  
							
							... 
							
							
							
							_vagrant plugin completion update 
							
						 
						
							2014-05-29 00:33:27 +09:00  
				
					
						
							
							
								 
						
							
								f48b3e3096 
								
							 
						 
						
							
							
								
								Merge pull request  #231  from CircleCode/patch-1  
							
							... 
							
							
							
							[Vagrant] update box list completion 
							
						 
						
							2014-05-28 23:56:30 +09:00  
				
					
						
							
							
								 
						
							
								090a9b0044 
								
							 
						 
						
							
							
								
								[Vagrant] update box list completion  
							
							... 
							
							
							
							relocate `$HOME/.vagrant` to `$HOME/.vagrant.d` and use `$VAGRANT_HOME` if defined 
							
						 
						
							2014-05-28 16:48:34 +02:00  
				
					
						
							
							
								 
						
							
								8a5d1a7768 
								
							 
						 
						
							
							
								
								[Vagrant] Add pattern of underscore to vm_list  
							
							
							
						 
						
							2014-05-27 12:49:08 +09:00  
				
					
						
							
							
								 
						
							
								3c55bfa02a 
								
							 
						 
						
							
							
								
								Add Bower completion  
							
							... 
							
							
							
							http://bower.io/  
						
							2014-05-26 10:52:47 -07:00  
				
					
						
							
							
								 
						
							
								37f5ebaf04 
								
							 
						 
						
							
							
								
								add rubocop completion  
							
							
							
						 
						
							2014-05-26 19:16:17 +09:00  
				
					
						
							
							
								 
						
							
								5aa086d25f 
								
							 
						 
						
							
							
								
								Update commands in help list  
							
							
							
						 
						
							2014-05-17 22:03:25 +04:00  
				
					
						
							
							
								 
						
							
								6952f96ee2 
								
							 
						 
						
							
							
								
								Use global args array  
							
							
							
						 
						
							2014-05-17 22:03:00 +04:00  
				
					
						
							
							
								 
						
							
								1a51c426ed 
								
							 
						 
						
							
							
								
								Drush devel & features commands  
							
							
							
						 
						
							2014-05-17 21:49:46 +04:00  
				
					
						
							
							
								 
						
							
								3340251b18 
								
							 
						 
						
							
							
								
								Drush ard/arr commands  
							
							
							
						 
						
							2014-05-17 21:49:12 +04:00  
				
					
						
							
							
								 
						
							
								75b4c450d5 
								
							 
						 
						
							
							
								
								Add drush completion, init commit  
							
							
							
						 
						
							2014-05-16 14:12:30 +04:00  
				
					
						
							
							
								 
						
							
								7c23834890 
								
							 
						 
						
							
							
								
								Add watch completion  
							
							
							
						 
						
							2014-05-05 20:00:46 +02:00  
				
					
						
							
							
								 
						
							
								2822ce5c73 
								
							 
						 
						
							
							
								
								_vagrant plugin completion update  
							
							
							
						 
						
							2014-05-01 18:08:31 +02:00  
				
					
						
							
							
								 
						
							
								eac824a161 
								
							 
						 
						
							
							
								
								Use tpope's fork of the original _gem completion gist.  
							
							... 
							
							
							
							- Does not fail when you try to tab complete the first time.
- Seems to be much faster. 
							
						 
						
							2014-04-29 17:25:13 -07:00  
				
					
						
							
							
								 
						
							
								217c35e1fa 
								
							 
						 
						
							
							
								
								Update _ghc options to ghc 7.8  
							
							
							
						 
						
							2014-04-25 10:33:42 -04:00  
				
					
						
							
							
								 
						
							
								d34904f725 
								
							 
						 
						
							
							
								
								Update _cabal completion  
							
							... 
							
							
							
							Adds support for cabal-install-1.20 features:
  * new `cabal freeze` command
  * new `cabal exec` command
  * new options (e.g. `--allow-newer`) 
							
						 
						
							2014-04-20 19:53:03 +04:00  
				
					
						
							
							
								 
						
							
								ecd3631650 
								
							 
						 
						
							
							
								
								Add ghc, ghci, and ghc-pkg completion  
							
							
							
						 
						
							2014-04-15 10:34:46 -04:00  
				
					
						
							
							
								 
						
							
								dae8cb844a 
								
							 
						 
						
							
							
								
								Merge pull request  #220  from petere/kitchen-completion  
							
							... 
							
							
							
							Add kitchen completion 
							
						 
						
							2014-04-14 13:55:44 +02:00  
				
					
						
							
							
								 
						
							
								68046d83d7 
								
							 
						 
						
							
							
								
								Add kitchen completion  
							
							
							
						 
						
							2014-04-14 07:41:11 -04:00  
				
					
						
							
							
								 
						
							
								cf9135e1e6 
								
							 
						 
						
							
							
								
								Merge pull request  #214  from WoLpH/master  
							
							... 
							
							
							
							Added new version of zfs completion in sync with FreeBSD 10.0 man page 
							
						 
						
							2014-04-13 12:08:16 +02:00  
				
					
						
							
							
								 
						
							
								f12c638bd7 
								
							 
						 
						
							
							
								
								[Add] Envoy completion  
							
							
							
						 
						
							2014-04-13 10:53:49 +02:00  
				
					
						
							
							
								 
						
							
								6ef029c3cc 
								
							 
						 
						
							
							
								
								[Add] symfony/Console completion  
							
							
							
						 
						
							2014-04-13 10:53:21 +02:00  
				
					
						
							
							
								 
						
							
								7f813c193e 
								
							 
						 
						
							
							
								
								[Add] Artisan completion  
							
							
							
						 
						
							2014-04-13 10:53:00 +02:00  
				
					
						
							
							
								 
						
							
								1c18daf1d5 
								
							 
						 
						
							
							
								
								[Upg] Add copyright header and cleanp  
							
							
							
						 
						
							2014-04-13 10:51:23 +02:00  
				
					
						
							
							
								 
						
							
								818fe9c8e1 
								
							 
						 
						
							
							
								
								[Upg] Add copyright header and contextual command definition  
							
							
							
						 
						
							2014-04-13 10:46:39 +02:00  
				
					
						
							
							
								 
						
							
								468ae11b7d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:zsh-users/zsh-completions  
							
							
							
						 
						
							2014-04-13 10:33:44 +02:00  
				
					
						
							
							
								 
						
							
								d3fa6d9fb2 
								
							 
						 
						
							
							
								
								Update _zfs  
							
							
							
						 
						
							2014-04-13 00:57:07 +02:00  
				
					
						
							
							
								 
						
							
								0e553f729e 
								
							 
						 
						
							
							
								
								Merge pull request  #219  from lucapette/patch-1  
							
							... 
							
							
							
							Fix typo in _jekyll completion 
							
						 
						
							2014-04-12 13:09:52 +02:00  
				
					
						
							
							
								 
						
							
								0e6e4d5507 
								
							 
						 
						
							
							
								
								Merge pull request  #216  from wernight/master  
							
							... 
							
							
							
							Add VBoxManager modifyhd auto-complete. 
							
						 
						
							2014-04-12 13:08:36 +02:00  
				
					
						
							
							
								 
						
							
								0265542b64 
								
							 
						 
						
							
							
								
								Merge pull request  #203  from TimofeyTitovets/master  
							
							... 
							
							
							
							add completion for xinput and shutdown 
							
						 
						
							2014-04-12 13:07:43 +02:00  
				
					
						
							
							
								 
						
							
								4ab5826a5d 
								
							 
						 
						
							
							
								
								Merge pull request  #205  from arcan1s/patch-2  
							
							... 
							
							
							
							Update _yaourt 
							
						 
						
							2014-04-12 13:03:44 +02:00  
				
					
						
							
							
								 
						
							
								74ee44cb42 
								
							 
						 
						
							
							
								
								Merge pull request  #212  from IgorTimoshenko/feature/phing  
							
							... 
							
							
							
							Added completion script for Phing 
							
						 
						
							2014-04-12 13:03:11 +02:00  
				
					
						
							
							
								 
						
							
								6f79c98502 
								
							 
						 
						
							
							
								
								Merge pull request  #215  from zakkak/master  
							
							... 
							
							
							
							Add completion for pass (password-store) 
							
						 
						
							2014-04-12 13:01:05 +02:00  
				
					
						
							
							
								 
						
							
								a1fa7768a6 
								
							 
						 
						
							
							
								
								Merge pull request  #209  from sorin-ionescu/rename-attach-to-atach  
							
							... 
							
							
							
							Rename attach to atach 
							
						 
						
							2014-04-12 13:00:14 +02:00  
				
					
						
							
							
								 
						
							
								acff08bec8 
								
							 
						 
						
							
							
								
								Merge pull request  #211  from lukesteensen/patch-1  
							
							... 
							
							
							
							Add 'services' command to homebrew completion 
							
						 
						
							2014-04-12 12:59:49 +02:00  
				
					
						
							
							
								 
						
							
								6b0f09ddb2 
								
							 
						 
						
							
							
								
								Completion for ps command, for iw and a how-to guide for creating  
							
							... 
							
							
							
							completion files 
							
						 
						
							2014-04-12 12:53:41 +02:00  
				
					
						
							
							
								 
						
							
								deb6a6fa4e 
								
							 
						 
						
							
							
								
								Fix typo in _jekyll completion  
							
							... 
							
							
							
							As per subject 
							
						 
						
							2014-03-29 18:43:38 +01:00  
				
					
						
							
							
								 
						
							
								f64b1183a3 
								
							 
						 
						
							
							
								
								Added '_cmake' completions.  
							
							... 
							
							
							
							Original github repository: https://github.com/skroll/zsh-cmake-completion  
							
						 
						
							2014-03-27 22:21:43 -03:00  
				
					
						
							
							
								 
						
							
								48d1cb8e9c 
								
							 
						 
						
							
							
								
								Add VBoxManager modifyhd auto-complete.  
							
							
							
						 
						
							2014-03-22 14:25:56 +01:00  
				
					
						
							
							
								 
						
							
								545c7b6d6b 
								
							 
						 
						
							
							
								
								Add completion for pass (password-store)  
							
							... 
							
							
							
							This is a copy of https://github.com/zx2c4/password-store/blob/master/contrib/pass.zsh-completion  
							
						 
						
							2014-03-19 04:44:48 +02:00  
				
					
						
							
							
								 
						
							
								05483ab4c2 
								
							 
						 
						
							
							
								
								Added new version of zfs completion in sync with FreeBSD 10.0 man page  
							
							
							
						 
						
							2014-03-15 11:43:53 +01:00  
				
					
						
							
							
								 
						
							
								107bdaba20 
								
							 
						 
						
							
							
								
								Fix _eselect completion (to latest eselect syntax changes)  
							
							... 
							
							
							
							Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name> 
							
						 
						
							2014-02-23 03:23:58 +07:00  
				
					
						
							
							
								 
						
							
								d3e55a2c1a 
								
							 
						 
						
							
							
								
								Fixed typo  
							
							
							
						 
						
							2014-02-12 16:25:53 +00:00  
				
					
						
							
							
								 
						
							
								c0ebcbe56b 
								
							 
						 
						
							
							
								
								Added completion script for Phing  
							
							
							
						 
						
							2014-02-12 16:08:44 +00:00  
				
					
						
							
							
								 
						
							
								5edeb23f10 
								
							 
						 
						
							
							
								
								Add 'services' command to homebrew completion  
							
							
							
						 
						
							2014-02-11 21:22:44 -06:00  
				
					
						
							
							
								 
						
							
								74cd5edbf4 
								
							 
						 
						
							
							
								
								[Add] Glances completion  
							
							
							
						 
						
							2014-02-06 15:22:51 +01:00  
				
					
						
							
							
								 
						
							
								a4492f0f25 
								
							 
						 
						
							
							
								
								[Add] Enable composer completions  
							
							
							
						 
						
							2014-02-06 15:20:18 +01:00  
				
					
						
							
							
								 
						
							
								abc6dccadc 
								
							 
						 
						
							
							
								
								Rename attach to atach  
							
							
							
						 
						
							2014-01-28 18:35:27 -05:00  
				
					
						
							
							
								 
						
							
								7187ffd3b7 
								
							 
						 
						
							
							
								
								Update _yaourt  
							
							... 
							
							
							
							I have the next function in .zshrc:
      pacman () {
        /usr/bin/sudo /usr/bin/pacman $* && echo "$*" | grep -q "S\|R" && rehash
      }
And I have the next line in `/etc/yaourtrc`:
      PACMAN="/usr/bin/pacman"
But if I try to get autocomplite for `yaourt -Ss` (for example) it requires a sudo password. With this patch path to `pacman` (`PACMAN` variable) will be read from the configuration file and this command will not require the password.
It is a correct variant :) 
							
						 
						
							2014-01-08 14:54:56 +03:00  
				
					
						
							
							
								 
						
							
								2b6e045b24 
								
							 
						 
						
							
							
								
								add base completion for xinput  
							
							... 
							
							
							
							Completions for button and property 
							
						 
						
							2014-01-04 09:37:42 +02:00  
				
					
						
							
							
								 
						
							
								4bd7b7547f 
								
							 
						 
						
							
							
								
								add support for shutdown command  
							
							
							
						 
						
							2014-01-04 09:35:58 +02:00  
				
					
						
							
							
								 
						
							
								538ac13e48 
								
							 
						 
						
							
							
								
								added simple completion for exportfs  
							
							
							
						 
						
							2014-01-02 02:35:58 +02:00  
				
					
						
							
							
								 
						
							
								6d05992de1 
								
							 
						 
						
							
							
								
								Merge pull request  #193  from xuhdev/improve-brew-link  
							
							... 
							
							
							
							Improve the link command in _brew. 
							
						 
						
							2013-12-24 03:33:38 -08:00  
				
					
						
							
							
								 
						
							
								7bf946eba1 
								
							 
						 
						
							
							
								
								Fix vagrant vm name matching:  
							
							... 
							
							
							
							- escaping of single quotes
- match older vagrant files which uses keywords as vm names. 
							
						 
						
							2013-12-23 22:08:39 +02:00  
				
					
						
							
							
								 
						
							
								24ead6192e 
								
							 
						 
						
							
							
								
								Improve the link command in _brew.  
							
							
							
						 
						
							2013-12-16 12:30:13 -08:00  
				
					
						
							
							
								 
						
							
								6ea9474bae 
								
							 
						 
						
							
							
								
								improve manage.py completion  #188  
							
							
							
						 
						
							2013-11-23 21:24:41 +09:00  
				
					
						
							
							
								 
						
							
								3c3e6a653b 
								
							 
						 
						
							
							
								
								improved startproject sub-command for manage.py  #189  
							
							
							
						 
						
							2013-11-23 05:50:49 +09:00  
				
					
						
							
							
								 
						
							
								49d925054a 
								
							 
						 
						
							
							
								
								_manage.py support for startproject  
							
							... 
							
							
							
							Description from https://docs.djangoproject.com/en/dev/ref/django-admin/  
							
						 
						
							2013-11-22 20:44:23 +01:00  
				
					
						
							
							
								 
						
							
								2791693ece 
								
							 
						 
						
							
							
								
								Merge pull request  #183  from xuhdev/improve-brew  
							
							... 
							
							
							
							Improve homebrew completion. 
							
						 
						
							2013-11-19 11:45:42 -08:00  
				
					
						
							
							
								 
						
							
								270e7e102d 
								
							 
						 
						
							
							
								
								Merge pull request  #185  from benohara/master  
							
							... 
							
							
							
							Fix matching for vm names im Vagrant file when using dashes or underscor... 
							
						 
						
							2013-11-19 11:45:22 -08:00  
				
					
						
							
							
								 
						
							
								f46c990c40 
								
							 
						 
						
							
							
								
								Merge pull request  #150  from SiSGroup/dget  
							
							... 
							
							
							
							Add first draft of dget completion 
							
						 
						
							2013-11-19 11:44:59 -08:00  
				
					
						
							
							
								 
						
							
								85cf623d7e 
								
							 
						 
						
							
							
								
								Merge branch '_mpv'  
							
							
							
						 
						
							2013-11-15 13:07:36 +01:00  
				
					
						
							
							
								 
						
							
								35b5cf0152 
								
							 
						 
						
							
							
								
								_mpv: complete --profile  
							
							
							
						 
						
							2013-11-15 13:07:24 +01:00  
				
					
						
							
							
								 
						
							
								820772a839 
								
							 
						 
						
							
							
								
								_eselect: fix function existance checking.  
							
							... 
							
							
							
							Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name> 
							
						 
						
							2013-11-15 02:15:18 +07:00  
				
					
						
							
							
								 
						
							
								88b268e1a9 
								
							 
						 
						
							
							
								
								Merge branch '_mpv'  
							
							
							
						 
						
							2013-11-14 19:34:33 +01:00  
				
					
						
							
							
								 
						
							
								cb059a45ae 
								
							 
						 
						
							
							
								
								_mpv: simple parsing for complex parameters  
							
							
							
						 
						
							2013-11-14 19:33:13 +01:00  
				
					
						
							
							
								 
						
							
								fc1249fc78 
								
							 
						 
						
							
							
								
								_mpv: add credit notice  
							
							
							
						 
						
							2013-11-14 19:29:31 +01:00  
				
					
						
							
							
								 
						
							
								dba027f91a 
								
							 
						 
						
							
							
								
								_mpv: add show-advanced option, enable by default on --  
							
							
							
						 
						
							2013-11-14 19:27:48 +01:00  
				
					
						
							
							
								 
						
							
								6384a4ea3d 
								
							 
						 
						
							
							
								
								_mpv: more specialized parameter handling  
							
							
							
						 
						
							2013-11-14 18:48:22 +01:00  
				
					
						
							
							
								 
						
							
								cfc4738ad9 
								
							 
						 
						
							
							
								
								_mpv: fix --ao and --vo, ditch unused $state cases  
							
							
							
						 
						
							2013-11-14 17:19:09 +01:00  
				
					
						
							
							
								 
						
							
								78478451bb 
								
							 
						 
						
							
							
								
								_mpv: add suppressed option groups, and more work on parameter args  
							
							
							
						 
						
							2013-11-14 17:09:04 +01:00  
				
					
						
							
							
								 
						
							
								062a0734c3 
								
							 
						 
						
							
							
								
								_mpv: add parameter types  
							
							
							
						 
						
							2013-11-14 16:43:44 +01:00  
				
					
						
							
							
								 
						
							
								c2bf84027c 
								
							 
						 
						
							
							
								
								_mpv initial version  
							
							
							
						 
						
							2013-11-14 15:42:14 +01:00  
				
					
						
							
							
								 
						
							
								de603da79a 
								
							 
						 
						
							
							
								
								_eselect news function rewriten. NB: todo mark inside.  Fixes   #186  
							
							... 
							
							
							
							Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name> 
							
						 
						
							2013-11-12 01:00:44 +07:00  
				
					
						
							
							
								 
						
							
								0ad97c79dd 
								
							 
						 
						
							
							
								
								Fix missing redirect for no file  
							
							
							
						 
						
							2013-11-09 00:58:24 +10:00  
				
					
						
							
							
								 
						
							
								5524dac94d 
								
							 
						 
						
							
							
								
								_httpie: more _arguments updates  
							
							
							
						 
						
							2013-11-06 16:54:17 +01:00  
				
					
						
							
							
								 
						
							
								512b6357e1 
								
							 
						 
						
							
							
								
								_httpie: fix for -pH problem  
							
							
							
						 
						
							2013-11-06 16:54:15 +01:00  
				
					
						
							
							
								 
						
							
								dbd9c214fc 
								
							 
						 
						
							
							
								
								_httpie: use NORMARG for positioning  
							
							
							
						 
						
							2013-11-06 16:54:12 +01:00  
				
					
						
							
							
								 
						
							
								b94ba8198c 
								
							 
						 
						
							
							
								
								_httpie: improve _arguments definitions, add print flags  
							
							
							
						 
						
							2013-11-06 16:54:10 +01:00  
				
					
						
							
							
								 
						
							
								90be119649 
								
							 
						 
						
							
							
								
								_httpie: properly work with parameters  
							
							
							
						 
						
							2013-11-06 16:54:02 +01:00