Skip to content

Commit

Permalink
Update submodules URLs to use git URLs explicitly
Browse files Browse the repository at this point in the history
Even though GitHub redirects git calls based on user-agent, using git URLs
consistently is preferable.
  • Loading branch information
indrajitr committed Jul 22, 2017
1 parent 24b710f commit eddbdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "modules/autosuggestions/external"]
path = modules/autosuggestions/external
url = https://github.com/zsh-users/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "modules/history-substring-search/external"]
path = modules/history-substring-search/external
url = https://github.com/zsh-users/zsh-history-substring-search.git
Expand All @@ -21,4 +21,4 @@
url = https://github.com/sindresorhus/pure.git
[submodule "modules/fasd/external"]
path = modules/fasd/external
url = https://github.com/clvv/fasd
url = https://github.com/clvv/fasd.git

0 comments on commit eddbdd9

Please sign in to comment.