Bug 1825114
| Summary: | Rebase git to 2.27 version | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Honza Horak <hhorak> |
| Component: | git | Assignee: | Ondřej Pohořelský <opohorel> |
| Status: | CLOSED ERRATA | QA Contact: | Lukáš Zachar <lzachar> |
| Severity: | unspecified | Docs Contact: | Lenka Špačková <lkuprova> |
| Priority: | unspecified | ||
| Version: | 8.3 | CC: | carl, jkejda, lkuprova, opohorel, pasik, pcahyna, pdwyer, vondruch |
| Target Milestone: | rc | Keywords: | FutureFeature, Rebase |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
.`git` rebased to version 2.27
The `git` packages have been upgraded to upstream version 2.27. Notable changes over the previously available version 2.18 include:
* The `git checkout` command has been split into two separate commands:
+
** `git switch` for managing branches
** `git restore` for managing changes within the directory tree
+
* The behavior of the `git rebase` command is now based on the `merge` workflow by default rather than the previous `patch+apply` workflow. To preserve the previous behavior, set the `rebase.backend` configuration variable to `apply`.
* The `git difftool` command can now be used also outside a repository.
* Four new configuration variables, `{author,committer}.{name,email}`, have been introduced to override `user.{name,email}` in more specific cases.
* Several new options have been added that enable users to configure SSL for communication with proxies.
* Handling of commits with log messages in non-UTF-8 character encoding has been improved in the `git fast-export` and `git fast-import` utilities.
* The `lfs` extension has been added as a new `git-lfs` package. Git Large File Storage (LFS) replaces large files with text pointers inside `Git` and stores the file contents on a remote server.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 03:32:44 UTC | Type: | Epic |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Honza Horak
2020-04-17 06:22:20 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (git bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:4745 |