mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	Mikael Magnusson: 23991: fix typo in __git_blobs().
This commit is contained in:
		
							parent
							
								
									560da971cc
								
							
						
					
					
						commit
						8eeb27e0e6
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -1,5 +1,8 @@ | |||
| 2007-10-18  Clint Adams  <clint@zsh.org> | ||||
| 
 | ||||
| 	* Mikael Magnusson: 23991: Completion/Unix/Command/_git: fix | ||||
| 	typo in __git_blobs(). | ||||
| 
 | ||||
| 	* Mikael Magnusson: 23988: Completion/Unix/Command/_git: fix | ||||
| 	git-svn commands completion. | ||||
| 
 | ||||
|  |  | |||
|  | @ -2570,7 +2570,7 @@ __git_tree_ishs () { | |||
| 
 | ||||
| (( $+functions[__git_blobs] )) || | ||||
| __git_blobs () { | ||||
|   _git_guard $* "[[:xdigit:]]#" 'blob id' | ||||
|   __git_guard $* "[[:xdigit:]]#" 'blob id' | ||||
| } | ||||
| 
 | ||||
| (( $+functions[__git_stages] )) || | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue