DOOMer / screengrab

Crossplatform tool for fast making screenshots.
http://screengrab.doomer.org/
GNU General Public License v2.0
23 stars 8 forks source link

git tag the relevant commits #32

Closed jleclanche closed 10 years ago

jleclanche commented 10 years ago

Can you git tag the recent commits?

Specifically:

ebdb34732cf94862e5fe1cb8f02eff01a5e24755 1.0 06c8d5dbbf69c7bc88597d412ea510d41b5edf50 0.9.96

DOOMer commented 10 years ago

This commits is already tagged. GitHub made auto "releases" based on them. https://github.com/DOOMer/screengrab/releases

jleclanche commented 10 years ago

Confusing. Why does git describe --always give me "0.8.88-242-g4956fb5"?

DOOMer commented 10 years ago

i don't know, git describe --always give me this version too :(

jleclanche commented 10 years ago

Ah, according to #git, the tags need to be annotated in order to work for git describe. Annotating them would work, otherwise ill use --tags. :)

DOOMer commented 10 years ago

Oops. I wrong created the tags. I recreated it, now all must be ok.

jleclanche commented 10 years ago

Yep, thanks!