diff options
author | Michael Kuhn <suraia@ikkoku.de> | 2018-12-19 23:33:58 +0100 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-12-19 14:33:58 -0800 |
commit | 67ab73d3819e46d15de45bc824d73efc3626d3bd (patch) | |
tree | 7dd924b7057dc070b7dca8d9ea094d8510d6cf27 /LICENSE-MIT | |
parent | 5f3d9a40765b875540823cbc5935fdb0d05b1d74 (diff) | |
download | spack-67ab73d3819e46d15de45bc824d73efc3626d3bd.tar.gz spack-67ab73d3819e46d15de45bc824d73efc3626d3bd.tar.bz2 spack-67ab73d3819e46d15de45bc824d73efc3626d3bd.tar.xz spack-67ab73d3819e46d15de45bc824d73efc3626d3bd.zip |
fetch_strategy: improve GitFetchStrategy (#10153)
Currently, only the Git repsository's URL shows up in the `spack info`
output, which makes it hard to distinguish different versions:
```
Safe versions:
develop [git] https://github.com/LLNL/H5Z-ZFP.git
0.8.0 [git] https://github.com/LLNL/H5Z-ZFP.git
0.7.0 [git] https://github.com/LLNL/H5Z-ZFP.git
```
This change adds additional information as shown when cloning a Git
repository:
```
Safe versions:
develop [git] https://github.com/LLNL/H5Z-ZFP.git on branch master
0.8.0 [git] https://github.com/LLNL/H5Z-ZFP.git at commit af165c4
0.7.0 [git] https://github.com/LLNL/H5Z-ZFP.git at commit 58ac811
```
Diffstat (limited to 'LICENSE-MIT')
0 files changed, 0 insertions, 0 deletions