Skip to content

Instantly share code, notes, and snippets.

@peo3
Created December 11, 2012 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peo3/4258274 to your computer and use it in GitHub Desktop.
Save peo3/4258274 to your computer and use it in GitHub Desktop.
Unknown git behavior...
$ 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")
@VoronFX
Copy link

VoronFX commented Jan 22, 2017

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