mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-31 03:28:09 +08:00
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 |