TODO: Add a short summary of this module.
deps->p6df::modules::p6git::deps()init->p6df::modules::p6git::init(_module, dir)
p6_git_cli_add(...)- Args:
- ...
- Args:
p6_git_cli_add_all()
p6_git_cli_branch_Delete(...)- Args:
- ...
- Args:
p6_git_cli_branch_create(...)- Args:
- ...
- Args:
p6_git_cli_branch_verbose_verbose(...)- Args:
- ...
- Args:
p6_git_cli_checkout(...)- Args:
- ...
- Args:
p6_git_cli_checkout_default()
p6_git_cli_clean_fdx(...)- Args:
- ...
- Args:
p6_git_cli_clone(...)- Args:
- ...
- Args:
p6_git_cli_commit_last_edit(...)- Args:
- ...
- Args:
p6_git_cli_commit_squash(...)- Args:
- ...
- Args:
p6_git_cli_commit_verbose(...)- Args:
- ...
- Args:
p6_git_cli_commit_with_message(msg, ...)- Args:
- msg
- ...
- Args:
p6_git_cli_diff(...)- Args:
- ...
- Args:
p6_git_cli_diff_head(...)- Args:
- ...
- Args:
p6_git_cli_diff_previous(...)- Args:
- ...
- Args:
p6_git_cli_fetch_all(...)- Args:
- ...
- Args:
p6_git_cli_grep(...)- Args:
- ...
- Args:
p6_git_cli_grep_files(...)- Args:
- ...
- Args:
p6_git_cli_init(...)- Args:
- ...
- Args:
p6_git_cli_log_shas(file)- Args:
- file
- Args:
p6_git_cli_log_since(since, [fmt=format:%h %ci %al %d %s])- Args:
- since
- OPTIONAL fmt - [format:%h %ci %al %d %s]
- Args:
p6_git_cli_merge(...)- Args:
- ...
- Args:
p6_git_cli_pull_rebase_autostash_ff_only()
p6_git_cli_push_fu()p6_git_cli_push_tags(...)- Args:
- ...
- Args:
p6_git_cli_push_u(...)- Args:
- ...
- Args:
p6_git_cli_rebase(...)- Args:
- ...
- Args:
p6_git_cli_rebase_abort()p6_git_cli_rebase_continue()
p6_git_cli_remote_verbose(...)- Args:
- ...
- Args:
p6_git_cli_reset_hard_head(...)- Args:
- ...
- Args:
p6_git_cli_reset_head_ago_one(...)- Args:
- ...
- Args:
p6_git_cli_reset_soft_head(n)- Args:
- n
- Args:
p6_git_cli_restore_stagged(...)- Args:
- ...
- Args:
p6_git_cli_revert(...)- Args:
- ...
- Args:
p6_git_cli_stash_list()
p6_git_cli_status_s(...)- Args:
- ...
- Args:
p6df::modules::p6git::deps()p6df::modules::p6git::init(_module, dir)- Args:
- _module
- dir
- Args:
p6_git_branch_process(branch_tmpl, user, msg, pr_num)- Args:
- branch_tmpl
- user
- msg
- pr_num
- Args:
str branch = p6_git_branch_base_get()str branch = p6_git_branch_flast_get()str branch = p6_git_branch_get()str branch = p6_git_branch_template_render(branch_tmpl, user, pr_num, rest, kind)- Args:
- branch_tmpl
- user
- pr_num
- rest
- kind
- Args:
str branch_tmpl = p6_git_branch_p6_get()
p6_git_cli(...)- Args:
- ...
- Args:
p6_git_util_checkout_default()p6_git_util_clobber()p6_git_util_commit_push_fix()p6_git_util_commit_push_squashed_fix()p6_git_util_diff_default(...)- Args:
- ...
- Args:
p6_git_util_dirty_get()p6_git_util_has_remote(remote)- Args:
- remote
- Args:
p6_git_util_inside_tree()p6_git_util_log(...)- Args:
- ...
- Args:
p6_git_util_shas_for_string(file, search_string)- Args:
- file
- search_string
- Args:
p6_git_util_sync()p6_git_util_update()path scratch_file = p6_git_util_msg_collect(editor, msg)- Args:
- editor
- msg
- Args:
str org = p6_git_util_org_from_origin()str repo = p6_git_util_repo_from_origin()str sha = p6_git_util_sha_short_get()str symbol = p6_git_util_symbolic_ref(ref)- Args:
- ref
- Args:
str symbol = p6_git_util_symbolic_ref_full(ref)- Args:
- ref
- Args:
.
├── init.zsh
├── lib
│ ├── branch.sh
│ ├── cli
│ │ ├── add.sh
│ │ ├── branch.sh
│ │ ├── checkout.sh
│ │ ├── clean.sh
│ │ ├── clone.sh
│ │ ├── commit.sh
│ │ ├── diff.sh
│ │ ├── fetch.sh
│ │ ├── grep.sh
│ │ ├── init.sh
│ │ ├── log.sh
│ │ ├── merge.sh
│ │ ├── pull.sh
│ │ ├── push.sh
│ │ ├── rebase.sh
│ │ ├── remote.sh
│ │ ├── reset.sh
│ │ ├── restore.sh
│ │ ├── revert.sh
│ │ ├── stash.sh
│ │ └── status.sh
│ ├── cli.sh
│ └── util.sh
├── README.md
└── t
├── branch.t
├── cli-branch.t
├── cli-core.t
├── cli-network.t
├── cli-remote.t
├── cli-reset.t
├── cli-stash.t
├── init.t
├── util-network.t
└── util.t
4 directories, 36 files
Philip M. Gollucci pgollucci@p6m7g8.com