Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nitrogen
on Dec 30, 2019
|
parent
|
context
|
favorite
| on:
The Linux codebase has over 3k TODO comments, many...
You can keep the branch commits for detailed history, and look only at merge commits the when you don't need details:
git log --first-parent -m
This will show a linear history of merges, treating the merged code as being added in the merge commit. You can add -p to see the diffs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: