dim: autodetect remotes, first part for dim_setup
The goals here are multiple:
- simpler configuration through autodetection
- allows seamless upgrading to git worktree for the aux checkouts
- eventually I want to split up drm-misc into a separate remote ...
And yes this is just a start.
v2: Print errors to stderr, otherwise they can't be seen when directly
assigning the result of get_remote_name to a variable.
v3: Rebased to pull the cleanup patches ahead of the dim rework.
v4: Rebase to put the dim rework at the end of the series.
v5: s/get_remote_name/url_to_remote/ to align with Jani.
v6: s/remote_url/url/ plus add a variable naming convention.
v7: Move the naming convention next to the foo_to_bar mapping
functions.
Signed-off-by:
Daniel Vetter <daniel.vetter@intel.com>
Please register or sign in to comment