A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/gitpython-developers/GitPython/commit/b27a89f683cda85ebd78243c055e876282df89ee below:

fix makefile to compare commit hashes only · gitpython-developers/GitPython@b27a89f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -29,7 +29,7 @@ changes_version="$(awk '/^[0-9]/ {print $0; exit}' "$changes_path")"

29 29

config_opts="$(printf ' -c versionsort.suffix=-%s' alpha beta pre rc RC)"

30 30

latest_tag="$(git $config_opts tag -l '[0-9]*' --sort=-v:refname | head -n1)"

31 31

head_sha="$(git rev-parse HEAD)"

32 -

latest_tag_sha="$(git rev-parse "$latest_tag")"

32 +

latest_tag_sha="$(git rev-parse "${latest_tag}^{commit}")"

33 33 34 34

# Display a table of all the current version, tag, and HEAD commit information.

35 35

echo $'\nThe VERSION must be the same in all locations, and so must the HEAD and tag SHA'

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4