Commit dae1e554 authored by Bruce Momjian's avatar Bruce Momjian

Add comment to tools/git-external-diff.

parent f887294c
#!/bin/bash #!/bin/bash
# Parameters: # This script is used to produce git context diffs
# Supplied parameters:
# $1 $2 $3 $4 $5 $6 $7 # $1 $2 $3 $4 $5 $6 $7
# path old-file old-hash old-mode new-file new-hash new-mode # path old-file old-hash old-mode new-file new-hash new-mode
# 'path' is the git-tree-relative path of the file being diff'ed # 'path' is the git-tree-relative path of the file being diff'ed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment