TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Commit Comments – build commit messages in code comments

31 pointsby Zezimaover 9 years ago

3 comments

jedbergover 9 years ago
Presumably this is so you don&#x27;t forget about a bunch of small changes when making a large commit. However, for me, right before I do a commit, I always do a diff to make sure what I&#x27;m about to commit is what I intended to, which has the nice side effect of seeing all the changes and reminding me for the commit message.<p>Is this not the common way most people commit?
评论 #10904270 未加载
评论 #10904727 未加载
评论 #10904161 未加载
评论 #10904410 未加载
评论 #10908382 未加载
评论 #10904568 未加载
评论 #10904419 未加载
jherikoover 9 years ago
doesn&#x27;t this encourage the bad practice of doing large commits containing multiple things instead of independent and discrete changes?<p>i guess its still very useful if you are working somewhere where that bad practice is enforced.
评论 #10904288 未加载
cphooverover 9 years ago
What advantage does this have over git blame view?
评论 #10903754 未加载
评论 #10903755 未加载
评论 #10903786 未加载