I'm trying to get the commit history for a given file via the api. github.com/api/v2/json/commits/show/user/repo/branch/file should give me _just_ commits for that file right?
ex: curl http://github.com/api/v2/json/commits/show/rails/rails/master/version.rb should be: 21b1f29720fa503071a1 but i'm getting: 82b700a89deffb6526f7 for some reason i'm only getting the latest commit.. same goes for a call to commits/show/user/repo/branch. -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/github?hl=en.
