author | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Apr 2007 05:12:48 +0000 (22:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Apr 2007 05:12:48 +0000 (22:12 -0700) |
* mk/diff:
Diff between two blobs should take mode changes into account now.
use mode of the tree in git-diff, if <tree>:<file> syntax is used
store mode in rev_list, if <tree>:<filename> syntax is used
add add_object_array_with_mode
add get_sha1_with_mode
Add S_IFINVALID mode
Diff between two blobs should take mode changes into account now.
use mode of the tree in git-diff, if <tree>:<file> syntax is used
store mode in rev_list, if <tree>:<filename> syntax is used
add add_object_array_with_mode
add get_sha1_with_mode
Add S_IFINVALID mode
Trivial merge