latest 20 messages by lethosor

+ [2015-06-15T12:12:04Z] lethosor Palmer11: that's not what skfax was asking for
+ [2015-06-11T22:47:45Z] lethosor making a PR also counts as a contribution on your profile
+ [2015-06-11T13:18:16Z] lethosor p1k: https://developer.github.com/v3/gists/#create-a-gist
+ [2015-06-04T20:21:16Z] lethosor the files are part of a separate repo, whose url can be obtained by adding ".wiki" after the repo name
+ [2015-06-04T20:20:13Z] lethosor spaceone: the default is markdown, IIRC, but you can use rst as well
+ [2015-05-31T19:37:29Z] lethosor the web interface is cross-platform
+ [2015-05-31T18:40:40Z] lethosor I would guess that isn't typical of GitHub's audience, though
+ [2015-05-28T23:25:24Z] lethosor rockfruit: I think so, unless you create a new repo with the old name
+ [2015-05-28T21:31:19Z] lethosor actually, "/path/*" and "!/path/*.min.*" should work
+ [2015-05-28T21:30:08Z] lethosor I don't think git recognizes ! as negation anywhere but at the beginning of a line
+ [2015-05-28T21:27:01Z] lethosor "/path" and "!/path/*.min.*" should work (in that order)
+ [2015-05-28T21:26:19Z] lethosor oh, _not_ minified
+ [2015-05-28T21:26:07Z] lethosor Palmer11: if you're putting that in .gitignore, /path/*.min.* should work (without the !)
+ [2015-05-16T01:03:39Z] lethosor upstream = the repo you forked
+ [2015-05-14T22:38:48Z] lethosor billy71: replace .zip with .tar.gz
+ [2015-05-06T01:57:22Z] lethosor https://github.com/timvideos/gst-switch/archive/master.tar.gz appears to contain something
+ [2015-05-05T18:46:04Z] lethosor someircname: are you still having trouble pushing?
+ [2015-05-04T01:49:49Z] lethosor http://stackoverflow.com/questions/3011625/git-mv-and-only-change-case-of-directory suggests "git mv foo foo2; git mv foo2 FOO"
+ [2015-05-04T01:48:04Z] lethosor it's possible that git isn't noticing a change
+ [2015-05-04T01:47:47Z] lethosor OS X's default filesystem is somewhat case-insensitive - it stores the case of filenames, but the case doesn't matter when accessing them (if that makes sense)