Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/getver.sh: allow conversion between git hash and revision
Add code allowing easy conversion between git commit ids and revisions. Example: $ ./scripts/getver.sh r792 $ ./scripts/getver.sh r123 b7fc892 $ ./scrpts/getver.sh b7fc892 r123 Signed-off-by: Jonas Gorski <[email protected]>
- Loading branch information