Gerrit Pape <pape@xxxxxxxxxxx> writes: > Fix 'git hash-object --stdin -w' to actually write the object, just as > 'git hash-object -w --stdin' does. Can we have additions to the test scripts to illustrate: - what used to happen if you had "--stdin -w" on the command line (presumably you did not get the object written, which is a buggy behaviour and the patch should fix it); - what used to happen if you had "-w --stdin --stdin" on the command line (I imagine you used to be able to feed two separate streams when you are on a terminal by typing ^Ds in between?); - any other combination that may deserve testing. in order to (1) show existing bugs the patch is trying to address, (2) demonstrate that the patch fixes them without regressing, and (3) protect the fix from being broken by future changes, pretty please? - 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