Re: commiting while the current version is in conflict

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: commiting while the current version is in conflict

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:29

"Richard Hartmann" [off-list ref] writes:
quoted
 (2) pre-commit hook is a last ditch effort to help ignorant
    users who have already done "git add" without thinking and
    lost the "unmerged" state.  It has to look at and guess at
    the contents for that.
Ignoring the ad hominem attack, I would argue that the two
Eh, Sorry about that --- I did not mean "ignorant" in that sense.  Perhaps
replacing the word with "unfortunate" would sound nicer?
To err is human, which is why rm -i exists. Else, you could
just use alias rm='rm -rf'.

Also, within certain boundaries, a tool should adapt to the
user, not vice versa.
Don't you realize that is what the hook is doing already?  After making
such an error, the definitive information is lost, because the user told
the tool that the resolution is done and the file is ready to be
committed) by mistake.  Even then the hook is trying its best to help the
user.

Replace your "rm=rm -rf" sentence with "why undelete exists" and read it
again.  No, filesystem undelete does not always work (disk block could
have been recycled for other files), but it could help you when you did
remove a file you wanted to keep by mistake when it can.

As to pre-add hook, I am not enthused, but if somebody sends in a clean
patch, I wouldn't be opposed to it at least in principle.

Re: commiting while the current version is in conflict

From: Richard Hartmann <hidden>
Date: 2016-06-15 22:45:29

On Fri, Oct 17, 2008 at 10:37, Junio C Hamano [off-list ref] wrote:
Eh, Sorry about that --- I did not mean "ignorant" in that sense.  Perhaps
replacing the word with "unfortunate" would sound nicer?
A lot yes. No harm done, apologies for picking the bad interpretation
of ignorant.

Don't you realize that is what the hook is doing already?  After making
such an error, the definitive information is lost, because the user told
the tool that the resolution is done and the file is ready to be
committed) by mistake.  Even then the hook is trying its best to help the
user.
You misunderstood me, there. I was thinking about the pre-add hook
while writing the above. Doing anything at commit time is obviously
wrong.

As to pre-add hook, I am not enthused, but if somebody sends in a clean
patch, I wouldn't be opposed to it at least in principle.
An implicit need for it does apparently exist. Else, the default hook for
pre-commit would not need to check for conflicts.


Richard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help