]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'am/real-path-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2020 20:57:42 +0000 (13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2020 20:57:43 +0000 (13:57 -0700)
The real_path() convenience function can easily be misused; with a
bit of code refactoring in the callers' side, its use has been
eliminated.

* am/real-path-fix:
  get_superproject_working_tree(): return strbuf
  real_path_if_valid(): remove unsafe API
  real_path: remove unsafe API
  set_git_dir: fix crash when used with real_path()

1  2 
setup.c

diff --cc setup.c
Simple merge