libgit2 / libgit2/libgit2sharp
Get commit where a given file was last modified
未關閉
還沒有人認領這個 Issue。
- 主要語言
- 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 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 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