mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Disable git diff pagination
This commit is contained in:
parent
537692c1e3
commit
0befdb8a35
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ check_for_script_update() {
|
|||
if ! git diff ORIG_HEAD HEAD --exit-code -- "$fullpath" >/dev/null
|
||||
then
|
||||
echo "ATTENTION: $1 has changed:"
|
||||
git diff ORIG_HEAD HEAD -- "$fullpath"
|
||||
git --no-pager diff ORIG_HEAD HEAD -- "$fullpath"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue