File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88### Changed
99
10+ ## [ 1.2.0] - 2021-03-13
11+ ### Added
12+ - Respect branch name in repository URL (#8 )
13+
1014## [ 1.1.0] - 2019-03-27
1115### Added
1216- Add entry point script for docker containers #1
@@ -19,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923### Added
2024- Initial release.
2125
22- [ Unreleased ] : https://github.com/znerol/git-gau/compare/v1.1.0...HEAD
26+ [ Unreleased ] : https://github.com/znerol/git-gau/compare/v1.2.0...HEAD
27+ [ 1.2.0 ] : https://github.com/znerol/git-gau/compare/v1.1.0...v1.2.0
2328[ 1.1.0 ] : https://github.com/znerol/git-gau/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 33A collection of custom git commands which make it easier to create bots which
44commit and push changes automatically.
55
6- [ ![ Build Status] ( https://travis-ci.org /znerol/git-gau.svg?branch=master )] ( https://travis-ci.org /znerol/git-gau )
6+ [ ![ Build Status] ( https://travis-ci.com /znerol/git-gau.svg?branch=develop )] ( https://travis-ci.com /znerol/git-gau )
77
88## INSTALL
99
Original file line number Diff line number Diff line change 1- FROM alpine:latest
1+ FROM alpine:3.13
22
33RUN apk update && apk upgrade && \
44 apk add --no-cache bash git openssh tini
You can’t perform that action at this time.
0 commit comments