List of all items
Structs
Enums
- GitXError
 - cli::Commands
 - cli::StashBranchAction
 - cli::UpstreamAction
 - sync::SyncStatus
 - upstream::SyncResult
 - upstream::SyncStatus
 
Functions
- clean_branches::clean_branch_name
 - clean_branches::format_deletion_summary
 - clean_branches::format_dry_run_message
 - clean_branches::format_no_branches_message
 - clean_branches::get_git_branch_args
 - clean_branches::get_git_delete_args
 - clean_branches::get_protected_branches
 - clean_branches::is_protected_branch
 - clean_branches::run
 - color_graph::convert_output_to_string
 - color_graph::format_color_git_error
 - color_graph::get_color_git_log_args
 - color_graph::is_command_successful
 - color_graph::print_git_error
 - color_graph::print_git_output
 - color_graph::run
 - fixup::check_for_changes
 - fixup::format_creating_fixup_message
 - fixup::format_error_message
 - fixup::format_fixup_created_message
 - fixup::format_manual_rebase_hint
 - fixup::format_no_changes_message
 - fixup::format_rebase_success_message
 - fixup::format_starting_rebase_message
 - fixup::get_commit_hash_validation_rules
 - fixup::get_git_fixup_args
 - fixup::get_git_rebase_args
 - fixup::get_short_commit_hash
 - fixup::is_valid_commit_hash_format
 - fixup::run
 - fixup::validate_commit_hash
 - graph::format_git_error
 - graph::get_git_log_args
 - graph::run
 - health::is_git_repo
 - health::run
 - info::extract_repo_name
 - info::format_tracking_branch
 - info::parse_ahead_behind_counts
 - info::run
 - large_files::format_error_message
 - large_files::format_file_line
 - large_files::format_no_files_message
 - large_files::format_no_large_files_message
 - large_files::format_results_header
 - large_files::format_scan_start_message
 - large_files::format_size_human_readable
 - large_files::format_summary_message
 - large_files::get_rev_list_args
 - large_files::run
 - new_branch::format_branch_exists_message
 - new_branch::format_creating_branch_message
 - new_branch::format_error_message
 - new_branch::format_invalid_base_message
 - new_branch::format_success_message
 - new_branch::get_git_branch_args
 - new_branch::get_git_switch_args
 - new_branch::get_validation_rules
 - new_branch::run
 - prune_branches::clean_git_branch_name
 - prune_branches::format_branch_delete_failed_message
 - prune_branches::format_branch_deleted_message
 - prune_branches::format_no_branches_to_prune_message
 - prune_branches::get_all_protected_branches
 - prune_branches::get_default_protected_branches
 - prune_branches::get_git_branch_delete_args
 - prune_branches::is_branch_protected
 - prune_branches::parse_except_branches
 - prune_branches::run
 - rename_branch::format_already_named_message
 - rename_branch::format_delete_failed_message
 - rename_branch::format_delete_success_message
 - rename_branch::format_rename_start_message
 - rename_branch::format_rename_success_message
 - rename_branch::get_current_branch_args
 - rename_branch::get_delete_old_branch_args
 - rename_branch::get_local_rename_args
 - rename_branch::get_push_new_branch_args
 - rename_branch::is_branch_already_named
 - rename_branch::run
 - since::format_git_log_range
 - since::is_log_empty
 - since::run
 - stash_branch::branch_exists
 - stash_branch::extract_branch_from_message
 - stash_branch::filter_stashes_by_age
 - stash_branch::format_applying_stashes_message
 - stash_branch::format_branch_created_message
 - stash_branch::format_branch_exists_message
 - stash_branch::format_cleanup_complete_message
 - stash_branch::format_creating_branch_message
 - stash_branch::format_error_message
 - stash_branch::format_no_old_stashes_message
 - stash_branch::format_no_stashes_for_branch_message
 - stash_branch::format_no_stashes_message
 - stash_branch::format_stash_entry
 - stash_branch::format_stashes_for_branch_header
 - stash_branch::format_stashes_to_clean_message
 - stash_branch::get_git_stash_branch_args
 - stash_branch::get_git_stash_drop_args
 - stash_branch::parse_stash_line_with_branch
 - stash_branch::parse_stash_line_with_date
 - stash_branch::run
 - stash_branch::validate_branch_name
 - stash_branch::validate_stash_exists
 - summary::format_commit_entry
 - summary::format_commit_meta
 - summary::format_date_header
 - summary::format_git_error_message
 - summary::format_no_commits_message
 - summary::format_summary_header
 - summary::get_commit_emoji_public
 - summary::get_git_log_summary_args
 - summary::is_stdout_empty
 - summary::parse_commit_date
 - summary::parse_commit_line
 - summary::parse_git_log_output
 - summary::print_commit_summary
 - summary::run
 - sync::fetch_upstream
 - sync::format_ahead_message
 - sync::format_behind_message
 - sync::format_diverged_help_message
 - sync::format_diverged_message
 - sync::format_error_message
 - sync::format_sync_start_message
 - sync::format_sync_success_message
 - sync::format_up_to_date_message
 - sync::get_current_branch
 - sync::get_sync_status
 - sync::get_upstream_branch
 - sync::parse_sync_counts
 - sync::run
 - sync::sync_with_upstream
 - undo::format_error_message
 - undo::format_success_message
 - undo::get_git_reset_args
 - undo::run
 - upstream::format_branch_with_upstream
 - upstream::format_branch_without_upstream
 - upstream::format_error_message
 - upstream::format_no_branches_message
 - upstream::format_no_upstream_branches_message
 - upstream::format_setting_upstream_message
 - upstream::format_sync_all_start_message
 - upstream::format_sync_result_line
 - upstream::format_sync_results_header
 - upstream::format_sync_summary
 - upstream::format_upstream_set_message
 - upstream::format_upstream_status_header
 - upstream::get_all_local_branches
 - upstream::get_branch_sync_status
 - upstream::get_branch_upstream
 - upstream::get_branches_with_upstreams
 - upstream::get_current_branch
 - upstream::get_git_branch_set_upstream_args
 - upstream::run
 - upstream::validate_upstream_exists
 - upstream::validate_upstream_format
 - what::format_branch_comparison
 - what::format_commit_counts
 - what::format_diff_line
 - what::format_rev_list_range
 - what::get_default_target
 - what::git_status_to_symbol
 - what::parse_commit_counts
 - what::run