Johannes Schindelin wrote:
At this point, could you try debugging it? For example, set a break point
in set_work_tree(), since that is the only function that commit touches,
and see what it returns both before and after the bad commit?
Ciao,
Dscho
Before the bad commit, set_work_tree returns (null), and
variable dir_buffer in the call to get_relative_cwd is
"/usr/src/git/.git/HEAD"
After, it returns "Documentation/", and
variable dir_buffer in the call to get_relative_cwd is "/usr/src/git"
I do not understand what the desired changes in this patch were so am
really lost as to what should be fixed. However, the above I hope will
give you a good clue as to what is broken.
Mark
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html