Open Issues Need Help
View All on GitHubAI Summary: The user reports that the configuration setting `snapshot.auto-update-stale` is not documented in the official reference guide and could only be found by inspecting the source code. This issue requests that the setting be added to the project's documentation.
AI Summary: The task is to fix a bug in the Jujutsu version control system where a division by zero error causes a "NaN%" progress indicator to briefly appear when fetching from a slow Git remote. This involves modifying the `GitProgress::to_progress()` function to handle cases where `self.total()` is zero, likely by adding special casing to prevent the division.
AI Summary: Update the Jujutsu documentation (config.md) to include descriptions for the missing configuration options: `revsets.log-graph-prioritize` and `git.push-new-bookmarks`.