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: tj/mmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tj/mmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-http-resolver
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    43c1e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc604fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9113ac0 View commit details
    Browse the repository at this point in the history
  4. Add http resolver

    zph committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ef97789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aa6534 View commit details
    Browse the repository at this point in the history
  6. Support spec from GNUMake for makefile name variants

    ```golang
    var makefileVariants = [3]string{"GNUmakefile", "makefile", "Makefile"}
    ```
    
    Support these three makefile names in order per GNUMake manual.
    Addresses #33 more thoroughly.
    zph committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e853cd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e933ad View commit details
    Browse the repository at this point in the history
Loading