Re: [PATCH 1/2] Introduce git-run-with-user-path helper program.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:41:57
quoted
quoted
quoted
quoted
"TG" == Thomas Glanzmann [off-list ref] writes:
TG> Hello,
quoted
quoted
<http://members.cox.net/junkio/per-file-commit.txt> ;-).
quoted
I think the workflow that involves per-file commit is fundamentally broken at two levels.
TG> I disagree here. We at FAUmachine often have FLAGS to turn on specific TG> features or debugging output by tweaking a headerfile. So what? I would understand that in your workflow, the nature of that never-committed headerfile (the fact it only has debugging tweaks and contains nothing substantially risky) practically minimizes the risk to the level everybody in the group feels acceptable. That does not, however, change what I stated in the document: what you have in the repository is something that never existed in a work tree as a consistent whole and tested. You are only saying is that it does not practically matter in your workflow, only because what is floating (not checked in) are things you feel safe to drift. I would not dare say that is a wrong way to work. However, I feel fairly strong about this after being burned many times by careless coleagues who forgot to check in either newly created files or locally modified files and finding problems only after customer installation happened.