Skip to content
  • Duy Nguyen's avatar
    config.c: avoid git_path() in do_git_config_sequence() · 7d8693d7
    Duy Nguyen authored
    This function has both $GIT_COMMON_DIR and $GIT_DIR in "opts". Use it
    to construct config.worktree path instead because git_pathdup() is
    tied to the current worktree, but the given $GIT_DIR could be from
    another one.
    7d8693d7