| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | |
| Fri, 21 Mar 2008 23:52:46 +0000 (16:52 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Wed, 9 Apr 2008 08:22:25 +0000 (01:22 -0700) | ||
| commit | 0a9b88b7dee70bd36d35b7857640a18ee3adeef1 | |
| tree | 8d5fb7c5423aaecc30d6ed3beabb6529921e808a | tree | snapshot |
| parent | cd2fef59edf72a1d9792d9cb72aae1e6f6c7b1d4 | commit | diff |
Add 'core.ignorecase' option
..and start using it for directory entry traversal (ie "git status" will
not consider entries that match an existing entry case-insensitively to
be a new file)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
..and start using it for directory entry traversal (ie "git status" will
not consider entries that match an existing entry case-insensitively to
be a new file)
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| cache.h | diff | blob | history | |
| config.c | diff | blob | history | |
| dir.c | diff | blob | history | |
| environment.c | diff | blob | history |