+ [2014-09-23T20:56:41Z] VxJasonxV of the DMCA claim
+ [2014-09-23T20:56:42Z] zerowidth that's not our place to judge
+ [2014-09-23T20:56:48Z] sythe Plus, you don't even say "Unfortunately..."
+ [2014-09-23T20:57:27Z] Seveas taking content down does *not* imply that the takedown notice was valid. Merely that it was filed in the correct way.
+ [2014-09-23T21:42:06Z] bellow Does anyone know of a website that lets you list the movies(dvd) that you own and has on app that you can use on an adroid. On the android both online and offline

message no. 48875

Posted by alindeman in #github at 2014-09-23T16:24:48Z

itsrachelfish: It might be better to use webhooks
+ [2014-09-24T01:47:19Z] mythicalbox if i do a --no-ff merge from branch1 to master and push to github it shows branch1 as "this is 1 commit behind master", does that sound correct?
+ [2014-09-24T01:47:35Z] mythicalbox i would think they are in sync?
+ [2014-09-24T01:58:47Z] Remram after a merge --no-ff you can't be behind anything
+ [2014-09-24T01:59:13Z] Remram unless the command failed, you just created a commit
+ [2014-09-24T02:03:04Z] mythicalbox Remram, checkout staging, make changes, commit, checkout master, merge -no-ff staging; -- now staging is behind?