summaryrefslogtreecommitdiff
path: root/absurd
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2020-02-01 21:04:56 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2020-02-01 21:04:56 +0000
commitece5816db28a48e097d99da1bfaf4d853726b851 (patch)
tree33bd6360f6ca54dfb28280cec8f97aec30b5ee6c /absurd
parent524d221c7e3b70db546be01d4929a1e9a56e14b7 (diff)
dgit: absurd: Provide a way for absurd git to print warnings
The file ../../absurd-apply-warnings is dumped to dgit's stderr. Nothing writes to it yet, so no overall functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'absurd')
-rwxr-xr-xabsurd/git2
1 files changed, 2 insertions, 0 deletions
diff --git a/absurd/git b/absurd/git
index 0f562b5..cab0320 100755
--- a/absurd/git
+++ b/absurd/git
@@ -7,6 +7,8 @@ case "$DGIT_ABSURD_DEBUG" in
*) exec 3>>../../gbp-pq-output 2>&3 ;;
esac
+exec 4>>../../absurd-apply-warnings
+
log () {
echo >&3 "DGIT ABSURD GIT APPLY (DEBUG) $*"
echo >&2 "DGIT ABSURD GIT APPLY (STDERR) $*"