libgit2 / libgit2/libgit2sharp
Get commit where a given file was last modified
オープン
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Trying to emulate the following, it outputs the SHA of the commit this particular file was changed last:
git rev-list -1 HEAD file.ext
Here git-rev-list is listed under low-level plumbing commands, but I could not find how to actually use it anywhere?
How can rev-list be called with libgit2sharp or if it can not, is there any other way to get the commit where a given file was last modified?
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンクされている LibGit2Sharp Hitchhiker's Guide の git-rev-list に関する項目から始め、issue に記載されている利用可能な LibGit2Sharp の使用方法と比較してください。完了条件は、要求された git rev-list -1 HEAD file.ext の動作がサポートされているかどうかを文書化し、サポートされていない場合は、質問を未回答のままにせず代替アプローチを特定することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, git
- 領域
- tooling
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100