git (git-svn) 中文件的不完整历史记录

发布于 2024-10-12 15:40:17 字数 229 浏览 3 评论 0原文

应该如何在 git 中查看文件内容的完整历史记录?

文件在 git 中的历史记录很短,通过 git-svn 同步的存储库,但在 svn 中的历史记录很长。 git 中的历史记录到达文件被移动的位置。要查看历史记录,我使用以下命令:

git log PATH_TO_FILE

我做得对吗? Git 应该跟踪内容而不是文件,我想象它会擅长跟踪文件重命名的历史记录。

How should one go about viewing full history of a file's content in git?

A file has a very short history in git, repository synced over git-svn, but a long history in svn. The history in git reaches to the point where the file was moved. To view the history I use the following command:

git log PATH_TO_FILE

Am I doing it right? Git is supposed to track content not files, I was imagining it would be good at tracking history of files across renames.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

阳光下的泡沫是彩色的 2024-10-19 15:40:17

尝试

git log --follow PATH_TO_FILE

Try

git log --follow PATH_TO_FILE
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文