]> asedeno.scripts.mit.edu Git - git.git/blobdiff - builtin-commit.c
Merge branch 'pb/gitweb-tagcloud' into pb/gitweb
[git.git] / builtin-commit.c
index 55e1087d2736a2b28c606664a04c7bc31d763fde..b920257524850ea04bc940411d342e9a622e7094 100644 (file)
@@ -639,7 +639,7 @@ static int prepare_to_commit(const char *index_file, const char *prefix)
                active_cache_tree = cache_tree();
        if (cache_tree_update(active_cache_tree,
                              active_cache, active_nr, 0, 0) < 0) {
-               error("Error building trees");
+               error("Error building trees; the index is unmerged?");
                return 0;
        }