Skip to content

Commit 2da64c1

Browse files
committed
Polish NEWS
1 parent d28568b commit 2da64c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

NEWS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ Git/GitHub credential management is covered in a new article:
2727

2828
The main user-facing changes in usethis are:
2929

30-
* usethis should be able to work with any GitHub deployment. While github.com is the default, GitHub Enterprise deployments should be fully supported.
31-
* The target GitHub host is determined from the current project's configured GitHub remotes, whenever possible.
32-
* gert and gh should be able to discover the right token for each host.
30+
* usethis should discover and use the same credentials as command line Git.
31+
* usethis should be able to work with any GitHub deployment. While github.com is the default, GitHub Enterprise deployments are fully supported. The target GitHub host is determined from the current project's configured GitHub remotes, whenever possible.
3332

3433
As a result, several functions are deprecated and several other functions have some deprecated arguments.
3534

@@ -45,7 +44,7 @@ As a result, several functions are deprecated and several other functions have s
4544
- `use_tidy_labels()` (`repo_spec`, `host`, `auth_token`)
4645
- `use_github_release()` (`host`, `auth_token`)
4746

48-
The switch to gert + credentials should eliminate most credential-finding fiascos, but if you want to learn more, see the [introductory vignette](https://docs.ropensci.org/credentials/articles/intro.html) for the credentials package. Gert also takes a different approach to wrapping libgit2, the underlying C library that does Git operations. The result is more consistent support for SSH and TLS, across all operating systems, without requiring special effort at install time. More users should enjoy Git remote operations that "just work", for both SSH and HTTPS remotes. There should be fewer "unsupported protocol" errors.
47+
The switch to gert + credentials should eliminate most credential-finding fiascos. Gert also takes a different approach to wrapping libgit2, the underlying C library that does Git operations. The result is more consistent support for SSH and TLS, across all operating systems, without requiring special effort at install time. More users should enjoy Git remote operations that "just work", for both SSH and HTTPS remotes. There should be fewer "unsupported protocol" errors.
4948

5049
## GitHub remote configuration
5150

0 commit comments

Comments
 (0)