2014年12月16日火曜日

GItを使ってパッチがどのバージョンから含まれているかを調べる方法

git describe --contains $id

NAME
git-describe - Show the most recent tag that is reachable from a commit

なんか便利そうなコマンドである。
Git-での分散作業-プロジェクトの運営#ビルド番号の生成
http://unix.stackexchange.com/questions/45120/given-a-git-patch-id-how-to-find-out-which-kernel-release-contains-it
Finding a patch's kernel version with git
http://lwn.net/Articles/392293/
Given a git patch id, how to find out which kernel release contains it?


なるほどな

0 件のコメント:

コメントを投稿