Skip to content

Releases: fieryorc/gitprompt

Pre-release v0.1-beta.5

19 Jun 17:49
Compare
Choose a tag to compare
Pre-release

Create zipfile release.

Pre-release v0.1-beta.4

18 Jun 23:30
Compare
Choose a tag to compare
Pre-release

Fix following bugs:
1. Release directory handle after monitor is closed.
2. Ignore .git/.git\index.lock file changes and restart monitor.
3. Add newline in the logger messages
4. Dispose CDirectoryMonitor after receiving change notification.

Features:
1. Add watch for .git directory and workdirectory seperately if .git directory is in different place (submodules).

Pre-release v0.1-beta.3

17 Jun 22:18
Compare
Choose a tag to compare
Pre-release

Changes:
Now displays repository state (merge/rebase in progress etc)

Pre-release v0.1-beta.2

17 Jun 05:22
Compare
Choose a tag to compare
Pre-release

Couple of bug fixes to prevent crashing when getting status for bare directories.

USING WITH CMDER

  • Copy the dll/exe files to a directory
  • Make sure that %path% is updated to include the above directory
  • Copy the git.lua to the %cmder_root%\config\git.lua (overwrite existing one).

Pre-release v0.1-beta.1

16 Jun 20:31
Compare
Choose a tag to compare
Pre-release

First release of gitprompt.

USING WITH CMDER

  • Copy the dll/exe files to a directory
  • Make sure that %path% is updated to include the above directory
  • Copy the git.lua to the %cmder_root%\config\git.lua (overwrite existing one).