summaryrefslogtreecommitdiff
path: root/contrib/completion
Commit message (Expand)AuthorAgeFilesLines
* worktree remove: new commandNguyễn Thái Ngọc Duy2018-02-121-1/+4
* worktree move: new commandNguyễn Thái Ngọc Duy2018-02-121-1/+1
* Merge branch 'ra/prompt-eread-fix'Junio C Hamano2017-12-281-3/+4
|\
| * git-prompt: fix reading files with windows line endingsra/prompt-eread-fixRobert Abel2017-12-061-1/+1
| * git-prompt: make __git_eread intended use explicitRobert Abel2017-12-061-3/+4
| * Merge branch 'tz/fsf-address-update' into maintJunio C Hamano2017-11-211-2/+1
| |\
* | \ Merge branch 'ac/complete-pull-autostash'Junio C Hamano2017-12-061-0/+1
|\ \ \
| * | | completion: add --autostash and --no-autostash to pullac/complete-pull-autostashAlbert Astals Cid2017-11-221-0/+1
* | | | Merge branch 'tz/complete-branch-copy'Junio C Hamano2017-11-271-1/+1
|\ \ \ \
| * | | | completion: add '--copy' option to 'git branch'tz/complete-branch-copyTodd Zullinger2017-11-171-1/+1
* | | | | Merge branch 'rv/sendemail-tocmd-in-config-and-completion'Junio C Hamano2017-11-271-0/+1
|\ \ \ \ \
| * | | | | completion: add git config sendemail.tocmdrv/sendemail-tocmd-in-config-and-completionRasmus Villemoes2017-11-141-0/+1
* | | | | | Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-271-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | diff: --ignore-cr-at-eoljc/ignore-cr-at-eolJunio C Hamano2017-11-081-1/+1
| * | | | | Merge branch 'rf/completion-config-commit' into maintJunio C Hamano2017-06-131-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'tg/stash-push-fixup' into maintJunio C Hamano2017-06-041-1/+4
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'tz/fsf-address-update'Junio C Hamano2017-11-151-2/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* | | | | | | Merge branch 'tb/complete-checkout'Junio C Hamano2017-11-061-1/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | completion: add remaining flags to checkouttb/complete-checkoutThomas Braun2017-10-251-1/+2
| |/ / / / /
* | | | | | Merge branch 'dm/run-command-ignored-hook-advise'Junio C Hamano2017-11-061-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | run-command: add hint when a hook is ignoreddm/run-command-ignored-hook-adviseDamien Marié2017-10-101-0/+1
* | | | | | completion: add --broken and --dirty to describetb/complete-describeThomas Braun2017-10-071-1/+1
|/ / / / /
* | | | | Merge branch 'xz/send-email-batch-size'Junio C Hamano2017-07-061-0/+2
|\ \ \ \ \
| * | | | | send-email: --batch-size to work around some SMTP server limitxiaoqiang zhao2017-07-051-0/+2
* | | | | | Merge branch 'rf/completion'Junio C Hamano2017-06-131-1/+28
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | completion: add git config credentialCache.ignoreSIGHUPrf/completionRikard Falkeborn2017-06-021-0/+1
| * | | | | completion: add git config credential completionsRikard Falkeborn2017-06-021-0/+3
| * | | | | completion: add git config advice completionsRikard Falkeborn2017-06-021-1/+9
| * | | | | completion: add git config am.threeWay completionRikard Falkeborn2017-06-021-0/+1
| * | | | | completion: add git config core completionsRikard Falkeborn2017-06-021-0/+10
| * | | | | completion: add git config gc completionsRikard Falkeborn2017-06-021-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rf/completion-config-commit'Junio C Hamano2017-06-041-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | completion: add completions for git config commitrf/completion-config-commitRikard Falkeborn2017-05-301-0/+3
| |/ / /
* | | | Merge branch 'tg/stash-push-fixup'Junio C Hamano2017-05-291-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | completion: add git stash pushtg/stash-push-fixupThomas Gummerer2017-05-171-1/+4
* | | | Merge branch 'js/eol-on-ourselves'Junio C Hamano2017-05-291-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | completion: mark bash script as LF-onlyJohannes Schindelin2017-05-101-0/+1
| | |/ | |/|
* | | Merge branch 'ab/clone-no-tags'Junio C Hamano2017-05-161-0/+1
|\ \ \
| * | | clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason2017-05-011-0/+1
* | | | Merge branch 'sk/status-short-branch-color-config'Junio C Hamano2017-05-161-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | status: add color config slots for branch info in "--short --branch"sk/status-short-branch-color-configStephen Kent2017-04-281-0/+2
* | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-011-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | completion: optionally disable checkout DWIMjk/complete-checkout-sans-dwim-remoteJeff King2017-04-231-1/+10
| |/ /
* | | completion: expand "push --delete <remote> <ref>" for refs on that <remote>ab/completion-push-delete-refÆvar Arnfjörð Bjarmason2017-04-231-0/+1
|/ /
* | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-111-2/+2
|\ \
| * | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-2/+2
* | | Merge branch 'sg/completion-ctags'Junio C Hamano2017-03-301-6/+66
|\ \ \
| * | | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'sg/completion-ctagsSZEDER Gábor2017-03-231-0/+28
| * | | completion: extract completing ctags symbol names into helper functionSZEDER Gábor2017-03-231-4/+29