summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2020-01-16Sync with maintJunio C Hamano-2/+2
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin-2/+2
2019-12-10Merge branch 'dl/pretty-reference'Junio C Hamano-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Junio C Hamano-1/+1
2019-12-01Merge branch 'js/complete-svn-recursive'Junio C Hamano-0/+1
2019-12-01Merge branch 'dl/complete-rebase-onto'Junio C Hamano-0/+4
2019-12-01Merge branch 'jk/remove-sha1-to-hex'Junio C Hamano-32/+0
2019-11-20pretty: implement 'reference' formatDenton Liu-1/+1
2019-11-20completion: complete `tformat:` pretty formatDenton Liu-1/+1
2019-11-13completion: tab-complete "git svn --recursive"James Shubin-0/+1
2019-11-13hex: drop sha1_to_hex()Jeff King-15/+0
2019-11-12completion: learn to complete `git rebase --onto=`Denton Liu-0/+4
2019-11-11hex: drop sha1_to_hex_r()Jeff King-17/+0
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren-5/+5
2019-11-10multimail: fix a few simple spelling errorsElijah Newren-5/+5
2019-11-10Fix spelling errors in messages shown to usersElijah Newren-1/+1
2019-11-10Fix spelling errors in code commentsElijah Newren-4/+4
2019-11-07Fix spelling errors in documentation outside of Documentation/Elijah Newren-1/+1
2019-10-30submodule: teach set-url subcommandDenton Liu-1/+1
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Junio C Hamano-1/+1
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Junio C Hamano-2/+3
2019-10-18completion: clarify installation instruction for zshMaxim Belsky-2/+3
2019-10-15diff-highlight: fix a whitespace nitNorman Rasmussen-1/+1
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-0/+16
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano-0/+3
2019-10-09Merge branch 'am/visual-studio-config-fix'Junio C Hamano-7/+8
2019-10-07Merge branch 'cc/svn-fe-py-shebang'Junio C Hamano-1/+1
2019-10-07Merge branch 'hb/hg-to-git-py3'Junio C Hamano-25/+25
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano-19/+8
2019-10-07coccicheck: detect hashmap_entry.hash assignmentEric Wong-0/+16
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin-0/+3
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano-1/+1
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Junio C Hamano-2/+4
2019-09-30Merge branch 'en/filter-branch-deprecation'Junio C Hamano-2/+2
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy-7/+8
2019-09-18hg-to-git: make it compatible with both python3 and python2Hervé Beraud-25/+25
2019-09-18contrib/svn-fe: fix shebang for svnrdump_sim.pyClément Chigot-1/+1
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinDenton Liu-15/+7
2019-09-12completion: add missing completions for log, diff, showMax Rothman-4/+14
2019-09-05Recommend git-filter-repo instead of git-filter-branchElijah Newren-2/+2
2019-08-27rebase: teach rebase --keep-baseDenton Liu-1/+1
2019-08-27completion: add --skip for cherry-pick and revertDenton Liu-1/+1
2019-08-27completion: merge options for cherry-pick and revertDenton Liu-2/+4
2019-08-13completion: complete config variables and values for 'git clone --config='SZEDER Gábor-17/+49
2019-08-13completion: complete config variables names and values for 'git clone -c'SZEDER Gábor-0/+6
2019-08-13completion: complete values of configuration variables after 'git -c var='SZEDER Gábor-24/+41
2019-08-13completion: complete configuration sections and variable names for 'git -c'SZEDER Gábor-13/+46
2019-08-13completion: split _git_config()SZEDER Gábor-9/+30