[ ソース: rust-git-absorb ]
パッケージ: git-absorb (0.6.6-2 など)
git-absorb に関するリンク
Debian の資源:
rust-git-absorb ソースパッケージをダウンロード:
- [rust-git-absorb_0.6.6-2.dsc]
- [rust-git-absorb_0.6.6.orig.tar.gz]
- [rust-git-absorb_0.6.6-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Git commit --fixup, but automatic
git-absorb is a port of hg absorb to Git.
git absorb automatically identifies which commits are safe to modify, and which indexed changes belong to each of those commits. It then writes fixup! commits for each of those changes. These fixups can later be folded into the feature branch with Git's built-in autosquash functionality.
This package contains the following binaries built from the Rust crate "git-absorb":
- git-absorb
その他の git-absorb 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 共有ライブラリ
-
- dep: libgit2-1.1 (>= 1.1.0)
- low-level Git library