aboutsummaryrefslogtreecommitdiff
path: root/utility/git_log.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utility/git_log.sh')
-rwxr-xr-xutility/git_log.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/utility/git_log.sh b/utility/git_log.sh
deleted file mode 100755
index 4d00552..0000000
--- a/utility/git_log.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-format="<commit hash=\"%h\"><date>%cd</date><message><![CDATA[# %B]]></message></commit>"
-
- git --no-pager -C $1 log -n $2 --date=iso --pretty=tformat:"$format" \
-| tidy --input-xml yes --escape-cdata true --wrap 0 \
-| sed -e 's~^\([\*]\)\{3\}~\t\t\*~g' -e 's~^\([\*]\)\{2\}~\t\*~g'