Skip to content
Permalink
trunk

Commits on Sep 28, 2020

  1. Merge pull request #1917 from cli/fix-pager-glamour-bug

    Check for terminal background color before starting pager
    samcoe committed Sep 28, 2020
  2. Upgrade termenv

    samcoe committed Sep 28, 2020

Commits on Sep 25, 2020

  1. Add tests

    samcoe committed Sep 25, 2020

Commits on Sep 24, 2020

  1. Address PR comments around style and naming

    samcoe committed Sep 24, 2020
  2. Check for terminal background color before starting pager

    samcoe committed Sep 24, 2020

Commits on Sep 23, 2020

  1. fix(browser): show message if $BROWSER isn't in $PATH (#1749)

    zacanger committed Sep 23, 2020

Commits on Sep 22, 2020

  1. Merge pull request #1891 from hugolgst/patch-1

    Add Nix/NixOS instructions to install the package
    vilmibm committed Sep 22, 2020
  2. Merge pull request #1781 from cristiand391/fix-gist-id-extraction

    Fix gist ID extraction from url
    vilmibm committed Sep 22, 2020
  3. Merge pull request #1889 from mmontes11/pr-checkout-on-detached-head

    Fixed gh pr checkout on detached HEAD
    mislav committed Sep 22, 2020
  4. Merge pull request #1893 from mmontes11/tip-access-token-with-hostname

    Access token tip message using hostname
    vilmibm committed Sep 22, 2020
  5. Using assert.Regexp for testing stderr's content

    mmontes11 committed Sep 22, 2020
  6. Access token tip message using hostname

    mmontes11 committed Sep 22, 2020
  7. Add Nix/NixOS instructions to install the package

    hugolgst committed Sep 22, 2020
  8. Move gist URL tests to its own file

    cristiand391 committed Sep 22, 2020

Commits on Sep 21, 2020

  1. Fixed gh pr checkout on detached HEAD

    mmontes11 committed Sep 21, 2020
  2. Merge pull request #1888 from nasirhm/minor_fix_install_linux

    fix: Capitalization and addition of `Enterprise` in install_linux
    vilmibm committed Sep 21, 2020
  3. 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
    vilmibm committed Sep 21, 2020
  4. Merge pull request #1816 from OjasWadhwani/parseEmoji

    Emoji parsing in Readme content
    vilmibm committed Sep 21, 2020
  5. Merge pull request #1824 from arcanericky/bug/httpstatuscodes

    Use status codes from http package
    vilmibm committed Sep 21, 2020
  6. fix: Capitalization and addition of `Enterprise` in install_linux

    Capitalized: `OS` of `CentOS`
    Addition of `Enterprise` in `Redhat Linux`
    nasirhm committed Sep 21, 2020
  7. Merge pull request #1767 from yusufsahinhamza/fix-executable-path

    Fix debian executable path
    vilmibm committed Sep 21, 2020
  8. Merge pull request #1877 from 0atman/patch-1

    Clarify Linux distros
    vilmibm committed Sep 21, 2020
  9. Merge pull request #1856 from tomrule007/patch-1

    Installation Guide on Linux - missing dependency
    vilmibm committed Sep 21, 2020
  10. Merge pull request #1880 from cli/fix-repo-create-name

    Respect interactive repo name input on create
    vilmibm committed Sep 21, 2020
  11. Respect interactive repo name input on create

    samcoe committed Sep 21, 2020
  12. Clarify Linux distros

    Grammar police here: "a couple" means two.
    
    I've removed the phrase rather than fixing it, it doesn't add anything. Thanks!
    0atman committed Sep 21, 2020

Commits on Sep 19, 2020

  1. 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`
    tomrule007 committed Sep 19, 2020
  2. Add tests for gist URL check

    cristiand391 committed Sep 19, 2020
  3. Merge pull request #1834 from nejat-njonjo/ubuntu-installation

    Installation Guide on Linux
    vilmibm committed Sep 19, 2020
  4. adding hkp:// and :80 does the trick

    nejat-njonjo committed Sep 19, 2020
  5. 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.
    y-yagi committed Sep 19, 2020
Older
You can’t perform that action at this time.