aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Merge branch 'tg/stash-push-fixup'Junio C Hamano2017-05-29
|\
| * completion: add git stash pushThomas Gummerer2017-05-17
* | Merge branch 'js/eol-on-ourselves'Junio C Hamano2017-05-29
|\ \
| * | completion: mark bash script as LF-onlyJohannes Schindelin2017-05-10
| * | git-new-workdir: mark script as LF-onlyJohannes Schindelin2017-05-10
* | | Merge branch 'ab/clone-no-tags'Junio C Hamano2017-05-16
|\ \ \
| * | | clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason2017-05-01
* | | | Merge branch 'sk/status-short-branch-color-config'Junio C Hamano2017-05-16
|\ \ \ \ | |_|/ / |/| | |
| * | | status: add color config slots for branch info in "--short --branch"Stephen Kent2017-04-28
* | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-01
|\ \ \ \ | |/ / / |/| | |
| * | | completion: optionally disable checkout DWIMJeff King2017-04-23
| |/ /
* | | completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason2017-04-23
|/ /
* | Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Junio C Hamano2017-04-16
|\ \
| * | contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano2017-03-31
* | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-11
|\ \ \
| * | | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
* | | | Merge branch 'sg/completion-ctags'Junio C Hamano2017-03-30
|\ \ \ \
| * | | | completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'SZEDER Gábor2017-03-23
| * | | | completion: extract completing ctags symbol names into helper functionSZEDER Gábor2017-03-23
| * | | | completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor2017-03-23
* | | | | Merge branch 'sg/completion-refs-speedup'Junio C Hamano2017-03-30
|\ \ \ \ \ | |/ / / /
| * | | | completion: speed up branch and tag completionSZEDER Gábor2017-03-23
| * | | | completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor2017-03-23
| * | | | completion: fill COMPREPLY directly when completing refsSZEDER Gábor2017-03-23
| * | | | completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-23
| * | | | completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor2017-03-23
| * | | | completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor2017-03-23
| * | | | completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor2017-03-23
| * | | | completion: don't disambiguate short refsSZEDER Gábor2017-03-23
| * | | | completion: don't disambiguate tags and branchesSZEDER Gábor2017-03-23
| * | | | completion: support excluding full refsSZEDER Gábor2017-03-23
| * | | | completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor2017-03-23
| * | | | completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor2017-03-23
| * | | | completion: wrap __git_refs() for better option parsingSZEDER Gábor2017-03-23
| * | | | completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor2017-02-13
* | | | | Merge branch 'mg/prompt-describe-tags'Junio C Hamano2017-03-21
|\ \ \ \ \
| * | | | | git-prompt: add a describe style for any tagsMichael J Gruber2017-03-15
* | | | | | Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'Junio C Hamano2017-03-12
|\ \ \ \ \ \
| * | | | | | contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth2017-03-03
| |/ / / / /
* | | | | | Merge branch 'rs/strbuf-add-real-path'Junio C Hamano2017-03-10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | strbuf: add strbuf_add_real_path()René Scharfe2017-02-27
| * | | | | cocci: use ALLOC_ARRAYRené Scharfe2017-02-27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sg/completion'Junio C Hamano2017-02-27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | completion: restore removed line continuating backslashSZEDER Gábor2017-02-13
| * | | | completion: cache the path to the repositorySZEDER Gábor2017-02-03
| * | | | completion: extract repository discovery from __gitdir()SZEDER Gábor2017-02-03
| * | | | completion: don't guard git executions with __gitdir()SZEDER Gábor2017-02-03
| * | | | completion: consolidate silencing errors from git commandsSZEDER Gábor2017-02-03
| * | | | completion: don't use __gitdir() for git commandsSZEDER Gábor2017-02-03
| * | | | completion: respect 'git -C <path>'SZEDER Gábor2017-02-03