You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Prevents checkout from writing the updated files' information to the/// index.////// Defaults to true.pubfnupdate_index(&mutself,update:bool) -> &mutCheckoutBuilder<'cb>;
It's not completely clear when reading this whether setting this flag to true enables writing to the index or inhibits it (though the function and param names point towards the correct interpretation).
A better doc comment might be
When set to false, prevents checkout from writing the updated files' information to the index.
The text was updated successfully, but these errors were encountered:
Current documentation says this:
It's not completely clear when reading this whether setting this flag to true enables writing to the index or inhibits it (though the function and param names point towards the correct interpretation).
A better doc comment might be
The text was updated successfully, but these errors were encountered: