Commit 606417b
committed
builtin-mailinfo.c: fix confusing internal API to mailinfo()
It fed two arguments to override the corresponding global variables,
but the caller always assigned the values to the global variables
first and then passed those global variables to this function.
Stop pretending to be a proper API to confuse people.
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 32f4cc4 commit 606417b
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
888 | | - | |
889 | | - | |
| 888 | + | |
890 | 889 | | |
891 | 890 | | |
892 | | - | |
893 | | - | |
894 | 891 | | |
895 | 892 | | |
896 | 893 | | |
| |||
956 | 953 | | |
957 | 954 | | |
958 | 955 | | |
959 | | - | |
| 956 | + | |
960 | 957 | | |
0 commit comments