Bug 2139379
Summary: | Rebase git to 2.39 version [rhel-9.2] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Ondřej Pohořelský <opohorel> |
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: | 9.2 | CC: | pasik, prathaku |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
.`git` rebased to version 2.39.1
The `Git` version control system has been updated to version 2.39.1, which provides bug fixes, enhancements, and performance improvements over the previously released version 2.31.
Notable enhancements include:
* The `git log` command now supports a format placeholder for the `git describe` output: `git log --format=%(describe)`
* The `git commit` command now supports the `--fixup<commit>` option which enables you to fix the content of the commit without changing the log message. With this update, you can also use:
** The `--fixup=amend:<commit>` option to change both the message and the content.
** The `--fixup=reword:<commit>` option to update only the commit message.
* You can use the new `--reject-shallow` option with the `git clone` command to disable cloning from a shallow repository.
* The `git branch` command now supports the `--recurse-submodules` option.
* You can now use the `git merge-tree` command to:
** Test if two branches can merge.
** Compute a tree that would result in the merge commit if the branches were merged.
* You can use the new `safe.bareRepository` configuration variable to filter out bare repositories.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 07:46:05 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ondřej Pohořelský
2022-11-02 10:57:48 UTC
*** Bug 2166848 has been marked as a duplicate of this bug. *** 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 (Moderate: git security and bug fix 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/RHSA-2023:2319 |