summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Sync with maintLibravatar Junio C Hamano1-2/+2
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xLibravatar Johannes Schindelin1-2/+2
2019-12-10Merge branch 'dl/pretty-reference'Libravatar Junio C Hamano1-1/+1
2019-12-10Merge branch 'dl/submodule-set-url'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/complete-svn-recursive'Libravatar Junio C Hamano1-0/+1
2019-12-01Merge branch 'dl/complete-rebase-onto'Libravatar Junio C Hamano1-0/+4
2019-12-01Merge branch 'jk/remove-sha1-to-hex'Libravatar Junio C Hamano1-32/+0
2019-11-20pretty: implement 'reference' formatLibravatar Denton Liu1-1/+1
2019-11-20completion: complete `tformat:` pretty formatLibravatar Denton Liu1-1/+1
2019-11-13completion: tab-complete "git svn --recursive"Libravatar James Shubin1-0/+1
2019-11-13hex: drop sha1_to_hex()Libravatar Jeff King1-15/+0
2019-11-12completion: learn to complete `git rebase --onto=`Libravatar Denton Liu1-0/+4
2019-11-11hex: drop sha1_to_hex_r()Libravatar Jeff King1-17/+0
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesLibravatar Elijah Newren5-5/+5
2019-11-10multimail: fix a few simple spelling errorsLibravatar Elijah Newren2-5/+5
2019-11-10Fix spelling errors in messages shown to usersLibravatar Elijah Newren1-1/+1
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren3-4/+4
2019-11-07Fix spelling errors in documentation outside of Documentation/Libravatar Elijah Newren1-1/+1
2019-10-30submodule: teach set-url subcommandLibravatar Denton Liu1-1/+1
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Libravatar Junio C Hamano1-1/+1
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Libravatar Junio C Hamano1-2/+3
2019-10-18completion: clarify installation instruction for zshLibravatar Maxim Belsky1-2/+3
2019-10-15diff-highlight: fix a whitespace nitLibravatar Norman Rasmussen1-1/+1
2019-10-15Merge branch 'ew/hashmap'Libravatar Junio C Hamano1-0/+16
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-0/+3
2019-10-09Merge branch 'am/visual-studio-config-fix'Libravatar Junio C Hamano1-7/+8
2019-10-07Merge branch 'cc/svn-fe-py-shebang'Libravatar Junio C Hamano1-1/+1
2019-10-07Merge branch 'hb/hg-to-git-py3'Libravatar Junio C Hamano1-25/+25
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Libravatar Junio C Hamano1-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Libravatar Junio C Hamano1-19/+8
2019-10-07coccicheck: detect hashmap_entry.hash assignmentLibravatar Eric Wong1-0/+16
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtLibravatar Johannes Schindelin1-0/+3
2019-09-30Merge branch 'dl/rebase-i-keep-base'Libravatar Junio C Hamano1-1/+1
2019-09-30Merge branch 'dl/complete-cherry-pick-revert-skip'Libravatar Junio C Hamano1-2/+4
2019-09-30Merge branch 'en/filter-branch-deprecation'Libravatar Junio C Hamano1-2/+2
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationLibravatar Alexandr Miloslavskiy1-7/+8
2019-09-18hg-to-git: make it compatible with both python3 and python2Libravatar Hervé Beraud1-25/+25
2019-09-18contrib/svn-fe: fix shebang for svnrdump_sim.pyLibravatar Clément Chigot1-1/+1
2019-09-12completion: teach archive to use __gitcomp_builtinLibravatar Denton Liu1-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinLibravatar Denton Liu1-15/+7
2019-09-12completion: add missing completions for log, diff, showLibravatar Max Rothman1-4/+14
2019-09-05Recommend git-filter-repo instead of git-filter-branchLibravatar Elijah Newren1-2/+2
2019-08-27rebase: teach rebase --keep-baseLibravatar Denton Liu1-1/+1
2019-08-27completion: add --skip for cherry-pick and revertLibravatar Denton Liu1-1/+1
2019-08-27completion: merge options for cherry-pick and revertLibravatar Denton Liu1-2/+4
2019-08-13completion: complete config variables and values for 'git clone --config='Libravatar SZEDER Gábor1-17/+49
2019-08-13completion: complete config variables names and values for 'git clone -c'Libravatar SZEDER Gábor1-0/+6
2019-08-13completion: complete values of configuration variables after 'git -c var='Libravatar SZEDER Gábor1-24/+41
2019-08-13completion: complete configuration sections and variable names for 'git -c'Libravatar SZEDER Gábor1-13/+46
2019-08-13completion: split _git_config()Libravatar SZEDER Gábor1-9/+30