]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/has-uncommitted-changes-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:37 +0000 (15:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:38 +0000 (15:30 -0700)
commit218608cacd478bfdf4bfe40ed7d0b11af94a6a60
treec30026405afe95aa26fd0003387e00afe05f17d5
parentffc6fa0e396238de3a30623912980263b4f283ab
parent3506dc944558b7d88544408b312e795458383195
Merge branch 'jk/has-uncommitted-changes-fix'

"git pull --rebase" on a corrupt HEAD caused a segfault.  In
general we substitute an empty tree object when running the in-core
equivalent of the diff-index command, and the codepath has been
corrected to do so as well to fix this issue.

* jk/has-uncommitted-changes-fix:
  has_uncommitted_changes(): fall back to empty tree
diff-lib.c
wt-status.c