mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add comment to tools/git-external-diff.
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
#!/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
|
||||||
|
Reference in New Issue
Block a user