Browse Source
The tree recursion behavior of git-diff may appear inconsistent to the user because it depends on the format of the patch as well as whether one is diffing between trees or against the index. Since git-diff is a porcelain wrapper for low-level diff commands, it makes sense for its behavior to be consistent no matter what is being diffed. This patch turns on recursion in all cases. Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Jeff King
18 years ago
committed by
Junio C Hamano
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue