Christian Couder schrieb: > So there is no way to disable it for some commands, which is annoying > when we want to get information about a commit that has been replaced. > > For example: > > $ git cat-file -p N > > would output information about the replacement commit if commit N is > replaced. > > With the "--no-replace" option that this patch adds it is possible to > get information about the original commit using: > > $ git --no-replace cat-file -p N I think it makes sense. But given the exotic nature of this option, I'd prefer a more specific name, e.g., --no-replace-objects. -- Hannes -- 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