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: git/git
base: c3673a8eb22a2369ddfd8b1e29e5fd800e8ca833
Choose a base ref
...
head repository: git/git
compare: 25ad722126c77a546ab1ac7111f090bd8d0e3c13
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 21, 2021

  1. config.c: don't leak memory in handle_path_include()

    Fix a memory leak in the error() path in handle_path_include(), this
    allows us to run t1305-config-include.sh under SANITIZE=leak,
    previously 4 tests there would fail. This fixes up a leak in
    9b25a0b (config: add include directive, 2012-02-06).
    
    Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
    Signed-off-by: Junio C Hamano <gitster@pobox.com>
    avar authored and gitster committed Oct 21, 2021
    Copy the full SHA
    25ad722 View commit details
    Browse the repository at this point in the history