git-review/git_review
Clark Boylan b39c812e01 Fix get_git_version on OS X
Apparently Apple's `git --version` provides different output than
Linux's. Improve the version parsing by splitting on all whitespace and
taking the exact element that should be the version out of that rather
than relying on the version we want being a suffix of the command
output.

Story: 2010002
Change-Id: I40356ee81b98c1210de348e51335a20be48bec1d
2022-04-19 08:44:45 -07:00
..
tests Switch to unittest.mock 2022-03-08 16:13:27 +10:00
__init__.py Migrate to pbr. 2013-08-15 20:42:37 +00:00
cmd.py Fix get_git_version on OS X 2022-04-19 08:44:45 -07:00