Commit f99c0fe
committed
diff: make diff_set_default_prefix() static
This is not something an external caller would want to call; it
instead is an implementation detail of finalizing the effect other
functions (like diff_set_mnemonic_prefix()) prepared into a
diff_options structure to be used. Make it file-scope static to
avoid exposing it to the outside world.
Signed-off-by: Junio C Hamano <[email protected]>1 parent f02a0c1 commit f99c0fe
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3444 | 3444 | | |
3445 | 3445 | | |
3446 | 3446 | | |
3447 | | - | |
| 3447 | + | |
3448 | 3448 | | |
3449 | 3449 | | |
3450 | 3450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
502 | 501 | | |
503 | 502 | | |
504 | 503 | | |
| |||
0 commit comments