9 matches found
[SECURITY] Fedora 42 Update: rust-git-interactive-rebase-tool-2.4.1-15.fc42
Full-featured terminal-based sequence editor for Git interactive rebase...
[SECURITY] Fedora 43 Update: rust-git-interactive-rebase-tool-2.4.1-15.fc43
Full-featured terminal-based sequence editor for Git interactive rebase...
Fedora: Security Advisory (FEDORA-2025-3b4c75f23c)
The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...
[SECURITY] Fedora 42 Update: rust-git-interactive-rebase-tool-2.4.1-9.fc42
Full-featured terminal-based sequence editor for Git interactive rebase...
Fedora 42 : rust-git-interactive-rebase-tool (2025-da9b58be96)
The remote Fedora 42 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-da9b58be96 advisory. Rebuild for CVE-2024-12224, CVE-2025-4574 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note tha...
[SECURITY] Fedora 41 Update: rust-git-interactive-rebase-tool-2.4.1-9.fc41
Full-featured terminal-based sequence editor for Git interactive rebase...
Fedora: Security Advisory (FEDORA-2025-26640e9e35)
The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...
Fedora 43 : rust-git-interactive-rebase-tool (2025-3b4c75f23c)
The remote Fedora 43 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-3b4c75f23c advisory. Automatic update for rust-git-interactive-rebase-tool-2.4.1-9.fc43. Changelog Sun Jun 8 2025 Benjamin Gilbert - 2.4.1-9 - Rebuild for CVE-2024-12224...
git fixup: --amend for older commits
Everyone knows and loves to use git commit --amend to change the latest commit. But what if you want to correct a older commit? The flow in that case involves an interactive rebase with a edit step. But that's kludgy. Here's an alias that using a couple of nifty git features makes it one command...