Clarify commit error message for unmerged files
authorRafael Garcia-Suarez <redacted>
Mon, 29 Sep 2008 16:04:41 +0000 (18:04 +0200)
committerShawn O. Pearce <redacted>
Mon, 29 Sep 2008 16:13:20 +0000 (09:13 -0700)
commitcbce6c0be30cbaf8c39051f85006d679338a8ddc
tree9e8768427a54f37d0d0529c7d06cf6de92fa9489
parent94e02e7f3b0504243b364ad04b58332bb1502934
Clarify commit error message for unmerged files

Currently, trying to use git-commit with unmerged files in the index
will show the message "Error building trees", which can be a bit
obscure to the end user. This patch makes the error message clearer, and
consistent with what git-write-tree reports in a similar situation.

Signed-off-by: Rafael Garcia-Suarez <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
builtin-commit.c
git clone https://git.99rst.org/PROJECT