update
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
user.conf
 | 
			
		||||
							
								
								
									
										15
									
								
								config
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								config
									
									
									
									
									
								
							@@ -1,6 +1,5 @@
 | 
			
		||||
[user]
 | 
			
		||||
	name         = Andrey Astafyev
 | 
			
		||||
	email        = dev@246060.ru
 | 
			
		||||
[include]
 | 
			
		||||
	path         = user.conf
 | 
			
		||||
 | 
			
		||||
[core]
 | 
			
		||||
	editor       = vim
 | 
			
		||||
@@ -100,11 +99,11 @@
 | 
			
		||||
	track        = update-index --no-assume-unchanged
 | 
			
		||||
	ls-untrack   = !git ls-files -v | grep '^h'
 | 
			
		||||
 | 
			
		||||
	rm-submodule = " git rm --cached $1 && \
 | 
			
		||||
	                 rm -rf $1 && \
 | 
			
		||||
	                 rm -rf .git/modules/$1 && \
 | 
			
		||||
	                 git config -f .gitmodules --remove-section submodule.$1 && \
 | 
			
		||||
	                 git config -f .git/config --remove-section submodule.$1 "
 | 
			
		||||
	rm-submodule = "!f() { git rm --cached $1 && \
 | 
			
		||||
	                       rm -rf $1 && \
 | 
			
		||||
	                       rm -rf .git/modules/$1 && \
 | 
			
		||||
	                       git config -f .gitmodules --remove-section submodule.$1 && \
 | 
			
		||||
	                       git config -f .git/config --remove-section submodule.$1; }; f"
 | 
			
		||||
 | 
			
		||||
[diff]
 | 
			
		||||
	renames      = copy
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user