4852dad71e
dependencies: Update serde to 1.0.144
2022-08-29 20:05:40 +02:00
0746be904a
Merge branch 'develop'
v0.7.6
2022-07-21 20:05:57 +02:00
53c2ee404c
Release v0.7.6
2022-07-21 20:05:57 +02:00
bd694c3f7d
just: Add pushall target for easier releases
2022-07-21 20:05:22 +02:00
95e9fcbffe
Cargo.lock: Updating pin-project v1.0.10 -> v1.0.11
2022-07-21 19:49:53 +02:00
98665a3231
Cargo.lock: Updating openssl-sys v0.9.74 -> v0.9.75
2022-07-21 19:49:48 +02:00
7a51ad135f
Cargo.lock: Updating rustversion v1.0.7 -> v1.0.8
2022-07-21 19:49:46 +02:00
e386935bc7
Cargo.lock: Updating bytes v1.1.0 -> v1.2.0
2022-07-21 19:49:44 +02:00
c62562e6f0
dependencies: Update serde_yaml to 0.8.26
2022-07-21 19:49:43 +02:00
00e37996b7
dependencies: Update regex to 1.6.0
2022-07-21 19:49:43 +02:00
a7e2c61984
dependencies: Update clap to 3.2.14
2022-07-21 19:49:43 +02:00
58919b2d58
dependencies: Update serde to 1.0.140
2022-07-21 19:49:42 +02:00
dd36eb886f
Merge pull request #42 from hakoerber/dependabot/cargo/openssl-src-111.22.01.1.1q
...
build(deps): bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q
2022-07-07 08:01:05 +02:00
dependabot[bot]
d2e01db0ae
build(deps): bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q
...
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs ) from 111.21.0+1.1.1p to 111.22.0+1.1.1q.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases )
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits )
---
updated-dependencies:
- dependency-name: openssl-src
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-07 05:55:19 +00:00
bfd7b01ea4
Use en_US for spelling
2022-06-30 20:33:51 +02:00
da7a499da0
Merge branch 'develop'
v0.7.5
2022-06-30 20:26:24 +02:00
64965c32dd
Release v0.7.5
2022-06-30 20:26:24 +02:00
3207bdfdfb
Add wait helper to Justfile
2022-06-30 20:02:36 +02:00
d8dd604174
Use safer method to remove empty directory
2022-06-30 19:59:46 +02:00
7ca9459675
Update release script to not run "just check"
2022-06-30 19:58:04 +02:00
989b0cdcce
e2e: Refactor worktree delete removal tests
2022-06-30 19:56:29 +02:00
64d8397092
Remove debug output
2022-06-30 19:56:22 +02:00
a1b054a672
e2e: Fix method name
2022-06-30 19:56:22 +02:00
193c96c5aa
e2e: Check for stdout on "worktree delete"
2022-06-30 19:56:22 +02:00
ee973432be
Update documentation
2022-06-30 19:34:07 +02:00
38d0252101
dependencies: Update clap to 3.2.8
2022-06-30 19:17:19 +02:00
280048264e
Cargo.lock: Updating smallvec v1.8.1 -> v1.9.0
2022-06-30 19:08:03 +02:00
129111273d
Add Justfile target for release
2022-06-30 19:08:03 +02:00
d62a19d741
Do not update dependencies on each release
2022-06-30 19:08:03 +02:00
e34a6243c0
Add pretection against accidential 1.0 release
2022-06-30 19:08:03 +02:00
4464bb607b
Fix usage output of release.sh
2022-06-30 19:08:03 +02:00
48fa888f9b
Print each unmanaged repo only once
2022-06-30 19:08:03 +02:00
b4eafd0b41
Merge branch 'develop'
v0.7.4
2022-06-29 23:58:31 +02:00
fa83063c61
Release v0.7.4
2022-06-29 23:58:31 +02:00
7d8fbb844e
Properly handle deletion of nested worktrees
2022-06-29 23:40:23 +02:00
494c6ecb3e
Cargo.lock: Updating linked-hash-map v0.5.4 -> v0.5.6
2022-06-29 23:36:50 +02:00
91a37cb12d
Cargo.lock: Updating smallvec v1.8.0 -> v1.8.1
2022-06-29 23:36:46 +02:00
4e21a3daad
dependencies: Update serde_json to 1.0.82
2022-06-29 23:34:55 +02:00
0e9c8d0c01
dependencies: Update clap to 3.2.7
2022-06-29 23:34:55 +02:00
512de5e187
e2e: Reduce number of tests by removing redundant ones
2022-06-29 22:47:04 +02:00
f027191896
Update worktree handling
...
That's a big one, see the module-level comment for details.
2022-06-23 19:21:05 +02:00
ee44fa40fd
Add method to get owned commit of branch
2022-06-23 19:21:05 +02:00
e78dcf471a
Print warning when giving --track and --no-track
2022-06-23 19:21:05 +02:00
056480f65a
e2e: Update test for worktree adding
2022-06-23 19:21:05 +02:00
3eabc0e8f8
e2e: Update test for invalid remote name
2022-06-23 19:21:05 +02:00
d7ab3c4d6b
e2e: Remove unnecessary output
2022-06-23 19:21:05 +02:00
09ce9f043e
e2e: Add test case for invalid tracks
2022-06-23 19:21:05 +02:00
eac22148c5
e2e: Move invalid subdirectory test
2022-06-23 19:21:05 +02:00
92ec2e1a2d
e2e: Test worktree names with whitespace
2022-06-23 19:21:05 +02:00
88961e1c6b
e2e: Add caching to git repositories
...
It's very expensive to create new repositories from scratch. To avoid
this, a new repo & remotes are only created if necessary (depending on a
cache key given on request). If not created, they are simply copied from
a stored, clean repository / remote.
2022-06-23 19:21:05 +02:00