Skip to content

Releases: ezekg/git-hound

1.0.0

29 Sep 17:34
Compare
Choose a tag to compare
  • Migrate from glide to go mod for dependencies
  • Bump version to 1.0

0.6.2

21 Dec 19:03
Compare
Choose a tag to compare

Changes

  • Fix a time parsing issue in go-diff introduced with the release of Git v2.14, which I guess has a different timestamp format (or something). Git v2.15.1 ships with macOS High Sierra, so this was also an issue there. I updated go-diff to latest, which included a fix.

0.6.1

05 Jan 23:04
Compare
Choose a tag to compare

Changes

  • Add support for manually piping in diffs via git log -p | git hound sniff.

0.6.0

05 Jan 21:21
Compare
Choose a tag to compare

Changes

  • Migrate to PCRE regexp package to support lookaheads/lookbehinds and other goodies.
  • Add git-hound sniff command to sniff history.
  • Update vendoring to use Glide.
  • Update build to use gox.

0.5.3

26 Apr 14:01
Compare
Choose a tag to compare
fail when config contains invalid yaml

0.5.2

20 Apr 23:26
Compare
Choose a tag to compare
add section about building git-hound

0.5.1

25 Nov 14:39
Compare
Choose a tag to compare
add cache for regexp compilation

0.5.0

24 Nov 21:44
Compare
Choose a tag to compare
refactor to better separate responsibilities

0.4.2

23 Nov 18:36
Compare
Choose a tag to compare
handle invalid regex patterns. close #2

0.4.1

23 Nov 17:26
Compare
Choose a tag to compare
style fix