Skip to content

Releases: wieczorek1990/gitl

Range completions

07 Jan 12:10
Compare
Choose a tag to compare

This release adds range completions e.g. master..feature/abcd-efgh.

This release also adds formatting script.

Multiple commands fix release

03 Jul 14:26
Compare
Choose a tag to compare

This release fixes behavior of splitting input data with str.split by semicolon.
Now it is possible to write commands in such manner: `status; commit -am 'Fixes this; fixes that'. (notice the semicolon in commit message).

Refactor realese

09 Jun 06:47
Compare
Choose a tag to compare

Some small changes to keep the good style.

Change in Makefile

12 Aug 06:56
Compare
Choose a tag to compare

Change requested by OZON.

1.2.2.5

05 Mar 14:01
Compare
Choose a tag to compare
Add ignoring empty command

Working interrupt catching

22 Feb 18:07
Compare
Choose a tag to compare
1.2.1.4

Update Makefile

1.0.0.0

25 Aug 07:07
Compare
Choose a tag to compare

Ready.

Versioning my : 1 :: stable, 0 :: feature, 0 :: fix, 0 :: (commit number) - 1