Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH v2] diff: support --cached on unborn branches

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:49:57

Possibly related (same subject, not in this thread)

Nguyễn Thái Ngọc Duy  [off-list ref] writes:
"git diff --cached" (without revision) used to mean "git diff --cached
HEAD" (i.e. the user was too lazy to type HEAD). This "correctly"
failed when there was no commit yet. But was that correctness useful?

This patch changes the definition of what particular command means.
It is a request to show what _would_ be committed without further "git
add". The internal implementation is still the same "git diff
--cached HEAD" when HEAD exists, but when there is no commit yet, it
compares the index with an empty tree object to achieve the desired
result.

Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Will take a look at it, and queue.  Thanks.
 "git diff --cached HEAD" does fail, but I don't really care.
I _do_ care, and so should you.  And I think it _should_ fail, if the user
explicitly asked to compare the index with HEAD that does not exist yet.

As we are updating the semantics of a Porcelain command, there should be
an update that explains the new usage in the documentation, no?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help