forked from Archive/PX4-Autopilot
2 lines
95 B
Bash
2 lines
95 B
Bash
|
#!/bin/sh
|
||
|
git log --pretty=format:"Last change: commit %h - %aN, %ar : %s" -1 $1 || echo no git
|