mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Make batdiff more portable
This commit is contained in:
		| @@ -163,7 +163,7 @@ git show v0.6.0:src/main.rs | bat -l rs | ||||
| 볼 수 있습니다: | ||||
| ```bash | ||||
| batdiff() { | ||||
|     git diff --name-only --diff-filter=d -z | xargs --null bat --diff | ||||
|     git diff --name-only --relative --diff-filter=d -z | xargs -0 bat --diff | ||||
| } | ||||
| ``` | ||||
| 이것을 별도의 도구로 쓰고 싶다면 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user