trunk
Commits on Sep 28, 2020
-
Merge pull request #1917 from cli/fix-pager-glamour-bug
Check for terminal background color before starting pager
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.samcoe Sam
GPG key ID: 8E322C20F811D086 Learn about signing commits
Commits on Sep 25, 2020
-
Verified
This commit was signed with a verified signature.samcoe Sam
GPG key ID: 8E322C20F811D086 Learn about signing commits
Commits on Sep 24, 2020
-
Verified
This commit was signed with a verified signature.samcoe Sam
GPG key ID: 8E322C20F811D086 Learn about signing commits -
Verified
This commit was signed with a verified signature.samcoe Sam
GPG key ID: 8E322C20F811D086 Learn about signing commits
Commits on Sep 23, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 22, 2020
-
Merge pull request #1891 from hugolgst/patch-1
Add Nix/NixOS instructions to install the package
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1781 from cristiand391/fix-gist-id-extraction
Fix gist ID extraction from url
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1889 from mmontes11/pr-checkout-on-detached-head
Fixed gh pr checkout on detached HEAD
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1893 from mmontes11/tip-access-token-with-hostname
Access token tip message using hostname
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Make gh gist view and edit commands reuse logic for id extraction
cristiand391 committedSep 22, 2020
Commits on Sep 21, 2020
-
-
Merge pull request #1888 from nasirhm/minor_fix_install_linux
fix: Capitalization and addition of `Enterprise` in install_linux
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1828 from y-yagi/do-not-send-requests-when-unnece…
…ssary Don't send a request when the contents haven't changed
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1816 from OjasWadhwani/parseEmoji
Emoji parsing in Readme content
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1824 from arcanericky/bug/httpstatuscodes
Use status codes from http package
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix: Capitalization and addition of `Enterprise` in install_linux
Capitalized: `OS` of `CentOS` Addition of `Enterprise` in `Redhat Linux`
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1767 from yusufsahinhamza/fix-executable-path
Fix debian executable path
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1877 from 0atman/patch-1
Clarify Linux distros
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1856 from tomrule007/patch-1
Installation Guide on Linux - missing dependency
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #1880 from cli/fix-repo-create-name
Respect interactive repo name input on create
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Set gist ID by default on all tests
cristiand391 committedSep 21, 2020 -
Verified
This commit was signed with a verified signature.samcoe Sam
GPG key ID: 8E322C20F811D086 Learn about signing commits -
Grammar police here: "a couple" means two. I've removed the phrase rather than fixing it, it doesn't add anything. Thanks!
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 19, 2020
-
Installation Guide on Linux - missing dependency
Not sure if this is a common error or if this is the best way to describe the fix but thought I would add something to help others. OS: Debian GNU/Linux 9.13 (stretch) Error running first command of Debian install : `sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0` Full error message: ``` Executing: /tmp/apt-key-gpghome.Fuep9VI9UN/gpg.1.sh --keyserver hkp://keyserver$ gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory gpg: connecting dirmngr at '/tmp/apt-key-gpghome.Fuep9VI9UN/S.dirmngr' failed: $ gpg: keyserver receive failed: No dirmngr ``` Reason: Missing dependency `dirmngr` solution: install `dirmngr` by running: `sudo apt-get install dirmngr`
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Return error if it's an invalid URL
cristiand391 committedSep 19, 2020 -
Merge pull request #1834 from nejat-njonjo/ubuntu-installation
Installation Guide on Linux
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Don't send a request when the contents haven't changed
By doing this, the command will finish faster if the user canceled the editing.