Skip to content

Tags: jmalloc/grit

Tags

0.7.6

Toggle 0.7.6's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.7.6

- **[IMPROVED]** Use local Git information instead of an HTTP probe to determine
  if a branch has been pushed to the remote, as the HTTP probe would fail for
  private repositories.

0.7.5

Toggle 0.7.5's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.7.5

- **[IMPROVED]** `grit browse` (aka `open`) now checks if the remote URL exists
  before opening the tree view. If it does not it opens the repository's "root"
  page instead. This prevents opening a 404 page when the current branch has not
  yet been pushed to `origin`.

0.7.4

Toggle 0.7.4's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.7.4

- **[IMPROVED]** `grit open` (aka `browse`) now opens the GitHub tree view for
  the current branch, tag or hash, instead of always showing the default branch.

0.7.3

Toggle 0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.7.3

- The `default-branch` configuration setting now defaults to `main`
- **[FIX]** Fix bug with `grit index scan` that prevented any on-disk clones from being recognized

0.7.2

Toggle 0.7.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.7.2

- **[NEW]** Introduce ARM 64 builds for Darwin and Linux, adding Apple Silicon M1 support

0.7.1

Toggle 0.7.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.7.1

- **[IMPROVED]** Automatically populate version string during build process

0.7.0

Toggle 0.7.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.7.0

- **[FIX]** Fix issue that prevented cloning empty repositories
- **[FIX]** Fix issue where the default branch was added to `.git/config` twice
- **[BC]** Remove `source` sub-command
- **[BC]** Remove `--golang` flag from the `clone` sub-command
- **[BC]** Remove `--golang` flag from the `mv` sub-command
- **[BC]** Remove `--golang` flag from the `set-url` sub-command

0.6.10

Toggle 0.6.10's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 0.6.10

- **[FIX]** Fix "invalid capabilities" error when cloning from GitHub

0.6.9

Toggle 0.6.9's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.6.9

- **[IMPROVED]** Interactive clone directory prompts now order the options by their distance from the current working directory
- **[IMPROVED]** Interactive clone directory prompts now indicate if one of the options is the current working directory
- **[IMPROVED]** Add `open` as an alias for the `browse` command
- **[FIX]** Naive support for multiple `$GOPATH` directories (grit always used the first one in the list)

0.6.8

Toggle 0.6.8's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 0.6.8

- **[FIX]** Fix CLI output bug introduced in 0.6.7