Skip to content

Releases: CabbageDevelopment/gitprof

Release list

v1.1.1

Choose a tag to compare

@TheGreatCabbage TheGreatCabbage released this 18 Apr 09:31

This release allows you to omit the .git in Git URLs. For example, both of the following commands are now valid, whereas only the first was valid in previous releases:

  1. gitprof clone git@github.com:CabbageDevelopment/gitprof.git
  2. gitprof clone git@github.com:CabbageDevelopment/gitprof

v1.1.0

Choose a tag to compare

@TheGreatCabbage TheGreatCabbage released this 06 Feb 16:21

Previously, while cloning, all command-line output would be hidden until the clone had completely finished. When cloning a large repository, this was a poor user experience.

In this release, gitprof shows the git clone progress live as the clone takes place.