mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
3.5 KiB
JSON
1 line
3.5 KiB
JSON
[{"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299149620.9169631, "message": "I see that it is possible http://stackoverflow.com/questions/1331385/how-can-i-see-incoming-commits-in-git", "group_id": 106, "id": 259504}, {"user_id": 1767, "stars": [], "topic_id": 10472, "date_created": 1299150282.2011731, "message": "\"git whatchanged origin..\" will show you the commits between origin/master and master when you are on master.", "group_id": 106, "id": 259535}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299149692.400655, "message": "What I want is to see incoming and outgoing changes for a specific remote (not origin)", "group_id": 106, "id": 259509}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299149707.468956, "message": "Still no luck with that :-S", "group_id": 106, "id": 259510}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299150888.099227, "message": "you have to specify a branch", "group_id": 106, "id": 259580}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299150951.0642381, "message": "git log foo/master..", "group_id": 106, "id": 259585}, {"user_id": 1767, "stars": [], "topic_id": 10472, "date_created": 1299151133.9720881, "message": "Thanks for the note about 'whatchanged' being deprecated.", "group_id": 106, "id": 259594}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299150940.0355539, "message": "which means 'what do i have locally that i haven't pushed yet", "group_id": 106, "id": 259584}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299150536.148145, "message": "I want something like git whatchanged foo.. (obviously this is not working)", "group_id": 106, "id": 259560}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299150493.7031341, "message": "I have two remotes: origin and a second one let's call it foo", "group_id": 106, "id": 259554}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299150903.7971311, "message": "git log origin/master..", "group_id": 106, "id": 259582}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299151001.6118331, "message": "the 'whatchanged' command is deprecated - it does the same thing as log now", "group_id": 106, "id": 259586}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299151030.3518219, "message": "i like saying \"git log master ^foo/master\" which is the same thing just in what i think is a less confusing syntax", "group_id": 106, "id": 259587}, {"user_id": 10831, "stars": [], "topic_id": 10472, "date_created": 1299151055.8041811, "message": "it means 'show me the commits that are reachable from your master branch that are not reachable from the remote 'foo/master' branch", "group_id": 106, "id": 259589}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299152606.819694, "message": "I 've tried git log foo/master..", "group_id": 106, "id": 259649}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299152637.134505, "message": "and I keep getting fatal: ambiguous argument 'foo/master..': unknown revision or path not in the working tree.", "group_id": 106, "id": 259650}, {"user_id": 1767, "stars": [], "topic_id": 10472, "date_created": 1299152703.7748699, "message": "IIRC this will only work if you're tracking the specific branch.", "group_id": 106, "id": 259652}, {"user_id": 5367, "stars": [], "topic_id": 10472, "date_created": 1299153026.2203, "message": "Guess I need to do some homework", "group_id": 106, "id": 259662}] |