21 lines
288 B
Plaintext
21 lines
288 B
Plaintext
#
|
|
|
|
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
|