Skip to content

Commit dae1e55

Browse files
committed
Add comment to tools/git-external-diff.
1 parent f887294 commit dae1e55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/git-external-diff

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
# Parameters:
3+
# This script is used to produce git context diffs
4+
5+
# Supplied parameters:
46
# $1 $2 $3 $4 $5 $6 $7
57
# path old-file old-hash old-mode new-file new-hash new-mode
68
# 'path' is the git-tree-relative path of the file being diff'ed

0 commit comments

Comments
 (0)