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

Commits on Mar 19, 2017

  1. gnu global: set path of default gtags.conf in wrapper

    GNU global's gtags and global tools were unable to find the default
    gtags.conf, necessary to use gtagslabels. The error could be seen
    when gtags was invoked with -v:
    $ gtags -v --gtagslabel=pygments
    [Sun Mar 19 14:13:17 UTC 2017] Gtags started.
     Using default configuration.
     GTAGSLABEL(--gtagslabel) ignored since configuration file not found.
     Using 'gtags.files' as a file list.
    [Sun Mar 19 14:13:17 UTC 2017] Creating 'GTAGS' and 'GRTAGS'.
    [Sun Mar 19 14:13:17 UTC 2017] Done.
    
    The wrapper now points to the default gtags.conf using the
    GTAGSCONF environment variable.
    lpenz committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    bd0d647 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24057 from lpenz/gtagsconf

    gnu global: set path of default gtags.conf in wrapper
    pSub committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5f488bf View commit details
    Browse the repository at this point in the history