8000 Comparing klaussilveira:master...acres-com-au:master · klaussilveira/gitlist · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: klaussilveira/gitlist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: acres-com-au/gitlist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 8, 2018

  1. Change URL structure to support Markdown links

    In the original URL structure, rendered Markdown documents could not
    link to tree nodes using relative URLs, because there is no relative
    URL that will go from a base URL of /<repo>/blob/<branch>/<path> to
    /<repo>/tree/<branch>/<otherpath>/, without hard-coding the <branch>
    name into the relative URL.
    
    In order to allow such relative links to be independent of the
    <branch> name, the URL structure has been changed to
    /show/<repo>/<branch>/<path> for both tree and blob nodes.  For
    consistency, other node URLs have been changed to put the node type
    first in the path, eg, /raw/<repo>/<branch>/<path>.
    quixotique committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    ac84707 View commit details
    Browse the repository at this point in the history
  2. Add new 'render.deep_readme' config option

    When a directory is missing a README, the tree node will display the
    nearest README from a parent directory.  If this is a Markdown document
    (ie, README.md) then its relative links will all be broken, as the
    base URL will be different.
    
    GitList deployments that are mainly used for browsing Markdown
    documentation may now set [render] deep_readme=false in config.ini,
    to prevent parent README files being rendered in sub-directories.
    quixotique committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    1ea1101 View commit details
    Browse the repository at this point in the history
Loading
0