@@ -71,15 +71,15 @@ use crate::filesystem::{
7171 git_file_diff, git_file_head, git_get_identity, git_get_signing, git_graph, git_hook_delete,
7272 git_hook_read, git_hook_save, git_hooks, git_ignore_add, git_ignore_append_block, git_init,
7373 git_log, git_log_file, git_merge, git_op_abort, git_op_continue, git_op_skip, git_op_state,
74- git_pull, git_pull_rebase, git_push, git_push_force, git_push_tags, git_rebase_interactive ,
75- git_reflog, git_remote_add, git_remote_branches, git_remote_remove, git_remotes , git_reset ,
76- git_restore_file , git_revert , git_set_identity , git_set_signing , git_set_upstream , git_show ,
77- git_stage , git_stash_apply , git_stash_drop , git_stash_list , git_stash_pop , git_stash_push ,
78- git_stash_show , git_status , git_submodule_sync , git_submodule_update , git_submodules ,
79- git_tag_create , git_tag_delete , git_tags , git_unstage , git_worktree_add , git_worktree_prune ,
80- git_worktree_remove , git_worktrees , list_files , read_directory_tree , read_file_lines ,
81- read_file_text , rename_path , replace_in_files , resolve_editorconfig , reveal_path ,
82- search_in_files, watch_directory, write_file_text,
74+ git_permalink , git_pull, git_pull_rebase, git_push, git_push_force, git_push_tags,
75+ git_rebase_interactive , git_reflog, git_remote_add, git_remote_branches, git_remote_remove,
76+ git_remotes , git_reset , git_restore_file , git_revert , git_set_identity , git_set_signing ,
77+ git_set_upstream , git_show , git_stage , git_staged_diff , git_stash_apply , git_stash_drop ,
78+ git_stash_list , git_stash_pop , git_stash_push , git_stash_show , git_status , git_submodule_sync ,
79+ git_submodule_update , git_submodules , git_tag_create , git_tag_delete , git_tags , git_unstage ,
80+ git_worktree_add , git_worktree_prune , git_worktree_remove , git_worktrees , list_files ,
81+ read_directory_tree , read_file_lines , read_file_text , rename_path , replace_in_files ,
82+ resolve_editorconfig , reveal_path , search_in_files, watch_directory, write_file_text,
8383} ;
8484use crate :: gitignore_templates:: {
8585 GitignoreStore , gitignore_template_delete, gitignore_template_save, gitignore_templates_list,
@@ -232,6 +232,8 @@ fn main() {
232232 search_in_files,
233233 replace_in_files,
234234 git_diff,
235+ git_staged_diff,
236+ git_permalink,
235237 git_file_diff,
236238 git_apply_patch,
237239 git_status,
0 commit comments