summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.4.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2008-03-03 06:30:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-03 07:33:59 (GMT)
commit0f2d4476c12c15106be20d53c507035e157b66f1 (patch)
tree20fee0bda6fd94e226bd76e4af707ddd1920935b /Documentation/RelNotes-1.5.4.4.txt
parent90d0ed96b76ee51f8ae6f32923b92e7b20ba73c0 (diff)
downloadgit-0f2d4476c12c15106be20d53c507035e157b66f1.zip
git-0f2d4476c12c15106be20d53c507035e157b66f1.tar.gz
git-0f2d4476c12c15106be20d53c507035e157b66f1.tar.bz2
revert: actually check for a dirty index
The previous code mistakenly used wt_status_prepare to check whether the index had anything commitable in it; however, that function is just an init function, and will never report a dirty index. The correct way with wt_status_* would be to call wt_status_print with the output pointing to /dev/null or similar. However, that does extra work by both examining the working tree and spewing status information to nowhere. Instead, let's just implement the useful subset of wt_status_print as an "is_index_dirty" function. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.4.txt')
0 files changed, 0 insertions, 0 deletions