summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor1-16/+26
2017-02-03completion: don't guard git executions with __gitdir()Libravatar SZEDER Gábor1-21/+11
2017-02-03completion: consolidate silencing errors from git commandsLibravatar SZEDER Gábor1-16/+12
2017-02-03completion: don't use __gitdir() for git commandsLibravatar SZEDER Gábor1-29/+31
2017-02-03completion: respect 'git -C <path>'Libravatar SZEDER Gábor1-5/+14
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor1-4/+4
2017-02-03completion: don't offer commands when 'git --opt' needs an argumentLibravatar SZEDER Gábor1-0/+11
2017-02-03completion: list short refs from a remote given as a URLLibravatar SZEDER Gábor1-3/+16
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor1-2/+6
2017-02-03completion: list refs from remote when remote's name matches a directoryLibravatar SZEDER Gábor1-2/+18
2017-02-03completion: respect 'git --git-dir=<path>' when listing remote refsLibravatar SZEDER Gábor1-5/+17
2017-02-03completion: fix most spots not respecting 'git --git-dir=<path>'Libravatar SZEDER Gábor1-5/+7
2017-02-03completion: ensure that the repository path given on the command line existsLibravatar SZEDER Gábor1-0/+1
2017-02-03completion: improve __git_refs()'s in-code documentationLibravatar SZEDER Gábor1-3/+5
2017-02-03Merge branch 'pl/complete-diff-submodule-diff'Libravatar Junio C Hamano1-1/+1
2017-02-02Merge branch 'rs/absolute-pathdup'Libravatar Junio C Hamano1-0/+6
2017-02-01completion: add completion for --recurse-submodules=onlyLibravatar Cornelius Weig1-1/+1
2017-01-31Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano1-0/+481
2017-01-31Merge branch 'sb/retire-convert-objects-from-contrib'Libravatar Junio C Hamano2-358/+0
2017-01-30Completion: Add support for --submodule=diffLibravatar Peter Law1-1/+1
2017-01-30add SWAP macroLibravatar René Scharfe1-0/+28
2017-01-26abspath: add absolute_pathdup()Libravatar René Scharfe1-0/+6
2017-01-23describe: teach describe negative pattern matchesLibravatar Jacob Keller1-0/+1
2017-01-19contrib: remove git-convert-objectsLibravatar Stefan Beller2-358/+0
2017-01-19difftool: retire the scripted versionLibravatar Johannes Schindelin1-0/+470
2017-01-18Merge branch 'sb/remove-gitview'Libravatar Junio C Hamano2-1362/+0
2017-01-17Merge branch 'ls/filter-process' into maintLibravatar Junio C Hamano1-2/+6
2017-01-17Merge branch 'bb/unicode-9.0' into maintLibravatar Junio C Hamano3-0/+56
2017-01-07contrib: remove gitviewLibravatar Stefan Beller2-1362/+0
2016-12-27Merge branch 'ls/filter-process'Libravatar Junio C Hamano1-2/+6
2016-12-27Merge branch 'cp/merge-continue'Libravatar Junio C Hamano1-1/+1
2016-12-19Merge branch 'bb/unicode-9.0'Libravatar Junio C Hamano3-0/+56
2016-12-19Merge branch 'nd/rebase-forget'Libravatar Junio C Hamano1-2/+2
2016-12-14completion: add --continue option for mergeLibravatar Chris Packham1-1/+1
2016-12-14update_unicode.sh: remove the plane filterLibravatar Beat Bolli1-2/+1
2016-12-14update_unicode.sh: automatically download newer definition filesLibravatar Beat Bolli1-6/+2
2016-12-13update_unicode.sh: pin the uniset repo to a known good commitLibravatar Beat Bolli1-1/+2
2016-12-13update_unicode.sh: remove an unnecessary subshell levelLibravatar Beat Bolli1-27/+26
2016-12-13update_unicode.sh: move it into contrib/update-unicodeLibravatar Beat Bolli3-0/+61
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2016-12-06docs: warn about possible '=' in clean/smudge filter process valuesLibravatar Lars Schneider1-2/+6
2016-11-29Merge branch 'rs/cocci' into maintLibravatar Junio C Hamano1-0/+15
2016-11-29Merge branch 'cp/completion-negative-refs' into maintLibravatar Junio C Hamano1-3/+4
2016-11-01Merge branch 'rs/cocci'Libravatar Junio C Hamano1-0/+15
2016-11-01cocci: avoid self-references in object_id transformationsLibravatar René Scharfe1-0/+15
2016-10-31Merge branch 'ls/filter-process'Libravatar Junio C Hamano1-0/+128
2016-10-28Merge branch 'jc/cocci-xstrdup-or-null' into maintLibravatar Junio C Hamano1-0/+7
2016-10-28Merge branch 'rs/cocci' into maintLibravatar Junio C Hamano4-6/+52
2016-10-26Merge branch 'jc/cocci-xstrdup-or-null'Libravatar Junio C Hamano1-0/+7
2016-10-26Merge branch 'mm/credential-libsecret'Libravatar Junio C Hamano2-0/+395