mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Switch http URLs to https where possible
Suggested-by: check-all-the-things
This commit is contained in:
parent
1a414f5512
commit
a85d5f57bb
|
|
@ -1,7 +1,7 @@
|
|||
## Your new git-extra command should support
|
||||
|
||||
* OSX, Linux, BSD (You may need to browse their man page)<sup>*</sup>
|
||||
* Bash 3.2+ (If you aren't sure, see [the Bash changelog](http://tldp.org/LDP/abs/html/bash2.html))
|
||||
* Bash 3.2+ (If you aren't sure, see [the Bash changelog](https://www.tldp.org/LDP/abs/html/bash2.html))
|
||||
* Git 2.1+
|
||||
|
||||
<sup>*</sup>If you aren't able to test your new command on a platform,
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ $ git extras update
|
|||
```
|
||||
## git gh-pages
|
||||
|
||||
Sets up the `gh-pages` branch. (See [GitHub Pages](http://pages.github.com/) documentation.)
|
||||
Sets up the `gh-pages` branch. (See [GitHub Pages](https://pages.github.com/) documentation.)
|
||||
|
||||
## git feature|refactor|bug|chore
|
||||
|
||||
|
|
@ -877,7 +877,7 @@ Populates the file matching `authors|contributors -i` with the authors of commit
|
|||
|
||||
Opens the file in `$EDITOR` when set.
|
||||
|
||||
See the ["MAPPING AUTHORS" section](http://git-scm.com/docs/git-shortlog#_mapping_authors) of **git-shortlog**(1) to coalesce together commits by the same person.
|
||||
See the ["MAPPING AUTHORS" section](https://git-scm.com/docs/git-shortlog#_mapping_authors) of **git-shortlog**(1) to coalesce together commits by the same person.
|
||||
|
||||
Updating AUTHORS file:
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ See the Makefile for details on advanced configuration options.
|
|||
One-liner:
|
||||
|
||||
```bash
|
||||
curl -sSL http://git.io/git-extras-setup | sudo bash /dev/stdin
|
||||
curl -sSL https://git.io/git-extras-setup | sudo bash /dev/stdin
|
||||
```
|
||||
|
||||
## Installing as Zsh plugin
|
||||
|
|
@ -154,4 +154,4 @@ If you installed git-extras from source, you can run `git-extras update` to upda
|
|||
|
||||
Enjoy `git-extras`!
|
||||
|
||||
[1]: http://sourceforge.net/projects/msys2/
|
||||
[1]: https://sourceforge.net/projects/msys2/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for git-extras (http://github.com/tj/git-extras).
|
||||
# Completion script for git-extras (https://github.com/tj/git-extras).
|
||||
#
|
||||
# This depends on and reuses some of the internals of the _git completion
|
||||
# function that ships with zsh itself. It will not work with the _git that ships
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
# Inspirations
|
||||
# -----------
|
||||
#
|
||||
# * git-extras (http://github.com/tj/git-extras)
|
||||
# * git-flow-completion (http://github.com/bobthecow/git-flow-completion)
|
||||
# * git-extras (https://github.com/tj/git-extras)
|
||||
# * git-flow-completion (https://github.com/bobthecow/git-flow-completion)
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ Written by Nate Jones <<nate@endot.org>>
|
|||
|
||||
## REPORTING BUGS
|
||||
|
||||
<<http://github.com/tj/git-extras/issues>>
|
||||
<<https://github.com/tj/git-extras/issues>>
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
<<http://github.com/tj/git-extras>>
|
||||
<<https://github.com/tj/git-extras>>
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ Written by Damien Tardy-Panis <<damien@tardypad.me>>
|
|||
|
||||
## REPORTING BUGS
|
||||
|
||||
<<http://github.com/tj/git-extras/issues>>
|
||||
<<https://github.com/tj/git-extras/issues>>
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
|
|
|
|||
|
|
@ -40,8 +40,8 @@ Written by Niklas Fiekas <<niklas.fiekas@tu-clausthal.de>>
|
|||
|
||||
## REPORTING BUGS
|
||||
|
||||
<<http://github.com/tj/git-extras/issues>>
|
||||
<<https://github.com/tj/git-extras/issues>>
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
<<http://github.com/tj/git-extras>>
|
||||
<<https://github.com/tj/git-extras>>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Also runs git commit if -c is provided.
|
|||
|
||||
Written by Antoine Beaupré <<anarcat@debian.org>> from
|
||||
inspiration by https://github.com/da-x/git-search-replace and
|
||||
http://stackoverflow.com/questions/9651898/is-there-a-git-sed-or-equivalent
|
||||
https://stackoverflow.com/questions/9651898/is-there-a-git-sed-or-equivalent
|
||||
|
||||
## REPORTING BUGS
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ Written by Damien Tardy-Panis <<damien@tardypad.me>>
|
|||
|
||||
## REPORTING BUGS
|
||||
|
||||
<<http://github.com/tj/git-extras/issues>>
|
||||
<<https://github.com/tj/git-extras/issues>>
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue