Lines Matching full:arc
33 # - main (for git arc stage)
57 Usage: git arc [-vy] <command> <arguments>
93 $ git arc create HEAD
96 $ git arc update HEAD
98 $ git arc stage HEAD
104 arc.assume_yes [bool]
108 arc.browse [bool] -- Try to open newly created reviews in a browser tab.
111 arc.list [bool] -- Always use "list mode" (-l) with create and update.
117 arc.verbose [bool] -- Verbose output. Equivalent to the -v flag.
125 $ git arc create -r markj,#jails HEAD
131 $ git arc create HEAD~3..HEAD
137 $ git arc update b409afcfedcdda
142 $ git arc patch D12345
147 $ git arc patch -c D12345
151 $ git arc list main..feature
182 arc call-conduit "$@" | grep -v '^Warning: '
186 # Filter the output of arc list to remove the warnings as above, as well as
191 arc list "$@" | grep -v '^Warning: ' | sed -E 's/\x1b\[1m//g;s/\x1b\[m//g'
268 # Second, search the open reviews returned by 'arc list' looking
305 arc diff --message-file "$msg" --never-apply-patches --create \
404 if get_bool_config arc.list false; then
636 arc patch --skip-dependencies --nocommit --nobranch --force "$rev"
698 if get_bool_config arc.list false; then
741 arc diff --message "$msg" --allow-untracked --never-apply-patches \
744 arc diff --allow-untracked --never-apply-patches --update "$diff" \
753 if get_bool_config arc.assume-yes false; then
775 which arc >/dev/null 2>&1 || err "arc is required, install devel/arcanist"
808 # behaviour. Ditto for PAGER. This makes git-arc play nicer with editor
827 if get_bool_config arc.browse false; then