Skip to content

Commit

Permalink
changelog: clarify the "garden grow" behavior in v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Mar 21, 2024
1 parent 588a312 commit 382425b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Previously, branches associated with non-default remotes could not be created un
they were fetched beforehand. `garden grow` will now fetch the associated remote
before creating the local branch.

- `garden grow` now detects empty tree directories (e.g. the directories when using
Git submodules) and will remove empty directories before cloning a repository into
the same location.
- `garden grow` now detects empty directories (e.g. the directories that are created
when using uninitialized Git submodules) and will properly clone into the empty directories
instead of treating them like an already-grown tree.
([#30](https://github.com/davvid/garden/pull/30))

**Development**:
Expand Down

0 comments on commit 382425b

Please sign in to comment.