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