1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-16 03:25:02 +00:00
2018-02-08 08:47:11 -06:00

6 lines
102 B
Bash

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