[Reproducible-commits] [misc] 01/01: reports: history: show "status" in column heading instead of replace-expression
Ximin Luo
infinity0 at debian.org
Tue Aug 9 00:12:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository misc.
commit 6483074c196a65a7cdfa2b2dbe542773ee3c8c38
Author: Ximin Luo <infinity0 at debian.org>
Date: Tue Aug 9 02:12:22 2016 +0200
reports: history: show "status" in column heading instead of replace-expression
---
reports/bin/history | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reports/bin/history b/reports/bin/history
index b561cac..d74c7ab 100755
--- a/reports/bin/history
+++ b/reports/bin/history
@@ -67,7 +67,7 @@ else
'FTBFS', X'1B'||'[31mFTBFS'||X'1B'||'[0m'),\
'unrepr', X'1B'||'[91munrepr'||X'1B'||'[0m'),\
'depwai', X'1B'||'[93mdepwai'||X'1B'||'[0m'),\
- 'reprod', X'1B'||'[92mreprod'||X'1B'||'[0m')"
+ 'reprod', X'1B'||'[92mreprod'||X'1B'||'[0m') AS status"
swidth="15" # 6 + number of escape chars
else
status="status"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list