Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse の特定のモジュールの修正で、ID 番号、重大度、コード行などのデータのすべての欠陥を見つける必要があります。
CVS、GIT、SVN、または Bugzilla を使用してこれを行う簡単な方法はありますか?
git ログ出力をフィルタリングできます。
git log PATH/IN/REPO
または特定のファイルの場合:
git log PATH/IN/REPO/SOURCE.FILE
実際の行の変更を確認するには、次を使用します-p。
-p
git log -p PATH