FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
public-bash-scripts/git-scripts/git-diff-wrapper.sh at master · ryanoasis/public-bash-scripts · GitHub
ryanoasis
/
public-bash-scripts
Public
Notifications
You must be signed in to change notification settings
Fork
80
Star
203
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
public-bash-scripts
/
git-scripts
/
git-diff-wrapper.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 299 Bytes
Breadcrumbs
public-bash-scripts
/
git-scripts
/
git-diff-wrapper.sh
Copy path
File metadata and controls
8 lines (6 loc) · 299 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/sh
#
diff is called by git with 7 parameters:
#
path old-file old-hex old-mode new-file new-hex new-mode
"
C:/Program Files/SourceGear/Common/DiffMerge/sgdm.exe
"
"
$2
"
"
$5
"
|
cat
#
"C:/Program Files/WinMerge/WinMergeU.exe" "$2" "$5" | cat
#
"C:/Program Files/KDiff3/kdiff3.exe" "$2" "$5" | cat
Back
|
FazBrowse Home
|
New Git URL