summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2017-05-29Merge branch 'tg/stash-push-fixup'Junio C Hamano
2017-05-29Merge branch 'js/eol-on-ourselves'Junio C Hamano
2017-05-17completion: add git stash pushThomas Gummerer
2017-05-16Merge branch 'ab/clone-no-tags'Junio C Hamano
2017-05-16Merge branch 'sk/status-short-branch-color-config'Junio C Hamano
2017-05-10completion: mark bash script as LF-onlyJohannes Schindelin
2017-05-10git-new-workdir: mark script as LF-onlyJohannes Schindelin
2017-05-01Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano
2017-05-01clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent
2017-04-24completion: optionally disable checkout DWIMJeff King
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason
2017-04-17Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Junio C Hamano
2017-04-11Merge branch 'ab/ref-filter-no-contains'Junio C Hamano
2017-04-01contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano
2017-03-30Merge branch 'sg/completion-ctags'Junio C Hamano
2017-03-30Merge branch 'sg/completion-refs-speedup'Junio C Hamano
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-23completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'SZEDER Gábor
2017-03-23completion: extract completing ctags symbol names into helper functionSZEDER Gábor
2017-03-23completion: put matching ctags symbol names directly into COMPREPLYSZEDER Gábor
2017-03-23completion: speed up branch and tag completionSZEDER Gábor
2017-03-23completion: fill COMPREPLY directly when completing fetch refspecsSZEDER Gábor
2017-03-23completion: fill COMPREPLY directly when completing refsSZEDER Gábor
2017-03-23completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMerySZEDER Gábor
2017-03-23completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMerySZEDER Gábor
2017-03-23completion: let 'for-each-ref' strip the remote name from remote branchesSZEDER Gábor
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsSZEDER Gábor
2017-03-23completion: don't disambiguate short refsSZEDER Gábor
2017-03-23completion: don't disambiguate tags and branchesSZEDER Gábor
2017-03-23completion: support excluding full refsSZEDER Gábor
2017-03-23completion: support completing fully qualified non-fast-forward refspecsSZEDER Gábor
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'SZEDER Gábor
2017-03-23completion: wrap __git_refs() for better option parsingSZEDER Gábor
2017-03-21Merge branch 'mg/prompt-describe-tags'Junio C Hamano
2017-03-15git-prompt: add a describe style for any tagsMichael J Gruber
2017-03-13Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'Junio C Hamano
2017-03-10Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-03-03contrib: git-remote-{bzr,hg} placeholders don't need PythonSebastian Schuberth
2017-02-27Merge branch 'sg/completion'Junio C Hamano
2017-02-27Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe
2017-02-16Merge branch 'rs/cocci-check-free-only-null'Junio C Hamano
2017-02-15Merge branch 'cw/completion'Junio C Hamano
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-02-13completion: remove redundant __gitcomp_nl() options from _git_commit()SZEDER Gábor
2017-02-13completion: restore removed line continuating backslashSZEDER Gábor
2017-02-11cocci: detect useless free(3) callsRené Scharfe
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Junio C Hamano