[ 原始碼: 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.18)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 4.2)
- GCC 支援函式庫
-
- dep: libgit2-1.1 (>= 1.1.0)
- low-level Git library