21 lines
288 B
Plaintext
Raw Normal View History

2025-05-10 21:49:39 +08:00
#
menu "Others configurations"
choice
prompt "patches saving"
default RK_SAVE_TRACKED
config RK_SAVE_COMMITTED
bool "save committed changes only"
config RK_SAVE_TRACKED
bool "save changes of tracked files"
config RK_SAVE_ALL
bool "save all changes"
endchoice
endmenu # Others