aboutsummaryrefslogtreecommitdiff
path: root/Documentation/versionfilter.sh
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-04 15:12:36 -0700
committerpx4dev <px4@purgatory.org>2012-08-04 15:12:36 -0700
commit8a365179eafdf3aea98e60ab9f5882b200d4c759 (patch)
tree4f38d6d4cd80bd0b6e22e2bb534c3f117ce44e56 /Documentation/versionfilter.sh
downloadpx4-firmware-8a365179eafdf3aea98e60ab9f5882b200d4c759.tar.gz
px4-firmware-8a365179eafdf3aea98e60ab9f5882b200d4c759.tar.bz2
px4-firmware-8a365179eafdf3aea98e60ab9f5882b200d4c759.zip
Fresh import of the PX4 firmware sources.
Diffstat (limited to 'Documentation/versionfilter.sh')
-rw-r--r--Documentation/versionfilter.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/versionfilter.sh b/Documentation/versionfilter.sh
new file mode 100644
index 000000000..a887d8bc4
--- /dev/null
+++ b/Documentation/versionfilter.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+git log --pretty=format:"Last change: commit %h - %aN, %ar : %s" -1 $1 || echo no git \ No newline at end of file