Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weakish/gister Loading
base: v2.4.1
Choose a base ref
...
head repository: weakish/gister Loading
compare: master
Choose a head ref
  • 15 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 31, 2022

  1. 🆕 GISTER_DEBUG env var

    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    6595e81 View commit details
    Browse the repository at this point in the history
  2. 🐛 rm duplicated help text

    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    f7701f3 View commit details
    Browse the repository at this point in the history
  3. 📝 GISTER_DEBUG env var

    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    a5e5a34 View commit details
    Browse the repository at this point in the history
  4. 🆕 invoke gist-paste when gist unavailable

    The gist package installed via apt
    under Ubuntu 20.04
    uses gist-paste as the exectuable instead of gist.
    
    Thus gister will invoke gist-paste instead if gist is not found in PATH.
    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    e06d1ba View commit details
    Browse the repository at this point in the history
  5. Security Policy

    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ad11ff6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from weakish/gist-paste

    Gist paste
    weakish committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    c9c6483 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    2e5bf6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe67fd View commit details
    Browse the repository at this point in the history
  3. 🆕 retry git push & pull

    Retry git push & pull operations.
    Under poor network, these operations may fail due to connection error.
    weakish committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    52cb25b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    bafaea2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    69ab1d1 View commit details
    Browse the repository at this point in the history
  2. 📝 remove contributor avatar list on README

    GitHub already list contributors at the side
    weakish committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    90fd79c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. 🎨 simplify Makefile

    weakish committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c96447d View commit details
    Browse the repository at this point in the history
  2. 🔥 --readme

    `--readme` is not a common flag for programs.
    Documentation will be put in somewhere like share/doc/gister/README.md instead.
    weakish committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c3e0faa View commit details
    Browse the repository at this point in the history
  3. 📝 man page

    close #34
    
    Also install README to doc directory.
    weakish committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5a704f7 View commit details
    Browse the repository at this point in the history
Loading