We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f887294 commit dae1e55Copy full SHA for dae1e55
src/tools/git-external-diff
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
-# Parameters:
+# This script is used to produce git context diffs
4
+
5
+# Supplied parameters:
6
# $1 $2 $3 $4 $5 $6 $7
7
# path old-file old-hash old-mode new-file new-hash new-mode
8
# 'path' is the git-tree-relative path of the file being diff'ed
0 commit comments