diff options
author | 2007-09-11 19:16:51 +0100 | |
---|---|---|
committer | 2007-09-11 23:05:35 -0700 | |
commit | 060fe5718455828b2ce5721d26be6399d782e415 (patch) | |
tree | 5893742a806eb5553f0e7e1d3232f8af8fe02b59 /t/t6004-rev-list-path-optim.sh | |
parent | fix doc for --compression argument to pack-objects (diff) | |
download | tgif-060fe5718455828b2ce5721d26be6399d782e415.tar.xz |
Fix a test failure (t9500-*.sh) on cygwin
On filesystems where it is appropriate to set core.filemode
to false, test 29 ("commitdiff(0): mode change") fails when
git-commit does not notice a file (execute) permission change.
A fix requires noting the new file execute permission in the
index with a "git update-index --chmod=+x", prior to the commit.
Add a function (note_chmod) which implements this idea, and
insert a call in each test that modifies the x permission.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6004-rev-list-path-optim.sh')
0 files changed, 0 insertions, 0 deletions