简体中文 ▾
Localized versions of git-whatchanged manual
Topics ▾
Email
Latest version
▾
git-whatchanged last updated in 2.43.0
Changes in the git-whatchanged manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.43.1 → 2.47.0 no changes
- 2.43.0 11/20/23
- 2.1.4 → 2.42.3 no changes
- 2.0.5 12/17/14
描述
显示每次提交引入的提交日志和差异输出。
建议新用户使用 git-log[1] 代替。 whatchanged
命令与 git-log[1] 基本相同,但默认显示原始格式的差异输出并跳过合并。
保留该命令主要是出于历史原因;早在 git log
被发明之前,许多人就通过阅读 Linux 内核邮件列表学会了输入该命令。
GIT
属于 git[1] 文档