1
0
mirror of https://github.com/git/git.git synced 2024-10-20 20:28:13 +02:00
git/builtin
Nguyễn Thái Ngọc Duy f1e1bdd6bd completion: use __gitcomp_builtin in _git_push
The new completable options are:

--atomic
--exec=
--ipv4
--ipv6
--no-verify
--porcelain
--progress
--push-option
--signed

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-02-09 10:24:52 -08:00
..
add.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
am.c Merge branch 'ew/empty-merge-with-dirty-index' 2018-01-05 13:28:09 -08:00
annotate.c
apply.c
archive.c
bisect--helper.c
blame.c
branch.c completion: use __gitcomp_builtin in _git_branch 2018-02-09 10:24:50 -08:00
bundle.c
cat-file.c
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c
checkout-index.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
checkout.c completion: use __gitcomp_builtin in _git_checkout 2018-02-09 10:24:50 -08:00
clean.c completion: use __gitcomp_builtin in _git_clean 2018-02-09 10:24:50 -08:00
clone.c Merge branch 'jk/abort-clone-with-existing-dest' 2018-01-23 13:16:37 -08:00
column.c
commit-tree.c
commit.c Merge branch 'ab/commit-m-with-fixup' 2018-01-23 13:16:38 -08:00
config.c
count-objects.c
credential.c
describe.c Merge branch 'dk/describe-all-output-fix' 2018-01-23 13:16:28 -08:00
diff-files.c
diff-index.c
diff-tree.c
diff.c
difftool.c
fast-export.c
fetch-pack.c
fetch.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
fmt-merge-msg.c Merge branch 'rs/fmt-merge-msg-string-leak-fix' 2017-12-27 11:16:23 -08:00
for-each-ref.c
fsck.c
gc.c completion: use __gitcomp_builtin in _git_gc 2018-02-09 10:24:51 -08:00
get-tar-commit-id.c
grep.c completion: use __gitcomp_builtin in _git_grep 2018-02-09 10:24:51 -08:00
hash-object.c
help.c
index-pack.c
init-db.c
interpret-trailers.c
log.c Merge branch 'sb/diff-blobfind-pickaxe' 2018-01-23 13:16:37 -08:00
ls-files.c
ls-remote.c completion: use __gitcomp_builtin in _git_ls_remote 2018-02-09 10:24:51 -08:00
ls-tree.c
mailinfo.c
mailsplit.c
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c
mktag.c
mktree.c
mv.c completion: use __gitcomp_builtin in _git_mv 2018-02-09 10:24:52 -08:00
name-rev.c
notes.c completion: use __gitcomp_builtin in _git_notes 2018-02-09 10:24:52 -08:00
pack-objects.c Merge branch 'jh/object-filtering' 2017-12-27 11:16:21 -08:00
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c
pull.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
push.c completion: use __gitcomp_builtin in _git_push 2018-02-09 10:24:52 -08:00
read-tree.c
rebase--helper.c
receive-pack.c
reflog.c
remote-ext.c
remote-fd.c
remote.c
repack.c
replace.c
rerere.c
reset.c Merge branch 'ot/pretty' 2017-12-27 11:16:29 -08:00
rev-list.c Merge branch 'jh/object-filtering' 2017-12-27 11:16:21 -08:00
rev-parse.c
revert.c
rm.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
send-pack.c
shortlog.c
show-branch.c Merge branch 'ot/pretty' 2017-12-27 11:16:29 -08:00
show-ref.c
stripspace.c
submodule--helper.c
symbolic-ref.c
tag.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
unpack-file.c
unpack-objects.c
update-index.c
update-ref.c
update-server-info.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
upload-archive.c
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c parse-options: let OPT__FORCE take optional flags argument 2018-02-09 10:24:50 -08:00
write-tree.c