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: NixOS/nixpkgs
base: 55b0129a14b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8bc64e2bbb49
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 12, 2020

  1. gitstatus: patch fewer characters

    This is a followup to #76744.
    
    The patch is still too aggressive because it captures additional local
    variables declared in the same line. It should stop when it hits
    whitespace.
    
    See romkatv/gitstatus#92.
    ryneeverett committed Jan 12, 2020
    Copy the full SHA
    be4efc8 View commit details
    Browse the repository at this point in the history
  2. gitstatus: patch in variable rather than regexing

    Patching in the GITSTATUS_DAEMON variable seems like a more stable
    solution than doing inline replacements.
    ryneeverett committed Jan 12, 2020
    Copy the full SHA
    f5e446b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. gitstatus: patch fewer characters (#77580)

    gitstatus: patch fewer characters
    infinisil committed Jan 13, 2020
    Copy the full SHA
    8bc64e2 View commit details
    Browse the repository at this point in the history