1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-03-04 21:09:13 +00:00

6 lines
102 B
Bash
Raw Normal View History

#!/bin/bash
git log --date=iso \
--pretty=format:"%h%x09%an%x09%ad%x09%s" \
$@ > commits.tab.txt