Lines Matching full:git
33 # - main (for git arc stage)
57 Usage: git arc [-vy] <command> <arguments>
67 Create or manage FreeBSD Phabricator reviews based on git commits. There
68 is a one-to one relationship between git commits and Differential revisions,
92 $ git commit -m "kern: Rewrite in Rust"
93 $ git arc create HEAD
95 $ git commit --amend
96 $ git arc update HEAD
98 $ git arc stage HEAD
99 $ git push freebsd HEAD:main
102 These are manipulated by git-config(1).
112 In this mode, the list of git revisions to use
121 your git checkout. The commit title is used as the review title, the commit
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
171 test "$(git config --bool --get $1 2>/dev/null || echo $2)" != "false"
230 diff=$(git show -s --format=%B "$commit" |
270 title=$(git show -s --format=%s "$commit")
297 git show -s --format='%B' "$commit" > "$msg"
378 git show "$commit"
387 _commits=$(git rev-parse "${chash}")
388 if ! git cat-file -e "${chash}"'^{commit}' >/dev/null 2>&1; then
390 _commits=$(git rev-list --reverse $_commits)
433 git --no-pager show --oneline --no-patch "$commit"
459 chash=$(git show -s --format='%C(auto)%h' "$commit")
470 title=$(git show -s --format=%s "$commit")
524 email=$(git log -1 --author "$(echo ${addr} | tr _ .)" --pretty="%aN <%aE>")
535 email=$(git log -1 --author "${name}" --pretty="%aN <%aE>")
617 git commit --author "${author}" --file "$tmp"
672 git checkout -q main
674 git checkout -q -b "${branch}" main
679 git show -s --format=%B "$commit" > "$tmp"
680 title=$(git show -s --format=%s "$commit")
690 author=$(git show -s --format='%an <%ae>' "${commit}")
691 if ! git cherry-pick --no-commit "${commit}"; then
692 …warn "Failed to apply $(git rev-parse --short "${commit}"). Are you staging patches in the wrong …
693 git checkout -f
696 git commit --edit --file "$tmp" --author "${author}"
729 git --no-pager show --oneline --no-patch "$commit"
806 # Pull in some git helper functions.
807 git_sh_setup=$(git --exec-path)/git-sh-setup
808 [ -f "$git_sh_setup" ] || err "cannot find git-sh-setup"
814 # git commands use GIT_EDITOR instead of EDITOR, so try to provide consistent
815 # behaviour. Ditto for PAGER. This makes git-arc play nicer with editor