dim: Allow to set preferred git protocol
Make it easier for people without ssh access to the repos to clone and work with them, by simply setting the preferred protocol to https.
Closes: #18 (closed) Signed-off-by: Lucas De Marchi lucas.demarchi@intel.com
Merge request reports
Activity
added 1 commit
- ec911bcc - getting-started: Account for DIM_PREFERRED_PROTOCOL
[[
is preferred over[
here for consistency.I actually always tried to use single bracket where possible and I'm really not sure why. Today I went to read about the differences and I'm sold to it. Why didn't I read this earlier?
We are not so consistent in dim, and I probably contributed to it:
[ldmartin@ldmartin-desk2 maintainer-tools]$ git grep -n "if \[ " dim | wc -l 55 [ldmartin@ldmartin-desk2 maintainer-tools]$ git grep -n "if \[\[" dim | wc -l 72
added 7 commits
- 9cb45b4a - dim: Drop support for git < 2.5 (without worktree)
- d4535339 - dim: Fix default drm-tip remote name for new setup
- d64e5eae - dim: Re-purpose setup_aux_checkout()
- 322c0aca - dim: Also pass https url for bootstrap repos
- c7158436 - dim: Silence cd error
- 8896a7ab - dim: Allow to set preferred git protocol
- 4e7402a5 - getting-started: Account for DIM_PREFERRED_PROTOCOL
Toggle commit listAlso sent some of the changes/fixes as individual MRs, partially because of the drm-tip move to gitlab that broke the setup, partially because now it went through a few tests. Individual MRs: !47 (merged) !48 (merged) !49 (merged)
added 10 commits
-
4e7402a5...35057f37 - 5 commits from branch
drm:master
- ee96f65b - dim: Re-purpose setup_aux_checkout()
- 3c882973 - dim: Also pass https url to bootstrap repos
- 5a33b7c7 - dim: Silence cd error
- 2baeba36 - dim: Allow to set preferred git protocol
- fae1e565 - getting-started: Account for DIM_PREFERRED_PROTOCOL
Toggle commit list-
4e7402a5...35057f37 - 5 commits from branch