mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
[{"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462427.95491, "message": "then... but here it what fails:", "group_id": 106, "id": 187052}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462482.9504709, "message": "repo URL: '.' must be absolute or begin with ./|../", "group_id": 106, "id": 187054}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462194.9709101, "message": "what if we could pull all external dependencies into distinct branches ?", "group_id": 106, "id": 187031}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462303.0135281, "message": "`git remote add external/some-remote git@.../some-remote.git`", "group_id": 106, "id": 187044}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462401.5568891, "message": "`git checkout -b vendor/some-remote-version`", "group_id": 106, "id": 187050}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462255.158241, "message": "I would like to do something like this:", "group_id": 106, "id": 187041}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462312.5571201, "message": "`git fetch -n external/some-remote`", "group_id": 106, "id": 187045}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462386.314656, "message": "`git checkout external/some-remote/master` # or other branch", "group_id": 106, "id": 187048}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462417.5936279, "message": "ok, now we have a local branch in the same repo", "group_id": 106, "id": 187051}, {"user_id": 2142, "stars": [], "topic_id": 8295, "date_created": 1298462465.5951109, "message": "`git submodule add -b vendor/some-remote-version . local/path/to/remote`", "group_id": 106, "id": 187053}, {"user_id": 1767, "stars": [], "topic_id": 8295, "date_created": 1299051978.0079479, "message": "I think it's just a matter of philosophy. Why have code in a submodule when it's part of your repository anyway? Nevertheless, there might be a way to achieve this using some awkward config and/or symlinks etc.", "group_id": 106, "id": 245580}] |