We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d577ad9 commit 42ae2d8Copy full SHA for 42ae2d8
crates/but/src/oplog/mod.rs
@@ -122,7 +122,7 @@ pub(crate) fn restore_to_oplog(
122
oplog_sha: &str,
123
) -> anyhow::Result<()> {
124
let project = Project::find_by_path(repo_path)?;
125
- let snapshots = but_api::undo::list_snapshots(project.id, 100, None, None)?;
+ let snapshots = but_api::undo::list_snapshots(project.id, 1000, None, None)?;
126
127
// Parse the oplog SHA (support partial SHAs)
128
let commit_sha_string = if oplog_sha.len() >= 7 {
0 commit comments