Thanks to visit codestin.com
Credit goes to github.com

Skip to content

git-commands 0.6.0

Pre-release
Pre-release

Choose a tag to compare

@Brickster Brickster released this 14 Jan 16:16
· 226 commits to main since this release

Added

  • git-tuck options --dry-run and --color #67
  • git-reindex for re-adding already indexed files to the index
  • -u|--upstream option to changes associate #81
  • git-state extension configuration for options #84
  • git-state extension configuration for showing #85
  • git-state flags for showing/not showing custom extensions #87
  • git-state extension configuration for coloring #88
  • git-state option to never page output #76
  • -d|--dry-run option to changes unassociate #71

Changed

  • Boolean flags only parse using git-config supported values #90

Removed

  • The branches, log, reflog, and stashes built-in extensions were removed in favor of defining them using custom extensions #83

Fixed

  • git-changes reporting ambiguous refs as not being a valid commit #58
  • git-changes options --help and --version not working in non-git repositories #60
  • git-changes printing an incorrect error message when using --remote without an upstream branch #61
  • git-tuck not preserving index changes #62
  • git-tuck attempting to run in a non-git repository #66
  • git-snapshot not preserving restoring index changes #64
  • git-upstream not working for empty/new repositories #72
  • git-restash printing a misleading message when no stashes exist #75
  • git-changes leaving empty sections when unassociating #78
  • git-state status not respecting color options
  • git-changes not working for --count option #77
  • git-changes not working for empty/new repositories #74
  • Documentation issues #59 #86