diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-04-26 16:51:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-08 19:27:39 +0900 |
commit | 6f93d261fa8ca6a84c2e03e20558c0ddca3c05c3 (patch) | |
tree | 6a79488f5f2f438ff48afc31f08821a2bee589a7 /builtin | |
parent | The seventh batch (diff) | |
download | tgif-6f93d261fa8ca6a84c2e03e20558c0ddca3c05c3.tar.xz |
format-patch: inform user that patch-id generation is unstable
I tried out 'git format-patch --base' with a set of commits that
modifies more than one file. It turns out that the way this command is
implemented it actually uses the unstable version of patch-id instead of
the stable version that's documented. When I tried to modify the
existing test to use 'git patch-id --stable' vs. 'git patch-id
--unstable' I found that it didn't matter, the test still passed.
Let's expand on the test here so it is a little more complicated and
then use that to show that the patch-id generation is actually unstable
vs. stable. Update the documentation as well.
Cc: Xiaolong Ye <xiaolong.ye@intel.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions