Y
Hacker News
new
|
ask
|
show
|
jobs
by
QuercusMax
176 days ago
Your hook really shouldn't be running on the merge commit unless you have conflicts in your merge.
1 comments
mcv
175 days ago
Never had conflicts on a merge? We've got a lot of people on the same codebase. Merge conflicts are a fact of life. And they wouldn't be a problem without the stupid commit hook. It's the commit hook that makes them a problem.
link
QuercusMax
174 days ago
If you have conflicts then you can fix them and run your linter or formatter. If you have a no conflict merge it doesn't matter.
link
mcv
174 days ago
Thanks, but that's not the issue here.
link