Created
December 11, 2012 12:38
-
-
Save peo3/4258274 to your computer and use it in GitHub Desktop.
Unknown git behavior...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git | |
$ cd linux/ | |
$ git status | |
# On branch master | |
# Changes not staged for commit: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: include/uapi/linux/netfilter/xt_CONNMARK.h | |
# modified: include/uapi/linux/netfilter/xt_DSCP.h | |
# modified: include/uapi/linux/netfilter/xt_MARK.h | |
# modified: include/uapi/linux/netfilter/xt_RATEEST.h | |
# modified: include/uapi/linux/netfilter/xt_TCPMSS.h | |
# modified: include/uapi/linux/netfilter_ipv4/ipt_ECN.h | |
# modified: include/uapi/linux/netfilter_ipv4/ipt_TTL.h | |
# modified: include/uapi/linux/netfilter_ipv6/ip6t_HL.h | |
# modified: net/netfilter/xt_DSCP.c | |
# modified: net/netfilter/xt_HL.c | |
# modified: net/netfilter/xt_RATEEST.c | |
# modified: net/netfilter/xt_TCPMSS.c | |
# | |
no changes added to commit (use "git add" and/or "git commit -a") |
IMO those who named this files in such way should be burned in hell.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this gist by Googling
modified: include/uapi/linux/netfilter/xt_CONNMARK.h
, because I was wondering about the same mystery. If you're still wondering, the issue is probably case-insensitive HFS+.