mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
8 lines
198 B
Bash
Executable file
8 lines
198 B
Bash
Executable file
#!/bin/sh
|
|
|
|
line="---------------------------------------------------"
|
|
|
|
git log --no-merges --decorate -M --stat --pretty=format:"$line%n%ai %an <%ae>%d%n%n%s%n%n%b" |
|
|
uniq | fold -s
|
|
echo
|
|
echo $line
|